]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: ConfbridgeList event has standard channel shapshot headers.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 31 Jan 2018 23:48:46 +0000 (17:48 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 5 Feb 2018 19:48:00 +0000 (13:48 -0600)
commit8e170f5f186a1be3965c8636c5f01736e4bcc51c
treed87fe6ea7aa38db67a51e6f238017ef11425b326
parent37445bc69e0828173186bb2cd69a6b1a583de32a
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
CHANGES
UPGRADE.txt
apps/app_confbridge.c