summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2013-07-14Provide error message for QUEUE_MEMBER when member is not in queueMatthew Jordan
2013-07-01Refactor extraneous channel eventsKinsey Moore
2013-06-25CEL refactoring cleanupKinsey Moore
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-06-10Add announce-to-first-user option for app_queueMatthew Jordan
2013-06-07Make app_queue AMI events more consistent. Give Join/Leave more useful names.Jason Parker
2013-05-22Add dial events to app_queue and app_followme.Jason Parker
2013-05-21Conditional out more app_queue logging that needs to be reworked.Richard Mudgett
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-05-17Fix shutdown assertions in stasis-coreDavid M. Lee
2013-05-09Fix Segfault In app_queue When "persistentmembers" Is Enabled And Using RealtimeMichael L. Young
2013-04-29Play periodic prompts for first call in a call queueOlle Johansson
2013-04-16Move device state distribution to Stasis-coreKinsey Moore
2013-04-12Fix Manager Segfault When app_queue Is UnloadedMichael L. Young
2013-02-14Revamp of terminal color codesKinsey Moore
2013-01-09app_queue: Fix incorrect assertion.Richard Mudgett
2013-01-08app_queue: Fix multiple calls to a queue member that is in only one queue.Richard Mudgett
2013-01-03Fix Queue Log Reporting Every Call COMPLETECALLER With "h" Extension PresentMichael L. Young
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2012-12-14app_queue: Revert bad ringinuse=no patch.Richard Mudgett
2012-12-14app_queue: Make update_status() not return anything.Richard Mudgett
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-10-29Ensure that CDRs for a caller in a Queue that is not answered is NO ANSWER.Matthew Jordan
2012-10-18app_queue: Make ordering of rrmemory/rrordered persist over add/remove membersJonathan Rose
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-10app_queue: Made pass connected line updates from the caller to ringing queue ...Richard Mudgett
2012-10-01Doxygen CleanupAndrew Latham
2012-10-01app_queue: Support persisting and loading of long member lists.Sean Bright
2012-09-26app_queue: 'agent available' hint, cleanup restart, and initial stateAlec L Davis
2012-09-25"show" completion option for "queue" shouldn't appear twiceKinsey Moore
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21app_queue: Make queue reload members and variants of that workJonathan Rose
2012-09-20Add queue monitoring hintsMatthew Jordan
2012-09-20Support all ways a member can be available for 'agent available' hintsMatthew Jordan
2012-09-19app_queue: Support an 'agent available' hintAlec L Davis
2012-09-07Fix exception path typo in app_queue.c try_calling().Richard Mudgett
2012-09-06Update QueueMemberStatus event documentation to include member status valuesMatthew Jordan
2012-09-06Ensure listed queues are not offered for completionKinsey Moore
2012-09-06Ensure "rules" is tab-completable for "queue show"Kinsey Moore
2012-09-04app_queue: Only log PAUSEALL/UNPAUSEALL when 1+ memebers changed.Jonathan Rose
2012-08-30Prevent crash on shutdown due to refcount error on queues container.Mark Michelson
2012-08-30Help prevent ringing queue members from being rung when ringinuse set to no.Mark Michelson
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-15Fix bug where final queue member would not be removed from memory.Mark Michelson
2012-08-10Fix a couple of documentation problems in app_queue.cMark Michelson
2012-06-29Hangup handlers - Dialplan subroutines that run when the channel hangs up.Richard Mudgett
2012-06-25Add AMI event documentationMatthew Jordan
2012-06-22Explicitly check caller hangup in app Queue rather than a polluted res2 value.Richard Mudgett
2012-06-22Fix F and F(x) action logic in Queue application.Richard Mudgett
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett