]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Play "leader has left" sound even when musiconhold is enabled.
authorJoshua Colp <jcolp@digium.com>
Fri, 14 Nov 2014 14:54:50 +0000 (14:54 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 14 Nov 2014 14:54:50 +0000 (14:54 +0000)
commit093db340b1c053a842908134ebbc8a514de33825
treeddba3cdb480164dadf9aae4d07f4803f1360d598
parent329d09913e81b5c765eada4990e09b45717eee54
app_confbridge: Play "leader has left" sound even when musiconhold is enabled.

Currently if the leader of a conference bridge leaves any participant
that has musiconhold enabled will not hear the "leader has left" sound.
This is because musiconhold is started and THEN the sound is played.

This change makes it so that the sound is played and THEN musiconhold
is started. This provides a better experience for users as they may not
have known previously why they went back to musiconhold.

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@427844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/confbridge/conf_state_multi_marked.c