search for: b9873

Displaying 1 result from an estimated 1 matches for "b9873".

Did you mean: 9873
2003 Jun 11
0
Problems configuring Asterisk with SIP
...y 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 => 9874,103,Hangup And that's all I did. However I'...