[asterisk-users] Goto Queue, does not work, it should play message or any thing

Dale Noll dnoll at wi.rr.com
Tue Nov 15 05:35:16 CST 2011



On 11/15/2011 04:56 AM, bilal ghayyad wrote:
> Hi All;
>
> When the call coming via the E1 dahdi and I handle the 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
>
> --
I prefer to start all my extensions with a NoOp() as priority 1.  
Perhaps if you try this...

exten =>  5631040,1,NoOp(Inbound call)
exten =>  5631040,2,Goto(OrangeCMG,s,1)




-- 
"The truth speaks for itself. I'm just the messenger."
      Lyta Alexander - Babylon 5




More information about the asterisk-users mailing list