*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
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to