Commit Graph

850 Commits (d3834e4a855699046a3da755bcd3c29d484d83d2)

Author SHA1 Message Date
Rusty Newton 9e6407596b Documentation: doc fixes across various parts of the code for ASTERISK issues 23061,23028,23046,23027
12 years ago
Kinsey Moore 3b3c9f38f4 app_queue: Honor penalty limits of 0
12 years ago
Richard Mudgett 2a40f6219a app_queue: Fix CLI "queue remove member" queue_log entry.
12 years ago
Walter Doekes 20b41f41c2 Don't check all realtime queues when doing "queue show some_queue".
12 years ago
Michael L. Young ac850376a5 app_queue: Fix Queuelog EXITWITHKEY only logging two of four fields
12 years ago
Rusty Newton f5d53c84bb 'queue add member' help text correction
12 years ago
Matthew Jordan 7103d3aaed Let Queue wrap up time influence member availability
12 years ago
Matthew Jordan 7bb2991218 Provide error message for QUEUE_MEMBER when member is not in queue
12 years ago
Matthew Jordan 4a99d74105 Add announce-to-first-user option for app_queue
12 years ago
Michael L. Young e26179599a Fix Segfault In app_queue When "persistentmembers" Is Enabled And Using Realtime
12 years ago
Olle Johansson aa676fbb84 Play periodic prompts for first call in a call queue
12 years ago
Michael L. Young 08e30bfa1f Fix Manager Segfault When app_queue Is Unloaded
12 years ago
Richard Mudgett 0317ece036 app_queue: Fix incorrect assertion.
13 years ago
Richard Mudgett 69fc13fb67 app_queue: Fix multiple calls to a queue member that is in only one queue.
13 years ago
Michael L. Young aeeeb28d27 Fix Queue Log Reporting Every Call COMPLETECALLER With "h" Extension Present
13 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
13 years ago
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