Commit Graph

787 Commits (f79e3d420742bc16e2219b8c51a6bc4692df24f5)

Author SHA1 Message Date
Jonathan Rose 40c6c96065 app_queue: Make ordering of rrmemory/rrordered persist over add/remove members
13 years ago
Richard Mudgett d925564657 app_queue: Made pass connected line updates from the caller to ringing queue members.
13 years ago
Sean Bright 509c3ebaf7 app_queue: Support persisting and loading of long member lists.
13 years ago
Kinsey Moore bc716c7acd "show" completion option for "queue" shouldn't appear twice
13 years ago
Jonathan Rose 2faa39b458 app_queue: Make queue reload members and variants of that work
13 years ago
Richard Mudgett dc28841aad Fix exception path typo in app_queue.c try_calling().
13 years ago
Kinsey Moore 3c13a80d5a Ensure listed queues are not offered for completion
13 years ago
Kinsey Moore daf2b4fb9e Ensure "rules" is tab-completable for "queue show"
13 years ago
Mark Michelson 5d843ed6fc Prevent crash on shutdown due to refcount error on queues container.
13 years ago
Mark Michelson 90d111988e Help prevent ringing queue members from being rung when ringinuse set to no.
13 years ago
Mark Michelson 3b476dfd1e Fix misuses of asprintf throughout the code.
13 years ago
Mark Michelson b0d337d2cb Fix bug where final queue member would not be removed from memory.
13 years ago
Mark Michelson 53f102ed7c Fix a couple of documentation problems in app_queue.c
13 years ago
Richard Mudgett 5e54864c5c Explicitly check caller hangup in app Queue rather than a polluted res2 value.
13 years ago
Kinsey Moore 0353a57671 Fix coverity UNUSED_VALUE findings in core support level files
13 years ago
Richard Mudgett bd85d458a2 Coverity Report: Fix issues for error type REVERSE_INULL (core modules)
13 years ago
Richard Mudgett 4b03161fca Fix Dial I option ignored if dial forked and one fork redirects.
13 years ago
Matthew Jordan 3edf245601 Fix a variety of memory leaks
13 years ago
Jonathan Rose ae528efea3 Coverity Report: Fix issues for error type CHECKED_RETURN for core
13 years ago
Richard Mudgett e446657808 Add missing connected line macro calls to initial dial for Dial and Queue apps.
13 years ago
Richard Mudgett a55030f4fa Audit of ao2_iterator_init() usage for v1.8.
13 years ago
Matthew Jordan a364b1e068 Realtime queues failed to load queue information without queue member table
14 years ago
Richard Mudgett 74da7648bb Fix crash during CDR update.
14 years ago
Richard Mudgett 382f4ac06f Make queue log indicate if ADDMEMBER is paused for AMI and realtime.
14 years ago
Richard Mudgett 0eda1315b5 Fix potential deadlock calling ast_call() with channel locks held.
14 years ago
Richard Mudgett 54f41f2141 Make AMI event AgentCalled get CallerID/ConnectedLine info from the incoming channel.
14 years ago
Terry Wilson e9dc0ae56d Use int for storing ao2_container_count instad of size_t
14 years ago
Terry Wilson 33f73e2ae2 Simplify queue membercount code
14 years ago
Terry Wilson f927ef5571 Properly update membercount for reloaded members
14 years ago
Gregory Nietsky 4037f1366d Revert Janitor patch 341906 For now
14 years ago
Gregory Nietsky 4f690341cf Whitespace Fixups / Add Braces
14 years ago
Gregory Nietsky 3b2f5e7d4c Make sure a CDR is on the stack for call in the Queue.
14 years ago
Jonathan Rose 32c717b97c Document applications that play audio and do not answer unanswered calls.
14 years ago
Gregory Nietsky f94fa3dba3 Locking order in app_queue.c causes deadlocks.
14 years ago
Alec L Davis 74f9e66b41 peroid typo
14 years ago
Richard Mudgett 185f890c89 Memory Leak in app_queue
14 years ago
Richard Mudgett b1f11e0df4 Revert previous commit. Not ready yet.
14 years ago
Richard Mudgett c0ce03d77f Signed
14 years ago
Richard Mudgett def9e8fe45 Reference leaks in app_queue.
14 years ago
Matthew Nicholson b92d5952e1 Unlock the channel before calling update_queue.
14 years ago
Leif Madsen d4938a111e Introduce <support_level> tags in MODULEINFO.
14 years ago
Tilghman Lesher 9a3fd9a994 Removing type attributes, as a change to menuselect makes them no longer necessary.
14 years ago
Tilghman Lesher d104b4e701 Add the attribute "type" to each "<use>" for menuselect.
14 years ago
Richard Mudgett 1fe4351176 Fixed some error exit cleanup in app_queue.c.
14 years ago
Richard Mudgett 91b7dd582e Response to QueueRule manager command does not contain ActionID if it was specified.
14 years ago
Richard Mudgett e0b2c103f6 Ring all queue with more than 255 agents will cause crash.
14 years ago
Richard Mudgett 59a41188a8 The AMI Newstate event contains different information between v1.4 and v1.8.
14 years ago
Terry Wilson 6cf3280dd6 Merged revisions 317575 via svnmerge from
14 years ago
Russell Bryant a3d1ff1140 Increase buffer size to be PATH_MAX for a path.
14 years ago
Russell Bryant a82f1bb995 Fix a bunch of compiler warnings generated by gcc 4.6.0.
14 years ago