How to setup VoIP Caller ID using ncidsip Last edited by jlc on Thu Oct 22, 2009 The server, ncidd, always checks for a CID message, so if you have a standard telephone line modem configured, and you have at least one VoIP telephone line, all you need to do is to configure and start ncidsip. The server will handle both easily. If you are only using VoIP and do not want to use a modem, you need to configure ncidd by changing one line in ncidd.conf. Change the line: # set noserial = 1 To: set noserial = 1 This tells ncidd to run without a serial device or modem connected. Once you change ncidd.conf, you must start/restart ncidd to read it. Next you need to determine if you can receive SIP data packs. As root run: ncidsip --test If ncidsip terminates you should be able to see why and fix it. (ncidsip --help will give a detailed usage message) Sometimes it picks the wrong default interface. if you are using eth0: As root run: ncidsip --test -i eth0 If you need to see what interfaces are present so you can use the --interface or -i option: ncidsip --listdevs The display is < : description> The interface name is everything up to the first space. On Windows the interface name contains a path that has '\' instead of '/'. You must give the name using '/' instead of '\'. If you do not see any SIP packets, change to port 5061 and try again: As root run: ncidsip --test --sip :5061 You should see something like: Opening 'eth0' filter: port 10000 and udp Then about every 20 seconds you should see something like: SIP/2.0 200 OK Via: SIP/2.0/UDP 70.119.157.214:10000;branch=z9hG4bK-22b185d1 From: 321-555-7722 ;tag=46f26356c0a3394bo0 To: 321-555-7722 Call-ID: fa72d1c2-ead1bdcf@70.119.157.214 CSeq: 86785 REGISTER Contact: 321-555-1212 ;expires=20 Content-Length: 0 If you do not get the above, you may need to specify a address and or port for ncidsip to listen for the SIP Invite. You cannot continue unless you get the above. If you are using the Linksys RT31P2 Router, you will not see any packets unless the computer is in its DMZ. Port forwarding the UDP port will not work. You must set up the DMZ. If you are using a different VoIP router, try to put the computer in the DMZ and see if that works. If not, go to http://ncid.sourceforge.net and review the SIP tutorial. Once you receive the above packets, call yourself. If you do not get a caller id message sent to the server, you should get a error message saying what is wrong. This has been tested with Vonage and so may need tweaking. If you had Caller ID sent to a client, setup is complete. You can then restart ncidsip without the test option so it will not display anything. You can also set it up to start at boot, along with ncidd. If any options are needed, at boot, add them to /etc/ncid/ncidsip.conf. If ncidsip did not work, you should have enough information to ask for help.