summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2015-08-18app_queue.c: Fix setting QUEUE_MEMBER 'paused' and 'ringinuse'.Richard Mudgett
2015-05-05app_queue: Fix queue_log EXITWITHTIMEOUT containing only 1 parameterIvan Poddubny
2015-04-17Detect potential forwarding loops based on count.Mark Michelson
2015-04-09apps/app_queue: Prevent possible crash when evaluating queue penalty rulesMatthew Jordan
2015-04-08clang compiler warnings: Fix pointer-bool-converesion warningsMatthew Jordan
2015-03-30clang compiler warnings: Fix -Wabsolute-value warningsMatthew Jordan
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2015-03-22Fix compilations errors on 64-bit OpenBSD systemsMatthew Jordan
2015-01-09AMI: Make AMI actions that generate event lists consistent.Richard Mudgett
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-11-14Fix race condition that could result in ARI transfer messages not being sent.Mark Michelson
2014-10-30app_queue: fix a couple leaks to struct call_queue in set_member_valueCorey Farrell
2014-10-28app_queue: Cleanup ao2_iteratorCorey Farrell
2014-08-11app_queue: Add RealTime support for queue rulesMatthew Jordan
2014-08-07Stasis: Convey transfer information to applicationsKinsey Moore
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-24accountcode: Slightly change accountcode propagation.Richard Mudgett
2014-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-06-12app_queue: delayed state can cause early leavewhenempty ringingScott Griepentrog
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-08app_queue: Extend documentation for various Manager actions and events.Joshua Colp
2014-04-18app_dial and app_queue: Make lock the forwarding channel while taking the cha...Richard Mudgett
2014-04-15(mix)monitor: Add options to enable a periodic beepRussell Bryant
2014-04-07app_queue: Re-add HoldTime to QueueCallerAbandon event (simple typo during as...Walter Doekes
2014-04-01app_queue: Fix a bug where realtime members would be deleted during reload ca...Joshua Colp
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-02-28app_queue: Fix documented AMI event nameKinsey Moore
2014-02-20apps/app_queue - Fix incorrect Macro parameter documentationRusty Newton
2014-01-17Documentation: doc fixes across various parts of the code for ASTERISK issues...Rusty Newton
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-14res_stasis: Expose event for call forwarding and follow forwarded channel.Joshua Colp
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-11-11app_queue: Honor penalty limits of 0Kinsey Moore
2013-11-06app_queue: crash if first agent is "busy"Kevin Harwell
2013-10-22app_queue: Fix CLI "queue remove member" queue_log entry.Richard Mudgett
2013-10-16Don't check all realtime queues when doing "queue show some_queue".Walter Doekes
2013-10-08Make app_queue and res_agi independent of AMI being enabled.Richard Mudgett
2013-10-07Miscellaneous stand alone comment cleanups.Richard Mudgett
2013-10-06app_queue: Fix Queuelog EXITWITHKEY only logging two of four fieldsMichael L. Young
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-28app_queue: Make manager events tolerant of Local channel shenanigansMatthew Jordan
2013-09-24app_queue: Don't be quite so aggressive in initializing the arrayMatthew Jordan
2013-09-24app_queue: Initialize array holding MixMonitor exec optionsMatthew Jordan
2013-09-21app_queue: Fix json blob ref leak.Richard Mudgett
2013-09-12'queue add member' help text correctionRusty Newton
2013-08-29Multiple revisions 397921-397922Mark Michelson
2013-08-22Remove set but unused variable 'meid'.Mark Michelson
2013-08-22Massively clean up app_queue.Mark Michelson