]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Allow muting of users waiting to enter a ConfBridge 20/2120/1
authorMatthew Jordan <mjordan@digium.com>
Thu, 5 Jun 2014 14:32:38 +0000 (14:32 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 27 Jan 2016 23:22:12 +0000 (17:22 -0600)
commitb45be25f45bd2e3562e2904764d4e074a08eaa6e
treecf0110866777e0cffb53bfe12ed293a92a367cfd
parent3b45b52bb9b20fe896f7c48ef96c35cb9f5eb3d2
app_confbridge: Allow muting of users waiting to enter a ConfBridge

Prior to this patch, users waiting to enter a ConfBridge were not considered
when muted via the CLI or via AMI. Instead, a confusing message would be
emitted stating that the channel did not exist.

This patch allows a user to be muted when waiting to enter a ConfBridge
conference. This is equivalent to start when muted, only toggled via the CLI
or AMI.

Review: https://reviewboard.asterisk.org/r/3582

ASTERISK-23824 #close
patches:
  rb3582.patch uploaded by tm1000 (License 6524)

Cherry-picked to support ASTERISK-20987

Change-Id: I61d5475a1cd53adfde3c2d0ab6ab45c5b100cae8
apps/app_confbridge.c