Displaying 2 results from an estimated 2 matches for "welcomemessag".
Did you mean:
welcomemessage
2007 Oct 14
4
ResponseTimeOut() and t extension
...ed 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()
exten => 0,102,Playback(tt-allbusy)
exten => 0,103,Hangup()
exten => i,1,Playback(pbx-invalid)
exten => i,2,Goto(EgyptIncoming...
2011 Nov 15
2
Goto Queue, does not work, it should play message or any thing
...call (as first step) by exten => 5631040,1,Goto(OrangeCMG,s,1) it is not working and the call will be disconnected instead of queued.
But, when I handle the call (as first step) by playing any sound file and then send for the queue, then it is working fine, WHY?
exten => 5631040,1,Playback(WelcomeMessage)
exten => 5631040,2,Goto(OrangeCMG,s,1)
So how I can overcome this?
Regards
Bilal