search for: mainqueu

Displaying 5 results from an estimated 5 matches for "mainqueu".

Did you mean: mainqueue
2008 Feb 20
3
Dial+Macro and Queue
...E and the macro ends. For some reason the caller goes back into the queue rather than continueing on in the dial plan. Why is this, i could have sworn in 1.2 if i set MACRO_RESULT=CONTINUE that the caller exited the queue() and continued on in the dialplan... [incomming] exten => 1,1,Queue(mainqueue,td) exten => 1,2,voicemail(201 at default) exten => 1,3,hangup [screen] exten => _3XX,1,ChanIsAvail(SIP/${EXTEN}&IAX2/${EXTEN}) exten => _3XX,2,GotoIf($["${AVAILCHAN}" = ""]?4) exten => _3XX,3,Dial(${CUT(AVAILCHAN,-,1)},30,mgM(screencallee,s,1)) exten =>...
2009 Mar 06
1
GoSub & Queue
I have a caller screen queue setup. Basically a caller calls in, goes through a IVR, and before that caller is put into the queue, they get a sub ran on them first asking for them to say there name. That gets saved and they are entered into the queue using Queue(mainqueue,,,,300). In the queues.conf i have a list of members these are local/extension at external-default, there are two weights/prioritys 10 and 20. The external-default context has a dial that uses a GoSub to play the recording of the caller to the member, it them gives the member a list of option...
2003 Sep 10
0
Transfer button on BudgeTone (Re: Transfer of queue call)
...fer to.. 3. Press the "Redial".. (on the newer phones this is the "send" button) You don't need the "t" option on your dial string to do transfers with a budgetone.. Later.. > With the right extension setting, it works fine: > > exten => 1,1,queue,mainqueue|t > > > I am not using the transfer button, but would love to. Right now i > only have transfer with # key working. > > For example i have two BudgeTones registered to the *. Call from one > to the other. Press the transfer button on the called and get a > dialtone. Ca...
2003 Sep 09
3
Transfer of queue call
Hello, hope somebody can help. I have setup a queue which maps to some Budgetone SIP phones. When a call is answered, the # key to transfer a call does not work. Everything else regarding the queue works fine. Is there a way to activate it? Maybe something like the t option in the Dial application. Thanks in advance, Christian.
2004 Sep 17
6
Agents and Queues
I've just installed asterisk as a new phone system for our office but am having difficulty with the queues. Specifically I need a way to redirect our sales queue to voicemail when no one is logged in to the queue. I see I can use the joinonempty=no setting, however this setting doesn't work if you use the agent functionality (at least not with AgentCallbackLogin). I could, of