mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-10 03:31:06 +00:00
Adding the option of specifying a second interface in a member definition for a queue. app_queue
will monitor this second device's state for the member, even though it actually calls the first interface. This ability has been added for statically defined queue members, realtime queue members, and dynamic queue members added through the CLI, dialplan, or manager. (closes issue #11603, reported by acidv) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97203 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -265,6 +265,9 @@ Queue changes
|
||||
* Added new channel variable QUEUE_MIN_PENALTY
|
||||
* QUEUE_MAX_PENALTY and QUEUE_MIN_PENALTY may be adjusted in mid-call by defining
|
||||
rules in queuerules.conf. See configs/queuerules.conf.sample for details
|
||||
* Added a new parameter for member definition, called state_interface. This may be
|
||||
used so that a member may be called via one interface but have a different interface's
|
||||
device state reported.
|
||||
|
||||
MeetMe Changes
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user