search for: timeoutpriority

Displaying 7 results from an estimated 7 matches for "timeoutpriority".

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(invalid); Hangup(); } When somebody call this exten, an Agent...
2011 May 01
1
Queue Setup
Hi All, I have Asterisk 1.6.2.13, I need to setup a queue of (6) agents, Ring All strategy, I need to set the maximum total time for the caller (Ringing/OR Waiting) on the queue is (2) minutes before going to a fail-over which is a Ring Group of external numbers. How the total max time is being calculated in terms of the number of agents, Ring Strategy, Agent Timeout, Retry, etc.. Can you
2013 Jul 17
0
2 pretty irritating issues....
...ce-holdtime=no announce-position=no eventmemberstatus=no eventwhencalled=no joinempty=yes leavewhenempty=no memberdelay=0 monitor-type=mixmonitor monitor-format=gsm penaltymemberslimit=0 periodic-announce-frequency=0 reportholdtime=no retry=5 ringinuse=no servicelevel=90 strategy=ringall timeout=10 timeoutpriority=app timeoutrestart=no weight=0 wrapuptime=0 How a call gets to the queue. exten = 8666,1,NoOp(Confirmation Queue <-> ${CALLERID(all)}) exten = 8666,n,GotoIfTime(${EH_HOURS}?:ehc_closed,s,1) exten = 8666,n,Set(MONTH=${STRFTIME(${EPOCH},,%b)}) exten = 8666,n,Set(DAY=${STRFTIME(${EPOCH},,%-d)...
2013 Jul 02
1
Queue questions - Asterisk 11
Hi all, I have to questions about queues. Member is a phone like SIP/myphone and only one member in the queue. At first, DIALSTATUS doesn't return any status. How to now if a call in queue has been answered or if caller just hangup? Second, how to deal with timeout, I have strange behaviors. If I put timeout=60 in queue.conf and I call the queue passing also 60 as timeout value,
2016 Nov 15
2
iaxmodem errors.
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
2016 Nov 11
2
iaxmodem errors.