mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
app_confbridge: ConfbridgeList event has standard channel shapshot headers.
* Made the AMI ConfbridgeList action's ConfbridgeList events output all the standard channel snapshot headers instead of a few hand-coded channel snapshot headers. The benefit is that the CallerIDName gets disruptive characters like CR, LF, Tab, and a few others escaped. However, an empty CallerIDName is now output as "<unknown>" instead of "<no name>". ASTERISK-27651 Change-Id: Iaf7d54a9d40194c2db060bc9b4979fab6720d977
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -79,6 +79,12 @@ app_confbridge
|
||||
* Added the Muted header to the ConfbridgeJoin AMI event to indicate the
|
||||
participant's starting mute status.
|
||||
|
||||
* Made the AMI ConfbridgeList action's ConfbridgeList events output all
|
||||
the standard channel snapshot headers instead of a few hand-coded channel
|
||||
snapshot headers. The benefit is that the CallerIDName gets disruptive
|
||||
characters like CR, LF, Tab, and a few others escaped. However, an empty
|
||||
CallerIDName is now output as "<unknown>" instead of "<no name>".
|
||||
|
||||
app_followme
|
||||
------------------
|
||||
* Added a new prompt, connecting-prompt, which will be played
|
||||
|
Reference in New Issue
Block a user