similar to: Queue and Interface time out

Displaying 20 results from an estimated 1000 matches similar to: "Queue and Interface time out"

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
2007 Jan 15
2
Queue cmd option 'i'
Using Asterisk 1.4, on the console 'show application queue' mentions an option 'i' that should "ignore call forward requests from queue members and do nothing when they are requested." Does this work? My assumption is that the member whose next according to the queue strategy should get the call even if they have forwarding enabled on their SIP device. The forwarding
2007 Apr 26
1
How does Realtime read config files?
Hi... I just had a real quick and simple question... I have a asterisk implementation setup w/ real time off of a mySQL database for SIP peers and queues, voicemail, agents etc... I after the upgrade to asterisk 1.4.3 there are some new configuration features i would like to use. I was wondering if i could just add to the database table a column for the new config option? if this will work or
2018 Nov 26
2
Send QueueMemberAdded Event via AMI
Hello everybody, we are using asterisk 16 with a realtime config and have a problem with FOP2. We have developed a webinterface for managing the queues. If we add a member to a queue, everything works fine but the user is not shown in the queue in FOP2 Panel. The problem is that the FOP2 Panel does not receive the QueueMemberAdded Event. This will only be sent if the QueueAdd Function is
2008 Mar 27
2
callers in queue passed to agents who accept only one call at a time
I have a queue I configured as "strict" and a cron script I use to QueueAdd and QueueRemove agents according to my company's requirements. Usually I have 2 or 3 agents at a time and the ring strategy is ringall. These agents use non-open-source Windows softphones that do not let you configure it so that if they're on the phone, a second call will be rejected (agent busy).
2010 May 04
1
problem with ringinuse=no, queue members receive randomly two calls
Dear all on a debian amd64 i've installed (from source) asterisk 1.4.30 On the system we have in average 50 concurrent calls in queue and 40 sip members. I'm experiencing an apparently random problem: sometimes some users receive 2 calls from asterisk, apparently ignoring the ringinuse=no settings. It appears on users that are members of many queues As you can see from the log, the
2013 May 01
1
Call "stuck" in queue
Asterisk 11.1.0 One queue with strategy=leastrecent. (Full queues.conf below.) Occasionally (several times today), a caller will get "stuck" in the queue - there are operators available to take the call, but the caller stays in the queue for a long time. Any idea what might cause this, or where I can start looking to debug it? I'm going to start digging through the queue log
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
2011 Aug 15
3
Queue Breakout Input being Ignored
Hello, Raw stats: Version:1.8.3.2 OS:Centos 5.6 Special setup: postgre database I am having a few queue issues with Asterisk specifically relating to breaking out from queues while on hold. The intent is that while someone is on hold they can press a key (lets say *) to break from the queue and go elsewhere (in this case to leave a message). However In all of my testing I am unable to get
2016 May 03
2
Double queue calls being delivered to agents
I posted this over in asterisk-dev, realized I probably should have put it here. Hi there, We?ve been having a strange issue with a customer?s queues where a queued call will ring an available agent, agent answers, then a second or two later the agent is offered a second call which they cannot answer, since they?re already speaking with a client. This in turn causes a few issues: - Agent stats
2008 Jan 29
2
Queue member add
Hopefully a fairly easy question for the group... I have a queue which should contain about 10 agents (it will be all the phones in the office). This office is remote, so I would like to add their sip phones into the queue remotely. Also, if the system ever gets reloaded or rebooted, I need those agents to remain in the queue. Question: 1) How do you remotely add agents to their respective
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 Aug 21
1
Call queue problem
Hi all, We have an 8 agent support desk setup with 2 call queues running Asterisk 1.4.5. Every so often agents will receive a call from the queue that only rings once not allowing them time to answer. The call doesn't seem to be dropped, just seems to go to voicemail. The agents are also mentioning they do not receive the 30 second wrapuptime I have specified in queues.conf. We're
2007 Feb 19
1
SIP interface status and calllimit
There is an issue when using call-limit for a SIP interface in sip.conf. The call count does not properly reset when some calls end. The problem happens regardless of which side of the connection ends the call. It happens on all calls including calls from SIP interface to SIP interface (with no reinvite) within the same Asterisk server. I have not been able to determine a definite pattern. I
2018 Dec 04
2
asterisk is not seeing my queues in database
I enabled the logs on the mysql database and ran : realtime load queues name cou0002-test in the mysql log I can see that the proper select statement is being executed: 2018-12-04T16:29:27.253094Z 229 Query SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED 2018-12-04T16:29:27.254384Z 229 Prepare SELECT * FROM queues WHERE name = ? 2018-12-04T16:29:27.254902Z 229
2012 Dec 08
2
Queue joinempty, even after AddQueueMember
Hello, I add a member to a queue with AddQueueMember, but the Queue still indicates "joinempty" : Add member to queue : /-- Executing [queueadd at sub-GetParams:2] AddQueueMember("SIP/sip17-00005c1e", "myqueue11,member3") in new stack -- Executing [queueadd at sub-GetParams:3] NoOp("SIP/sip17-00005c1e", "AQMSTATUS = ADDED") in new stack/ ...
2007 Jun 07
1
AddQueueMember vs AgentCallbackLogin
Hi, I'm currently migrating to 1.4 and have problems changing deprecated AgentCallbackLogin to AddQueueMember. I have dynamic queues and dynamic agents (MySQL Realtime), and pseudo-dynamic agents.conf (with huge amount of possible agent numbers). Agent login is done trough manager API: * AgentCallbackLogin * QueueAdd In 1.4 seems AddQueueMember can do all the same, but there is no such
2007 Apr 17
2
queues
Is there anyway to setup a queue with only one agent (device) which is always logged in. So when a call hits that queue the device will ring (if not already on a call) or will be put in the queue if the call is already in place? Thanks Miles -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Sep 27
1
Manager QueueAdd
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list What's the syntax of the QueueAdd command for the manager ? I want to add interface FOO to queue BAR using a manager. Thanks -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBWDAVJUm/Bor63CERAhbtAJ0YykdT+TNTNKXlC3NldtzCWLo1owCfZEoz
2007 Jul 30
1
Manager - QueueAdd
Greetings all, When using QueueAdd via the dialplan app, we are able to define an agent name... however, I don't see how this can be done via the Asterisk Manager. Am I missing something, or is this just not possible? Regards, Jeff