I searched the forum and noticed that the last discussion of Windows VSS / Shadow Copy is 10 years old. Obviously, a lot has changed since then. Has a shadow copy option been added to the x64 application to make snapraid "VSS aware"? That would be tremendously helpful for data disks that have some files locked during sync. If not, do you keep a copy of the latest batch/PS script somewhere in the github? Kudos to the program having such longevity in the first place! :) Thank you!
Ah, sorry. I copied over my old ncidd.conf and tweaked it for the updated version...maybe I saw that when I was comparing the new default file and forgot.
So is regex = 0 the default? I don't think it says that in the manual. Thanks again.
Yes, no idea why mine has red text either. But that doesn't really answer whether double-quoted strings (to enclose spaces within a CID Name) will still work when enabling regex = 0,1,2 ?
I use a Moto SPA122 with dual POTS output to two modems on my ncidd (RPi) server. It's still handy with the extra filtering that I have complete control over. One change I made when I went to VoIP is that I now "ring" my SPA122 line first (configured for 7 seconds), and then "follow me"/failover to the regular VoIP phones. This give ncidd a chance to filter the call before any of my "real" phones even ring...providing even more peace and quiet. I just review the cidcall log every now and then for...
When enabling regex for list-parsing (really I'm just looking to use anchors at this time, but in general...), does ncidd still understand simple, quoted names in a blacklist? Like it allows both in the same list? For example: "NYC TELEMARKETER" ^999 ^2125551212$ Can all be in one blacklist? Thanks!
I don't see a 32bit RPi package on SourceForge. Do you not build for that anymore (armv7l)?
That's awesome news! Now the tricky follow-up: Is configuration documented anywhere? I didn't notice it in the default docs pages when I looked today. My goal is to share my whitelist/blacklist config across the two modems/lines. (I also recall enhancing the blacklist/whitelist with some rudimentary regex/matching - I'm sure I offered the code back at the time. I'll ask about that in a different post. :) )
I noticed that multi modems (two or more lines) was described by you as a "TODO" way back in 2004 (I think, I don't have the post up in front of me). Any of the recent versions of the server actually support this? I'm running on a RPi for years - and really appreciate all your work - and had two running for a while. Now I just want to move my modem from one of the Pi's to consolidate it to one "server". Any updates??? THX
Setting up my first RasPBX (really my first interaction with asterisk, etc.). I have things working, but am still testing-out the system with just one DID for testing purposes. My setup is pretty standard, I think. Inbound/Outbound Trunk from my VoIP provider via IAX2 (for simplicity with NAT and ports), and then my VoIP phones are obviously SIP inside my LAN. My VoIP provider specifies 2 "allowed codecs". Should my internal, SIP phones also use only those codecs? Or is it irrelevant because the...
I will be testing something similar soon, but I think the SPA-3xxx is overkill for this. Isn't that a router? I would look for a Cisco SPA-112 (for the blue box), if the blue box is on the same LAN as the Pi. Each one handles two different extensions, so you could need more than one.
Ah, that's good info. I didn't notice that in the User Manual (I obviously did not re-RTFM). So the difference between what I'm generating and what you have seems to be that you are "giving the benefit of the doubt" and only including those that are reported at least 3 times. That reduces false-positives, for sure. Thanks for pointing me in the right direction!
I apologize for "being away"...I didn't know NCID was being so actively maintained (I think I have my RPi running a modified v1.4)! I glanced at the new source for 1.7 (and will probably get back to upgrading to that soon), but I just wanted to offer that I have an "fcc downloader" script I either wrote or modified from somewhere (I'm honestly not sure) that downloads the latest from the fcc site, combines it with your local blacklist, etc. and then restarts ncidd. Something I didn't notice discussed...
Are there any negatives to enabling reg exp's? Is it slower or substantially more...
Am located in the USA. All my valid (and some invalid) numbers come in with 10 digits....
OK, I tried the simplest case for Raspian. The invoke-rc.d for ncidd and then run...
OK, I tried the simplest case for Raspian. The invoke-rc.d for ncidd and then run...
I am one of many running NCIDD and NCID on a RPI. I love the app(s) and the ongoing...
Confirmed. client_1.4-2 installed on my RPI just fine. Thanks for the quick fix!
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
This still occurs when trying to install the client.deb in 1.4.1 (on Raspberry Pi)....
It's not explicitly stated in the "What Flavour of ObjectListView do I want to use?"...
I have to get back to testing the official, v1.0 release of the source code with...
I have to get back to testing the official, v1.0 release of the source code with...
My definition of "wildcard" are the non-starts-with (no caret) entries. IIRC, the...
My definition of "wildcard" are the non-starts-with (no caret) entries. IIRC, the...
Oh, and to leverage your existing verbosity and date-stamp functions, I added the...
OK, here are the tweaks I coded - initial tests are good, but I have to go back and...
All good. I think you realize it, but wanted you to know I'm not trying to be a (insert...
I found two sources (I am sure there's more) on the internet that aggregate known...
It IS harder than it first looks, mainly because of the flexibility of the search...
Looking at the code, it looks like all the entries are loaded into memory and then...
Another performance-related question about blacklists... Without looking at the source-code,...
I tried google, but didn't find anything. Are there any performance metrics/tests...
Well, my intention was to use a spare Raspberry Pi anyway! I'll check out your project...
Well, my intention was to use a spare Raspberry Pi anyway! I'll check out your project...
Well, my intention was to use a spare Raspberry Pi anyway! I'll check out your project...
OK, I'll give it a go. I will warn you...my v1.0 won't be too fancy! :)
Has anyone created a simple'ish web dashboard that could run on the NCID server and...