Displaying 3 results from an estimated 3 matches for "u2201".
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)...
2005 May 28
1
3 goes and your out
...oodbye)
exten => s,12,Hangup()
exten => i,1,Answer
exten => i,2,Playback(pbx-invalid)
exten => i,3,Background(silence/1)
exten => i,4,Goto(s,9) <--- add some kind of
counter here ???
exten => 2201,1,Dial(SIP/2201,10)
exten => 2201,2,Voicemail(u2201)
exten => 2201,3,Playback(goodbye)
exten => 2201,4,Hangup()
Thanks in advance
Phil.
2004 Dec 22
2
Can't Receive/Send Calls
...e => forced-analog
include => fwd-out
include => information
include => local
include => toll-free
include => long-distance
; sip lines
[nighttime-fwd1]
exten => s,1,Wait(2)
exten => s,2,Background(nighttime)
exten => 1,1,Goto(daytime-sip1,s,1)
exten => 2,1,Voicemail(u2201)
exten => 3,1,Voicemail(u2206)
exten => 4,1,Voicemail(u2202)
exten => 9,1,Playback(transfer)
exten => 9,2,Goto(local,2206,1)
[daytime-fwd1]
exten => s,1,Dial(${MAINPHONE}&${KITCHEN},15)
exten => s,2,Dial(${JESSICA},6)
exten => s,3,Dial(${BILL},6)
exten => s,4,Voicemail(...