ConfBridge: Correct prompt playback target
authorKinsey Moore <kmoore@digium.com>
Mon, 10 Feb 2014 16:01:37 +0000 (16:01 +0000)
committerKinsey Moore <kmoore@digium.com>
Mon, 10 Feb 2014 16:01:37 +0000 (16:01 +0000)
commit75edef52e031c3909b16216946ba91c27deb10b6
tree83df779bd602103674007190949dc6a5af08dbfa
parent67f84590e5f2420d5aa3752b369fd2519278d58f
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
........

Merged revisions 407858 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@407859 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