aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-08Reset the members' call counts when resetting queue statistics.mmichelson1-0/+10
2009-05-05Fixed crashes from issue8824 review board channel locking changes.rmudgett1-0/+2
2009-04-29Fix app_queue XML documentation.russell1-0/+1
2009-04-27Allow for a position to be specified when entering a queue.mmichelson1-5/+33
2009-04-27Update warning message to not have pipes and contain all options.mmichelson1-1/+1
2009-04-23Fix reversed behavior of leavewhenempty option in queues.conf.mmichelson1-5/+7
2009-04-14Fix a couple of queue member reference leaks.mmichelson1-1/+2
2009-04-13Set all queue variables on both the caller and member channels.mmichelson1-0/+3
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-35/+151
2009-03-31Fix trunk's compilation.mmichelson1-1/+1
2009-03-31Merged revisions 185599 via svnmerge from mmichelson1-0/+5
2009-03-31Don't free() an astobj2 object.russell1-1/+1
2009-03-30Merged revisions 185031 via svnmerge from mmichelson1-70/+81
2009-03-27Change global_app_buf to ast_str_thread_global_buf.russell1-1/+1
2009-03-19Fix a memory leak associated with queues.mmichelson1-13/+14
2009-03-13Change faulty comparison used when announcing average hold minutes and secondsmmichelson1-2/+2
2009-03-12Run the macro on the queue member's channel when he answers, not the caller's...mmichelson1-1/+1
2009-03-11Fix segfault when dialing a typo'd queuemmichelson1-5/+7
2009-03-03Merged revisions 180006 via svnmerge from mmichelson1-0/+4
2009-02-17Fix a race condition that caused device states to become incorrect for hints.russell1-1/+1
2009-02-13Merge queue-reset branch to Asteriskmmichelson1-226/+530
2009-02-11Fix a bit of odd logic for announcing position. Sync with 1.6.0's logicmmichelson1-5/+5
2009-02-11Fix odd "thank you" sound playing behavior in app_queue.cmmichelson1-2/+4
2009-02-05Merged revisions 173692 via svnmerge from mmichelson1-6/+6
2009-02-04Fix some areas where the incorrect interface was passed to ast_device_statemmichelson1-3/+3
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.oej1-4/+14
2009-01-28Add final part of previously committed work for answered elsewhere in queue -...oej1-5/+12
2009-01-27Fix queue crashes that would occur after the calling channel was masqueraded.mmichelson1-16/+44
2009-01-21Fix device state parsing issues for channel names with multiple slashesmmichelson1-1/+1
2009-01-20Use the default timeout for a queue instead of -1mmichelson1-1/+1
2009-01-15Add support for setting the Reason header when cancelling a call in the queue oej1-1/+5
2009-01-15Merged revisions 168628 via svnmerge from mmichelson1-5/+10
2009-01-13Clarify a message that app_queue prints and change to a debug-level messagemmichelson1-1/+1
2009-01-08Add the average talk time for a queuemmichelson1-11/+19
2008-12-29Update app_queue to deal with the removal of AST_PBX_KEEPALIVEmmichelson1-3/+6
2008-12-23Merged revisions 166093 via svnmerge from murf1-10/+6
2008-12-18Numerous documentation updates.file1-8/+8
2008-12-17Merged revisions 165255 via svnmerge from mmichelson1-1/+5
2008-12-15Fix a compile warning and a logic error that could have been badmmichelson1-2/+2
2008-12-15Fix up a few issues with regards to queuesmmichelson1-12/+23
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-8/+8
2008-12-12When using realtime queues, app_queue wasn't updating the strategy if it was ...twilson1-2/+20
2008-12-11Merged revisions 163084 via svnmerge from mmichelson1-2/+2
2008-12-11Merged revisions 163080 via svnmerge from mmichelson1-21/+21
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-03Add some safety measures when using gosub, especially when using the optionsmmichelson1-5/+6
2008-12-03When investigating issue #13548, I found that gosubmmichelson1-5/+5
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-15/+15
2008-11-25Make the Join event from app_queue use CallerIDNum insead of CallerID formnicholson1-1/+1