search for: qoutcon

Displaying 9 results from an estimated 9 matches for "qoutcon".

2003 Jun 13
3
Call queues for phone operator
...ng into app_queue seems the way to go. So I want to ask if I'm right or wrong: I set up only a queue , is to say operatorq, where the only member is my op. into technology SIP/operator So my queues.conf should be : [general] [default] [operatorq] music = default announce = from-queue ;context = qoutcon timeout = 20 retry = 5 ;maxlen = 0 member => SIP/operator and when a call arrives, dial the operator and if he's busy, fire up app_queue . So what I expect, when the operator hangs up, his phone will automagically rings playing the announce "from-queue" and bridge it with the cal...
2004 Dec 29
0
queueing question
...n in there of '*', I have to enter the * 2x before it will interpret it against the context. And this time I do not have "H" in the Queue() call, but the first * will give me the "Hangup..." message in the verbose output, just as happened when I had the H option and no [qoutcon]. The second * will actually be interpreted against [qoutcon]. In short, the only time the * is interpreted against the context is when the phone (only 1 while testing) is "hungup". I am using the same technique as a posting to the list in 11/2004 indicated works for him, so I suspect...
2004 Aug 25
0
How to be taken out of the queue?
...anyone gives me some samples on how to use the context? Any reply would be much appreciated! A context may be specified, in which if the user types a SINGLE ; digit extension while they are in the queue, they will be taken out ; of the queue and sent to that extension in this context. ; context = qoutcon Kenny Lam SIP Application Engineer Deltapath Commerce & Technology Limited --------------------------------------- SIP By Deltapath! www.deltapath.com
2004 Apr 27
1
Queue() with H option
Has anyone used the H option for Queue() with Callback queues? I want customers in my queues to be able to jump out to voicemail when they get tired of waiting, but in my setup when I pretend to be a customer and press '*' [when I am waiting in the queue] I see the message 'User hit * to disconnect call.' but then just jump out to the outer loop where queued callers wait to
2018 Jan 17
2
queue peridiodic-announce-frequency
...package : asterisk-14.7.5-1.2.src Summary : The Asterisk Open Source PBX # grep -vE '^\s*;.*|^\s*$' queues.conf [general] persistentmembers = yes monitor-type = MixMonitor [defaultq] musicclass = default_noannounce announce = tt-busy strategy = ringall context = qoutcon timeout = 10 retry = 99 wrapuptime=15 maxlen = 0 setinterfacevar=yes setqueueentryvar=yes setqueuevar=yes announce-frequency = 30 min-announce-frequency = 30 periodic-announce-frequency = 30 announce-holdtime = yes announce-position = yes announce-to-first-user = yes periodic-announce = tt-allbus...
2009 Aug 27
1
how does "wrapuptime" work in queue.conf
...=60 ;announce-holdtime = yes|no|once ;announce-holdtime = yes ;announce-round-seconds = 10 ; ; A context may be specified, in which if the user types a SINGLE ; digit extension while they are in the queue, they will be taken out ; of the queue and sent to that extension in this context. ;context = qoutcon timeout = 10 retry = 2 ; ;weight=0 ; ; After a successful call, how long to wait before sending a potentially ; free member another call (default is 0, or no delay) wrapuptime=10 ; maxlen = 0 ;-------------------------------------------------------------------- ; How often to announce queue posit...
2005 Feb 24
0
Queue Questions
...en => s,8,Macro(vm,2205) [app-agent] exten => 401,1,AgentCallbackLogin() exten => 401,2,Hangup exten => 401,3,Macro(hangupcall) [test-context] exten => 9999,1,Goto(que-test,s,1) Queue.conf [techsupport] music = default announce = queue-techsupport strategy = roundrobin context = qoutcon timeout = 10 wrapuptime=35 retry = 3 maxlen = 9 announce-holdtime = yes announce-frequency = 40 member => Agent/203,3 member => Agent/204,2 member => Agent/205,1 member => Agent/206,1 Agents.conf ;autologoff=15 ;wrapuptime=50 ackcall=no group=1 agent => 203,1111,Test User 1 agent...
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
2006 Jun 27
0
(no subject)
...ice level statistics (calls answered within service level time ; frame) servicelevel = 60 ; ; A context may be specified, in which if the user types a SINGLE ; digit extension while they are in the queue, they will be taken out ; of the queue and sent to that extension in this context. ; ;context = qoutcon ; ; How long do we let the phone ring before we consider this a timeout... ; timeout = 15 ; ; How long do we wait before trying all the members again? ; retry = 5 ; ; Weight of queue - when compared to other queues, higher weights get ; first shot at available channels when the same channel is incl...