Displaying 1 result from an estimated 1 matches for "u9873".
Did you mean:
9873
2003 Jun 11
0
Problems configuring Asterisk with SIP
...200 ; Qualify peer is no more than 200ms away
defaultip=192.168.0.10
mailbox=9874
extensions.conf
I added this at the end of the extension.conf file:
exten => 9873,1,Dial(SIP/cisco,30,tr)
exten => 9873,2,Playback(new/nbdy-avail-to-take-call)
exten => 9873,3,Voicemail(u9873)
exten => 9873,4,Hangup
exten => 9873,102,Voicemail(b9873)
exten => 9873,103,Hangup
exten => 9874,1,Dial(SIP/cisco2,30,tr)
exten => 9874,2,Playback(new/nbdy-avail-to-take-call)
exten => 9874,3,Voicemail(u9874)
exten => 9874,4,Hangup
exten => 9874,102,Voicemail(b9874)
exten...