[Asterisk-Users] Getting Polycom IP500 to talk to Asterisk - um... Newbie question :)

David J Carter david.carter at codepipe.com
Wed Mar 2 14:19:18 MST 2005


*CLI> sip show peers
Name/username    Host            Dyn Nat ACL Mask             Port     
Status
176polycom       192.168.0.176               255.255.255.255  5060     
Unmonitored
175polycom       192.168.0.175               255.255.255.255  5060     
Unmonitored


Added to sip.conf:

[175polycom]
type=friend
host=192.168.0.175
defaultip=192.168.0.175
dtmfmode=inband
mailbox=175
context=sip
callerid="I am Don"
progressinband=no ;polycom's seem to have trouble with the default 
progressinband=never

[176polycom]
type=friend
host=192.168.0.176
defaultip=192.168.0.176
dtmfmode=inband
mailbox=176
context=sip
callerid="I am a jerk"
progressinband=no ;polycom's seem to have trouble with the default 
progressinband=never



Don,

I would get rid of the number/name combo and use just a number.

[175]
type=friend
host=192.168.0.175
defaultip=192.168.0.175
dtmfmode=inband
mailbox=175
context=sip
callerid="I am Don"
progressinband=no ;polycom's seem to have trouble with the default 
progressinband=never


In extensions.conf in your [sip] context add

exten => _17X,1,Macro(stdexten)
exten => _17X,2,Hangup

Regards

Dave



More information about the asterisk-users mailing list