summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2016-10-14Merge "Audit ast_json_pack() calls for needed UTF-8 checks." into 13zuul
2016-10-13Audit ast_json_pack() calls for needed UTF-8 checks.Richard Mudgett
2016-10-13app_queue.c: Fix clearing of pause reason string.Richard Mudgett
2016-09-12app_queue: Fix CLI "queue show" and AMI Queues action output truncation.Richard Mudgett
2016-08-25app_queue: Ensure member is removed from pending when hanging up.Joshua Colp
2016-08-11app_queue: Prevent crash when a call is forwarded to an invalid locationMatt Jordan
2016-07-14app_queue: Only remove queue member from pending when state changes.Joshua Colp
2016-05-31core/dial: New channel variable FORWARDERNAMEAlexei Gradinari
2016-04-26app_queue: Fix crash when unloading module.Joshua Colp
2016-04-25Merge "app_queue: queue members can receive multiple calls" into 13Joshua Colp
2016-04-25app_queue: queue members can receive multiple callsKevin Harwell
2016-04-25Fix case sensitive actions in AMI QueueSummary and QueueStatusDarkS
2016-04-18app_queue: Frequent segfaults in function can_ring_entry()ibercom
2016-02-17app_queue: fix Calculate talktime when is first call answeredRodrigo Ramírez Norambuena
2016-01-05app_queue: Add member flag "in_call" to prevent reading wrong lastcall timeMartin Tomec
2016-01-05app_queue: Added reason pause of memberRodrigo Ramírez Norambuena
2015-12-18app_queue: update RT members when the 1st call joins a queue with no agentsCarlos Oliva
2015-11-16app_queue: (try_calling): mutex 'qe->chan' freed more times than we've locked!Alec Davis
2015-09-25app_queue.c: Force COLP update if outgoing channel name changed.Richard Mudgett
2015-09-25app_queue.c: Factor out a connected line update routine.Richard Mudgett
2015-09-19Merge "app_queue: AgentComplete event has wrong reason" into 13Matt Jordan
2015-09-17app_queue: AgentComplete event has wrong reasonKevin Harwell
2015-09-17app_queue: Crash when transferringKevin Harwell
2015-08-18app_queue.c: Extract some functions for simpler code.Richard Mudgett
2015-08-18app_queue.c: Fix error checking in QUEUE_MEMBER() read.Richard Mudgett
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