SIP -Cisco303 & No Caller ID

Allstar Team,

Hello, I want to be able and display my call or similar node info in allmon or supermon, notice the screen shot below highlighted in yellow. It says " NO-CID" I’m using a Cisco 303 to dial into my node, admins from reflectors and networks are asking me all the time to get this fixed because it does not identify me or my node.

image

Here is my SIP.conf info :

[lineone]
type=friend
host=dynamic
username=500540
secret=passwordone
dtmfmode=rfc2833
mailbox=500540 ; Mailbox for message waiting indicator
context=sip-phones
callerid=N4crg <500540>

and Extension info :

[sip-phones]
; Allow SIP calls to local nodes
exten => 500540,1,rpt(${EXTEN}|P)
exten => 1999,1,rpt(1999|P)

Thanks,

Andy - N4CRG
-48671
-49637
-500540

I’m not familiar with the CISCI 303 but Allmon2 shows the caller ID set by the Zipper setup.

My Zopier is set up as noted in this post, Notice how I set caller ID.

Try something like this:

exten => 500540,1,rpt(${EXTEN}|P|${CALLERID(name)}-P)

Cisco 303 is a classic VOIP desk phone that uses SIP.conf, I added your suggestion to extensions with no luck.

Did you restart asterisk or do a dialplan reload after editing extensions.conf?

Also you can do a dialplan show sip-phones after reload to see the modified context.

Just FYI, my sip phone beeps every 10 seconds when adding the caller ID. I don’t know why. I also hear a connect message when connecting.

I added this to extensions.conf and reloaded the dial plan and rebooted. Works GREAT!!

[sip-phones]
; Allow SIP calls to local nodes
exten => 48671,1,rpt(${EXTEN}|P|${CALLERID(name)}-P)

1 Like

This comes a little late, but same thing happened to me with a Cisco SPA508G.
The Cisco phone beep is an alert to a “text message” (not to be confused with SMS), apparently resulting from something being sent to it from the node every 10 seconds.
I don’t know what the deal is with that, but a work around is to shut off the feature on the phone.

In the phone web config:
“User” tab > “Supplementary Services” > “Text Message:” change to off

…End of beeping. If someone knows how to fix this on the node end, please jump in. I’d like to use that feature on the phone for other stuff.

Larry