mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Adding two new queue log events. The ADDMEMBER event is logged when
a dynamic realtime queue member is added to the queue, and the REMOVEMEMBER event is logged when a dynamic realtime member is removed. Since no calling channel is associated with these events the string "REALTIME" is placed where the channel's unique id is normally placed. (closes issue #12774) Reported by: atis Patches: queue_log_rt_members.patch uploaded by atis (license 242) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120166 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
CHANGES
5
CHANGES
@@ -481,6 +481,11 @@ Queue changes
|
||||
position announced if their position is less than what is specified by announce-position-limit.
|
||||
If announce-position is set to "more" then callers beyond the position specified by announce-position-limit
|
||||
will be told that their are more than announce-position-limit callers waiting.
|
||||
* Two new queue log events have been added. An ADDMEMBER event will be logged
|
||||
when a realtime queue member is added and a REMOVEMEMBER event will be logged
|
||||
when a realtime queue member is removed. Since there is no calling channel associated
|
||||
with these events, the string "REALTIME" is placed where the channel's unique id
|
||||
is typically placed.
|
||||
|
||||
MeetMe Changes
|
||||
--------------
|
||||
|
Reference in New Issue
Block a user