Displaying 1 result from an estimated 1 matches for "egyptintern".
Did you mean:
egyptinternal
2007 Oct 14
4
ResponseTimeOut() and t extension
...l the situation, it
does not go for the t extension, why? Is it because I
am originating the call from local extension (an
handset connected to FXS port) and the call should be
originated from FXO or IP Trunk, or what is the
problem exactly?
[Test_Bilal]
include => KuwaitInternal
include => EgyptInternal
exten => 1000,1,Goto(s,1)
exten => s,1,Answer()
exten => s,2,ResponseTimeout(5)
exten => s,3,Background(WelcomeMessage)
exten => 0,1,Dial(SIP/EgyptOperatorSIP,10)
exten => 0,2,Background(WelcomeMessage)
exten => 0,2,Playback(vm-nobodyavail)
exten => 0,3,Hangup()...