aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-27Revert 243570, I should have looked at this closer. Will reopen the issue, butjpeeler1-1/+1
2010-01-27Extend announcement URL used with Queue from 80 chars to PATH_MAX.jpeeler1-1/+1
2009-12-02fixes app_queue ao2 errordvossel1-2/+2
2009-11-30app_queue crashes randomly, often during call-transfersdvossel1-100/+114
2009-10-11Remove a duplicate ao2_iterator_destroy().russell1-1/+0
2009-10-06Fix ao2_iterator API to hold references to containers being iterated.kpfleming1-2/+29
2009-09-10Don't ring another channel, if there's not enough time for a queue member to ...tilghman1-4/+21
2009-08-12This patch adds additional checking when generating queue log TRANSFER events.mnicholson1-1/+3
2009-08-10AST-2009-005tilghman1-5/+5
2009-08-07QUEUE_MEMBER_LIST _really_ wants the interface name, not the membername.tilghman1-2/+2
2009-07-24Don't impose an arbitrary limit on member lines in queues.confmmichelson1-2/+5
2009-07-08Prevent phantom calls to queue members.mmichelson1-2/+3
2009-05-27Fix handling of the 'state_interface' option of the 'queue add member' CLIseanbright1-1/+3
2009-05-12This change modifies app_queue to properly generate CDR records in failuremnicholson1-0/+39
2009-05-01Move the defintion of the a couple arrays out of loops.seanbright1-2/+2
2009-04-29Fix a crash in app_queue with very long member lists.seanbright1-4/+4
2009-03-31Fix crash that would occur if an empty member was specified in queues.conf.mmichelson1-0/+5
2009-03-31Fix some state_interface stuff that was in trunk but not in the backport to 1.4.mmichelson1-4/+4
2009-03-30Fix queue weight behavior so that calls in low-weight queues are not inapprop...mmichelson1-70/+82
2009-03-30Backport state interface changes to app_queue from trunk.mmichelson1-44/+83
2009-03-03Clarify some documentation of queues.conf.samplemmichelson1-0/+4
2009-02-05Fix situations where queue members could be autopaused unexpectedlymmichelson1-6/+6
2009-01-15Fix some crashes from bad datastore handling in app_queue.cmmichelson1-5/+10
2008-12-19This merges the masqpark branch into 1.4murf1-6/+5
2008-12-17Fix some memory leaks found while looking at how realtimemmichelson1-1/+3
2008-12-11Revert this cast to long. Using time_t here causes build failures on a mmichelson1-2/+2
2008-12-11Fix a potential crash due to unsafe datastore handling.mmichelson1-21/+21
2008-11-21This change had somehow gotten reverted due to ammichelson1-2/+3
2008-10-29A little documentation cross-ref between features andmurf1-5/+15
2008-10-29The magic trick to avoid this crash is not tomurf1-4/+4
2008-10-14Update the queue with the correct number of calls andmmichelson1-3/+8
2008-08-29After working on the ao2_containers branch, I noticedmmichelson1-1/+1
2008-08-18Change the inequalities used in app_queue with regardsmmichelson1-9/+9
2008-08-07Update persistent state on all exit conditions.tilghman1-0/+2
2008-08-06We only need to unregister the QueueStatus managermmichelson1-1/+0
2008-07-31Add more timeout checks into app_queue, specificallymmichelson1-1/+43
2008-07-16Move the init_queue call back to where it used to be (changedmmichelson1-1/+1
2008-07-16Apparently, "thread safety" is important, whatevermmichelson1-3/+4
2008-07-16Make absolutely certain that the transfer datastoremmichelson1-1/+9
2008-06-26Add the interface of a queue member to the output of the "queue show" commandmmichelson1-1/+4
2008-06-26Backport of attended transfer queue_log patch from trunk.mmichelson1-38/+132
2008-06-26Prior to this patch, the "queue show" command used cachedmmichelson1-1/+11
2008-06-17davidw pointed out that the holdtime calculation used bymmichelson1-2/+2
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-3/+2
2008-06-12Properly play a holdtime message if the announce-holdtime option ismmichelson1-2/+3
2008-06-04Make sure that the string we set will survive the unref ofmmichelson1-2/+2
2008-06-04Tab completion when removing a member should give the member's interface,mmichelson1-1/+1
2008-05-30When joinempty=strict, it only failed on join if there were busy members. Iftilghman1-1/+1
2008-05-05Don't consider a caller "handled" until the caller is bridged withmmichelson1-2/+1
2008-04-29Use the MACRO_CONTEXT and MACRO_EXTEN channel variables instead of the channe...mmichelson1-4/+9