Displaying 20 results from an estimated 3000 matches similar to: "Queues Question"
2010 Jan 04
1
Some minor configuration issues with queues
Hello list !
I have some configuration issues with queues, but I'm sure they are
minor and for someone who has already configured queues it could be
trivial.
This is my queue configuration :
[VC_support_queue]
musicclass = default
strategy = ringall
timeout = 20
retry = 5
wrapuptime=15
autofill=yes
autopause=no
maxlen = 0
setinterfacevar=yes
announce-frequency = 0
2007 Sep 05
1
Issue with calling queues
Hi,
I've just built my first asterisk server. Current information:
OS Version:
Linux asterisk.visinet.com.au 2.6.18-8.1.8.el5 #1 SMP Tue Jul 10
06:50:22 EDT 2007 i686 i686 i386 GNU/Linux
Asterisk Build:
Asterisk 1.4.11
Asterisk GUI-version Revision: 1479 $
Server Date & TimeZone:
Thu Sep 6 02:37:11 EST 2007
I've used the Asterisk GUI for setup with two IP
2014 Feb 12
1
Realtime Call Queues : call members in certain order
Hello,
I'm using MySQL realtime Call Queues (table /queues/ and table
/queue_members/).
I would like to ring the members of the call queue in a certain order.
Therefore I use ring strategy /lineair /and I put the members into the
table /queue_members/ in the order in which they have to be rang.
So I have the queue :
| name | musicclass | announce | context | timeout |
2010 Dec 26
1
Asterisk 1.8 Realtime Queue not working
I have configured my mysql database by following this link
http://www.voip-info.org/wiki/view/Asterisk+RealTime+Queue
The only difference is that I am using ODBC instead of MySQL with Realtime.
Within extensions.conf I have the following for my queue
exten => 9**2**1611,1,Answer
exten => 9**2**1611,2,Queue(irock.com,tT,,,300)
exten => *50,1,Answer
exten =>
2006 Feb 22
0
Realtime queues with Firebird SQL through unixodbc
Hello,
I have a partially working Realtime Queue using unixODBC and Firebird. I
followed the steps on asterisk-guru and the voip-info asterisk message
boards but have been having no success.
I say that my queue is partially working because callers can join the
queue. However the calls do not go to the agents even if the agent is
not tied up and is available for calls. So the caller is stuck
2007 Sep 07
1
queue static agents
Hi,
I setup a queue (number 4050) with one static agent
(extension 4054).
What I would like is that when someone calls the 4050
queue and there are neither "dynamic" agents logged in
nor is the static agent 4054 "on-line" then the caller
gets out of the queue and falls into another context
(eg. voicemail or anything). Not "on-line" means that
either the SIP
2009 Sep 24
1
Asterisk 1.6 Transfer issue[Edited]
Hi ,
I;ve Asterisk 1.6.0 with static agents (sip softphones with extns 100 & 101
) in a queue..When a caller arrives in queue , it lands on first 100 , 100
then does a blind transfer to 101 .. so that the caller can converse with
101 .. strangely enough the queue_log shows :
1253814090|1253814090.12|55365|NONE|ENTERQUEUE||98221232123
2015 Jul 29
2
Queues don't follow dialplan if no members are registered
----- Original Message -----
> From: "John Kiniston" <johnkiniston at gmail.com>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com>
> Sent: Tuesday, July 28, 2015 12:12:05 PM
> Subject: Re: [asterisk-users] Queues don't follow dialplan if no members are registered
>
> In your queues.conf do you
2009 Aug 18
2
Monitor-join not joining files in the queues.conf file
Hi everyone
Has anybody ever come across this, I want it to join automatically the
recording files for me but it creates the wav files as I expect but it
doesn't join them sadly, so eg:
ls
1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav
1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav
Here is my queues.conf snippet
[testQ]
2013 Jul 17
0
2 pretty irritating issues....
Hey All ~
1, queue records on fairly unreliable. I would say about 40 - 60 percent
of the queue calls are not being recorded and I'm not sure why. I don't
seem to see any kind of pattern to the failure. I've added a sample of
our queue config at the bottom.
2, cel_pgsql module seems to crash regularly. It seems every time I look
at our asterisk server, the cel_pgsql module is
2010 Jul 20
0
Got SIP response 603 decline, then the call hang up
Hi to all, I have a strange behavior in my asterisk server.
I have a queue for 5 agents, the calls enter the queue an go to the agents
normally, but if I need to transfer or dial directly to an agent extension
that is already in a call, the pbx hung up the actual call (not the
transferred call).
This is what I see in the log.
Called 103
-- Agent/103 is ringing
--
2009 Feb 17
1
Question regarding custom announcements in queues.conf
Hey List,
Anyone know the correct way to override an announcement on a queue by queue
basis?
My goal is to have one of my queues say "press one to blah.." and no
position announcements I have the jump from queue context working (the
press 1) I just need the correct message played to the user instructing to
press 1.
I have periodic-announce=filename in my queues.conf file under the
2009 Sep 18
0
Queue Call Disconnection
There is an environment Setup uses Asterisk 1.2 and doesn't want to upgrade.
There is an issue while a call goes to any queue we create, the call is being disconnected after 20 seconds and it is hangup.
The following is the configuration:
- vi /etc/asterisk/queues_additional.conf
[8]
wrapuptime=0
timeout=30
strategy=ringall
servicelevel=5
retry=4
reportholdtime=No
queue-youarenext=
2006 May 25
1
RRMEMORY / Queues Not Working Right
Hi,
I'm trying to use Round Robin Memory with my queues. It seems to work
fine... that being I call in.. first time agent 1 will get a call,
second time agent 2, and so on. However, it seems if a period of
time has gone by since agent 1 got a call (I don't know how much but
say 10 minutes or so) when another call comes in.. agent 1 gets the
call again. Can anyone confirm this? Is
2006 Jun 27
0
(no subject)
Hi,
I have the same problem with the queue configuration
When I receive 2 calls only 1 phone ring even if more agent's phone are
free.
The second call will go to an other agent only if the first call is pickup.
Somebody have a solution ?
This is my config file :
Queue.conf
[general]
;
; Global settings for call queues
;
; Persistent Members
; Store each dynamic agent in each queue
2013 Apr 18
5
Dynamic realtime + queues
Hi,
?
I am trying to store queues.conf to a MySQL database using dynamic realtime. I have a working ODBC connection and the queueing system already works but I want to store the queues.conf file to a database. I am following the guide from Asterisk the definitive guide, the ebook can be found at: http://ofps.oreilly.com/titles/9781449332426/asterisk-DB.html
?
I have a database called asterisk
2018 Jan 17
2
queue peridiodic-announce-frequency
Hello group,
I tried a lot to enlarge the frequency (i.e. more announces, low wait
between). according to config, every 30 seconds the announcement should
take place. In fact, the first periodic announce is done after 2
minutes?
What is my fault?
Thank you
Regards
Paul
# zypper if asterisk
Loading repository data...
Reading installed packages...
Information for package asterisk:
2009 Dec 14
1
Queue still tries to ring agent when busy
When agents are on the phone, and the CLI queue show command shows their
status as busy, the queue still tries to send them calls.
Running Asterisk 1.6.0.17 and using AddQueueMember to dynamically add
agents. ringinuse is set to no for queue. Agents are using Polycom 430s.
dialplan:
exten => s,n,Queue(orders,itT,,,80)
queue definition in queues.conf:
[orders]
maxlen=20
queue-thankyou=
2009 Mar 20
3
Queues Announce help request.
I am trying to get a queue to do more than just play music and hold calls.
Specifically, making some "comforting" voice announcements would be nice.
Below is the queues.conf file relevant portions.
Member phone number is munged to protect the guilty.
We shouldn't need the announcement source info, but I have been trying
everything.
The problem is with the member busy, we get no
2007 Oct 10
0
asterisk 1.4.11 function queue
i am configured asterisk-gui the "Queue Extension Configuration" but
configure and register into queue.conf :
[66666]
fullname = Call Center
strategy = ringall
timeout = 5
wrapuptime = 5
autofill = yes
autopause = no
maxlen = 0
joinempty = no
leavewhenempty = no
reportholdtime = yes
musicclass = default
member => Agent/60010
member => Agent/60011
member => Agent/60014
but not