Displaying 1 result from an estimated 1 matches for "b2201".
Did you mean:
2201
2005 Oct 16
3
Dial plan questions
I'm afraid I'm quite confused by what I've found on the Wiki.
I have the following dial plan that works:
exten => 2201,1,Dial(sip/2201@gs1.uucp,20,)
exten => 2201,2,Voicemail(u2201)
exten => 2201,3,Hangup
exten => 2201,102,voicemail(b2201)
exten => 2201,104,hangup
When the phone is in use it goes to voice mail as busy. When not
picked up, as unavailable.
This one does not work:
exten => 2401,1,Dial(2201,20,)
exten => 2401,2,Voicemail(u2201)
exten => 2401,3,Hangup
exten => 2401,102,voicemail(b2201)...