summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
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
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-06-07Fix app_queue debug message use of args.options after the string has been par...Richard Mudgett
2012-06-07Fix inverted test in app_queue for ringinuse.Richard Mudgett
2012-06-05Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHEREKinsey Moore
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-24Fix Dial I option ignored if dial forked and one fork redirects.Richard Mudgett
2012-05-18app_queue: Per Member ringinuse option and deprecation of ignorebusyJonathan Rose
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-04-26Code formatting fixes.Olle Johansson
2012-04-25Add documentationOlle Johansson
2012-04-25Formatting changes onlyOlle Johansson
2012-04-25Use the DEFINED value for musicclass length.Olle Johansson
2012-04-23Make app_dial and app_queue use new macro and gosub calls.Richard Mudgett
2012-04-11Change default value of 'ignorebusy' on Queue members so that behavior is mor...Jonathan Rose
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-03-15Add missing connected line macro calls to initial dial for Dial and Queue apps.Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-08Resolve a few more cases of variable shadowing.Sean Bright
2012-03-02Adds a transfer callee on hangup option (like with Dial option F) to queues.Jonathan Rose
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett