bilal ghayyad
2011-Nov-15 10:56 UTC
[asterisk-users] Goto Queue, does not work, it should play message or any thing
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
Dale Noll
2011-Nov-15 11:35 UTC
[asterisk-users] Goto Queue, does not work, it should play message or any thing
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
Warren Selby
2011-Nov-15 20:39 UTC
[asterisk-users] Goto Queue, does not work, it should play message or any thing
On Tue, Nov 15, 2011 at 4:56 AM, bilal ghayyad <bilmar_gh at yahoo.com> 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? >Show us the CLI output of a call that's not doing what you want and a call that is, and we can compare the differences. My guess is it has something to do with Playback having an automatic Answer(), and whatever you're Goto'ing doesn't... -- Thanks, --Warren Selby, dCAP SelbyTech.com <selbytech.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <lists.digium.com/pipermail/asterisk-users/attachments/20111115/62cc06d3/attachment.htm>
Maybe Matching Threads
- ResponseTimeOut() and t extension
- FreePBX: using context other than the default context and the generation for the configuration
- Cisco IP Phones and Skinny in asterisk 1.8.4.2 "tooooooooooooooooo"
- ext-local and from-did-direct-ivr, how to change them?
- Set (MONITOR_FILENAME=.................) for queuing recording calls