]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ConfBridge: Correct prompt playback target
authorKinsey Moore <kmoore@digium.com>
Mon, 10 Feb 2014 15:54:45 +0000 (15:54 +0000)
committerKinsey Moore <kmoore@digium.com>
Mon, 10 Feb 2014 15:54:45 +0000 (15:54 +0000)
commit56c607a81873e4f866d95f3d67b5a65e40bc1bf1
treef7107262d3bca803b264adfee4ec5cfbfcc0dd39
parent3ecfc29b8c314d82490121179c9a670b273e30d9
ConfBridge: Correct prompt playback target

Currently, when the first marked user enters the conference that
contains waitmarked users, a prompt is played indicating that the user
is being placed into the conference. Unfortunately, this prompt is
played to the marked user and not the waitmarked users which is not
very helpful.

This patch changes that behavior to play a prompt stating
"The conference will now begin" to the entire conference after adding
and unmuting the waitmarked users since the design of confbridge is not
conducive to playing a prompt to a subset of users in a conference in
an asynchronous manner.

(closes issue PQ-1396)
Review: https://reviewboard.asterisk.org/r/3155/
Reported by: Steve Pitts
........

Merged revisions 407857 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@407858 65c4cc65-6c06-0410-ace0-fbb531ad65f3
UPGRADE.txt
apps/app_confbridge.c
apps/confbridge/conf_config_parser.c
apps/confbridge/conf_state_empty.c
apps/confbridge/conf_state_multi_marked.c
apps/confbridge/include/confbridge.h
configs/confbridge.conf.sample