ftocc

Inbound Caller ID number displays: sip:xxxxxxxxxx@ip address of server

schreyack
Posts: 77
Member Since:
2007-04-09

With Trixbox 2.0 incoming calls would display as just the 10 digits (or 4 digits for internal calls). After setting up on a new server running Trixbox 2.2, calls display in the format sip:xxxxxxxxxx@ip address of server (where the x's represent the number). Any ideas as to why? Users would rather see just the number...

Thanks.



waelect
Posts: 58
Member Since:
2006-06-26
I too am interested in a

I too am interested in a solution to this.



hotrot
Posts: 31
Member Since:
2006-06-02
Dear schreyack, What kind of

Dear schreyack,

What kind of phone's are you using?? Manufacture ?? Type?

SIP or SCCP or Skinny?

Greetings

Andy



schreyack
Posts: 77
Member Since:
2007-04-09
i'm using polycom's with

i'm using polycom's with sip. i don't think this is a phone problem though, since it worked fine prior to the server change.



schreyack
Posts: 77
Member Since:
2007-04-09
I figured it out. This was

I figured it out. This was happening because I'm using high availability with a shared IP address between 2 servers.

So, the phone registered with the shared IP (192.168.1.1), but the inbound call came from the real IP of the server (192.168.1.2). So the call displays as sip:xxxxxxxxxx@192.168.1.2 because it came from an IP that the phone is not registered to.

So the trick was to figure out how to get the Asterisk to put 192.168.1.1 in the SIP INVITES, rather than 192.168.1.2. I played around with the externip setting in sip.conf, but that didn't work so well. I ended up setting the bindaddr variable in sip.conf to the shared IP (192.168.1.1), rather than the default 0.0.0.0. this solved the problem without any negative side effects. (As far as I can tell.)



Fortel
Posts: 15
Member Since:
2007-02-28
Caller ID format on Polycom

After updating the firmware on some Polycoms (501s in this case,) I found the inbound caller ID was displaying in the format SIP:xxxxxxxxx@IPaddress

The solution I found was to make an edit in the Polycom sip.cfg, and more specifically, to disable feature 9 ("url-dialing.")

Hope it helps-

Peter



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.