summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-12Fix some bad locking stemming from trying to forward a call to a non-existentMark Michelson
2009-06-12Fix a potential crash from trying to access a NULL channel pointer.Mark Michelson
2009-06-03ast_call_forward() todo notes and originate flag copy.David Vossel
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-06-01Remove extra lock from app_queue.Mark Michelson
2009-05-26Add a missing unref for queues in handle_statechange.Sean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Recorded merge of revisions 195366 via svnmerge from Tilghman Lesher
2009-05-12Merged revisions 194028 via svnmerge from Matthew Nicholson
2009-05-12add 'const' qualifiers in various places where they should have beenKevin P. Fleming
2009-05-08Reset the members' call counts when resetting queue statistics.Mark Michelson
2009-05-05Fixed crashes from issue8824 review board channel locking changes.Richard Mudgett
2009-04-29Fix app_queue XML documentation.Russell Bryant
2009-04-27Allow for a position to be specified when entering a queue.Mark Michelson
2009-04-27Update warning message to not have pipes and contain all options.Mark Michelson
2009-04-23Fix reversed behavior of leavewhenempty option in queues.conf.Mark Michelson
2009-04-14Fix a couple of queue member reference leaks.Mark Michelson
2009-04-13Set all queue variables on both the caller and member channels.Mark Michelson
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-03-31Fix trunk's compilation.Mark Michelson
2009-03-31Merged revisions 185599 via svnmerge from Mark Michelson
2009-03-31Don't free() an astobj2 object.Russell Bryant
2009-03-30Merged revisions 185031 via svnmerge from Mark Michelson
2009-03-27Change global_app_buf to ast_str_thread_global_buf.Russell Bryant
2009-03-19Fix a memory leak associated with queues.Mark Michelson
2009-03-13Change faulty comparison used when announcing average hold minutes and secondsMark Michelson
2009-03-12Run the macro on the queue member's channel when he answers, not the caller's...Mark Michelson
2009-03-11Fix segfault when dialing a typo'd queueMark Michelson
2009-03-03Merged revisions 180006 via svnmerge from Mark Michelson
2009-02-17Fix a race condition that caused device states to become incorrect for hints.Russell Bryant
2009-02-13Merge queue-reset branch to AsteriskMark Michelson
2009-02-11Fix a bit of odd logic for announcing position. Sync with 1.6.0's logicMark Michelson
2009-02-11Fix odd "thank you" sound playing behavior in app_queue.cMark Michelson
2009-02-05Merged revisions 173692 via svnmerge from Mark Michelson
2009-02-04Fix some areas where the incorrect interface was passed to ast_device_stateMark Michelson
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.Olle Johansson
2009-01-28Add final part of previously committed work for answered elsewhere in queue -...Olle Johansson
2009-01-27Fix queue crashes that would occur after the calling channel was masqueraded.Mark Michelson
2009-01-21Fix device state parsing issues for channel names with multiple slashesMark Michelson
2009-01-20Use the default timeout for a queue instead of -1Mark Michelson
2009-01-15Add support for setting the Reason header when cancelling a call in the queue Olle Johansson
2009-01-15Merged revisions 168628 via svnmerge from Mark Michelson
2009-01-13Clarify a message that app_queue prints and change to a debug-level messageMark Michelson
2009-01-08Add the average talk time for a queueMark Michelson
2008-12-29Update app_queue to deal with the removal of AST_PBX_KEEPALIVEMark Michelson
2008-12-23Merged revisions 166093 via svnmerge from Steve Murphy