Displaying 5 results from an estimated 5 matches for "testqueu".
Did you mean:
testqueue
2011 Apr 01
1
Hold problem with Queue
Hello List,
First, sorry for my bad English skill, I'm French.
We have an asterisk 1.8.3.2 built from sources with a simple Queue :
[TestQueue]
strategy=ringall
timeout=15
retry=1
timeoutpriority=conf
ringinuse=yes
wrapuptime=2
member => SIP/002E31,0,Agent A
member => SIP/1CA3F2,0,Agent B
member => SIP/E08972,0,Agent C
And this dialplan (extension.ael) :
3600 => {
Answer();
Queue(TestQueue,,,,60);
Playback(inva...
2006 Feb 16
2
79xx's and call queues
Hey,
I'm testing out some call queues. I have 7940's and 7960's with the
SIP 7.4image.
I have a queue that looks something like:
[testqueue]
strategy = rrmemory
timeout = 15
retry = 5
weight = 0
announce-frequency = 0
joinemtpy = yes
reportholdtime = yes
I dynamically add a phone or two to the queue (AddQueueMember, not agents).
When a caller calls in, connections are made and everything is fine. When a
second person calls in, each...
2006 May 22
0
Persistennt Data of Queue with Dynamic Agents
Hi all,
I would like to ask for some help about the queue here. I want to
implement a call Queue that when there's no agent logged in, they should
execute the next extension. eg. if I do it like this
exten => 700,1,Answer
exten => 700,2,Queue(TestQueue)
exten => 700,3,Playback(noagent)
exten => 700,4,Hangup
When there's no agent present in TestQueue, it should tell the user that
there's no agent available now and hang up the call. We are able to do
this thing successfully only by using the dynamic agent --
AddQueueMember().
How...
2007 Nov 23
1
AMI Newstate Ringing events -- Inconsistent caller id ?
...s are two SIP user agents on the local LAN segment and one
analog phone connected to a local FXS port: SIP/st2030, SIP/xten
and Zap/1.
Relevant part of dialplan is:
exten => 200,1,Dial(Zap/1)
exten => 202,1,Dial(SIP/st2030)
exten => 203,1,Dial(SIP/xten)
exten => 300,1,Queue(testQueue)
exten => 502,1,Dial(SIP/st2030)
Notes:
- all extensions have a 2nd priority wich does Hangup()
- the 2xx extensions also have a hint priority
- when testing, the testQueue is configured to have
the "other two channels" as static members in a "ring
all" st...
2006 Mar 07
2
Periodic-announce in queues
Hei.
I have a question about how to get the periodic-announce to work within
my queues. I got the following test:
extensions.conf -->
exten => s,2,Queue(test|rtT|||200)
Queues.conf -->
[testqueues]
strategy = ringall
context = testcontext
timeout = 250
periodic-announce-frequency=60
periodic-announce = queue-periodic-announce
member => SIP/591
Log from " show queues "
test has 1 calls (max unlimited) in 'ringall' strategy (0s holdtime),
W:0, C:0, A:2, SL:0.0% with...