Displaying 1 result from an estimated 1 matches for "gofnord".
Did you mean:
fnord
2003 Apr 12
0
Dial Plan Problems (also IAX)
...ten => s,4,BackGround(dial-exten)
exten => s,5,Wait(15)
exten => s,6,Congestion
exten => s,7,Wait(10)
exten => s,8,Hangup
;
; Let incoming calls connect to extentions
;
include => extentions
;
[extentions]
;
; Eric Wieling Temporary Extention
;
exten => 2111,1,Dial(IAX/bobdobbs@GoFnord/18504841234,20)
exten => 2111,2,Goto(2111,102)
exten => 2111,102,Dial(IAX/bobdobbs@GoFnord/18503841234,20)
exten => 2111,103,Goto(2111,102)
exten => 2111,203,Dial(IAX/bobdobbs@GoFnord/18775521234,20)
exten => 2111,304,Hangup
;
include => outgoing
;
What I want to do is when a cal...