Commit Graph

870 Commits (1943cfc53cadff36e64704257c06590bceca459b)

Author SHA1 Message Date
Martin Tomec 1943cfc53c app_queue: Add member flag "in_call" to prevent reading wrong lastcall time
10 years ago
Carlos Oliva 54f6f54a5f app_queue: update RT members when the 1st call joins a queue with no agents
10 years ago
Richard Mudgett 6a364807f4 app_queue.c: Extract some functions for simpler code.
10 years ago
Richard Mudgett a56da797d9 app_queue.c: Fix error checking in QUEUE_MEMBER() read.
10 years ago
Richard Mudgett 43150cc58d app_queue.c: Fix setting QUEUE_MEMBER 'paused' and 'ringinuse'.
10 years ago
Ivan Poddubny 8d927fad0d app_queue: Fix queue_log EXITWITHTIMEOUT containing only 1 parameter
10 years ago
Matthew Jordan 6b399f72dc apps/app_queue: Prevent possible crash when evaluating queue penalty rules
10 years ago
Matthew Jordan 97c68d8d3a clang compiler warnings: Fix pointer-bool-converesion warnings
10 years ago
Matthew Jordan 297b8df31b clang compiler warnings: Fix -Wabsolute-value warnings
10 years ago
Matthew Jordan 29e6597f0b clang compiler warnings: Fix a variety of "unused" warnings
10 years ago
Matthew Jordan 0fe50b9b35 Fix compilations errors on 64-bit OpenBSD systems
10 years ago
Corey Farrell a3ec9d8f1b app_queue: fix a couple leaks to struct call_queue in set_member_value
11 years ago
Corey Farrell 37d9bfdd05 app_queue: Cleanup ao2_iterator
11 years ago
Richard Mudgett c2e464699f datastores: Audit ast_channel_datastore_remove usage.
11 years ago
Scott Griepentrog a5f39fc2ba app_queue: delayed state can cause early leavewhenempty ringing
11 years ago
Kinsey Moore abac3330cf Allow Asterisk to compile under GCC 4.10
11 years ago
Joshua Colp 50925e6c24 app_queue: Extend documentation for various Manager actions and events.
11 years ago
Joshua Colp 84a4ba6c68 app_queue: Fix a bug where realtime members would be deleted during reload causing waiting callers to get ejected.
11 years ago
Kinsey Moore 7f2bd4ea18 app_queue: Fix documentation generation
11 years ago
Rusty Newton a378423c8e apps/app_queue - Fix incorrect Macro parameter documentation
11 years ago
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