Commit Graph

834 Commits (d571d53fa4057f30f62dec978a7e022b79c0deca)

Author SHA1 Message Date
Richard Mudgett e623bdcea8 app_queue: Revert bad ringinuse=no patch.
13 years ago
Mark Michelson a65fbf8012 Multiple revisions 375993-375994
13 years ago
Matthew Jordan 3ac0ced049 Ensure that the Queue application tracks busy members in off nominal situations
13 years ago
Jonathan Rose 8d0143f4a6 app_queue: Make ordering of rrmemory/rrordered persist over add/remove members
13 years ago
Richard Mudgett 01a662cf60 app_queue: Made pass connected line updates from the caller to ringing queue members.
13 years ago
Sean Bright 1449b2cad0 app_queue: Support persisting and loading of long member lists.
13 years ago
Alec L Davis 5a0a5745ed app_queue: 'agent available' hint, cleanup restart, and initial state
13 years ago
Kinsey Moore a645b4c5c9 "show" completion option for "queue" shouldn't appear twice
13 years ago
Jonathan Rose 237b75db29 app_queue: Make queue reload members and variants of that work
13 years ago
Matthew Jordan 792a89a9f7 app_queue: Support an 'agent available' hint
13 years ago
Matthew Jordan e026c03d17 Add queue monitoring hints
13 years ago
Richard Mudgett 84bf4776f2 Fix exception path typo in app_queue.c try_calling().
13 years ago
Matthew Jordan 46df746df0 Update QueueMemberStatus event documentation to include member status values
13 years ago
Kinsey Moore a90717e566 Ensure listed queues are not offered for completion
13 years ago
Kinsey Moore cc8037b3d4 Ensure "rules" is tab-completable for "queue show"
13 years ago
Mark Michelson cd3caa1a36 Prevent crash on shutdown due to refcount error on queues container.
13 years ago
Mark Michelson 6256c7193b Help prevent ringing queue members from being rung when ringinuse set to no.
13 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
13 years ago
Mark Michelson 760909af3c Fix bug where final queue member would not be removed from memory.
13 years ago
Mark Michelson bdcdb0dc87 Fix a couple of documentation problems in app_queue.c
13 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
13 years ago
Matthew Jordan 82a7409c15 Add AMI event documentation
13 years ago
Richard Mudgett 62274463fa Explicitly check caller hangup in app Queue rather than a polluted res2 value.
13 years ago
Richard Mudgett 30a417dc6c Fix F and F(x) action logic in Queue application.
13 years ago
Richard Mudgett f8746d0009 Allow non-normal execution routines to be able to run on hungup channels.
13 years ago
Kinsey Moore c6142cf2cc Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Richard Mudgett 3f59ad990c Fix app_queue debug message use of args.options after the string has been parsed.
13 years ago
Richard Mudgett 9ecd6c9ab4 Fix inverted test in app_queue for ringinuse.
13 years ago
Kinsey Moore 571445ab9c Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHERE
13 years ago
Mark Michelson 14a985560e Merge changes dealing with support for Digium phones.
13 years ago
Richard Mudgett dd2427c141 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Richard Mudgett e518536773 Fix Dial I option ignored if dial forked and one fork redirects.
13 years ago
Jonathan Rose ec3b8a1f27 app_queue: Per Member ringinuse option and deprecation of ignorebusy
13 years ago
Matthew Jordan 7b51320642 Fix a variety of memory leaks
13 years ago
Kinsey Moore b5a6de76fc Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)
13 years ago
Jonathan Rose 8227f70cd7 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Olle Johansson e5c20ccb76 Code formatting fixes.
13 years ago
Olle Johansson 04ddb5714f Add documentation
13 years ago
Olle Johansson f102aecf12 Formatting changes only
13 years ago
Olle Johansson a8e755700e Use the DEFINED value for musicclass length.
13 years ago
Richard Mudgett f663924517 Make app_dial and app_queue use new macro and gosub calls.
13 years ago
Jonathan Rose 683eacb59a Change default value of 'ignorebusy' on Queue members so that behavior is more like 1.8
13 years ago
Jonathan Rose c6979ff581 Adds F option to Bridge application
13 years ago
Richard Mudgett e9703da1d5 Add missing connected line macro calls to initial dial for Dial and Queue apps.
13 years ago
Terry Wilson 786f5898d1 Finalize ast_channel opaquification
13 years ago
Sean Bright 4657b016ad Resolve a few more cases of variable shadowing.
13 years ago
Jonathan Rose d3db6da254 Adds a transfer callee on hangup option (like with Dial option F) to queues.
13 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
13 years ago
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Richard Mudgett e063fa6b3f Fix REF_DEBUG compile errors.
13 years ago