mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 04:58:48 +00:00
Features: BRIDGE_FEATURES variable automixmonitor support and use proper party
BRIDGE_FEATURES did not previously support the automixmonitor feature. Now it does. In addition, the BRIDGE_FEATURES variable would not apply features to the proper party based on whether the feature option letter was in caps or in lowercase (both ways would apply it to the caller). Now uppercase applies to the caller while lowercase applies to the callee (like with the dial option) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@378063 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
10
CHANGES
10
CHANGES
@@ -31,6 +31,16 @@ AMI (Asterisk Manager Interface)
|
||||
'Manager Show Command' now displays the privileges needed for using a given
|
||||
manager command instead.
|
||||
|
||||
Features
|
||||
-------------------
|
||||
* The BRIDGE_FEATURES channel variable would previously only set features for
|
||||
the calling party and would set this feature regardless of whether the
|
||||
feature was in caps or in lowercase. Use of a caps feature for a letter
|
||||
will now apply the feature to the calling party while use of a lowercase
|
||||
letter will apply that feature to the called party.
|
||||
|
||||
* Add support for automixmonitor to the BRIDGE_FEATURES channel variable.
|
||||
|
||||
Logging
|
||||
-------------------
|
||||
* When performing queue pause/unpause on an interface without specifying an
|
||||
|
Reference in New Issue
Block a user