-
- Downloads
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@407857 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- UPGRADE.txt 5 additions, 0 deletionsUPGRADE.txt
- apps/app_confbridge.c 2 additions, 8 deletionsapps/app_confbridge.c
- apps/confbridge/conf_config_parser.c 10 additions, 0 deletionsapps/confbridge/conf_config_parser.c
- apps/confbridge/conf_state_empty.c 0 additions, 1 deletionapps/confbridge/conf_state_empty.c
- apps/confbridge/conf_state_multi_marked.c 21 additions, 5 deletionsapps/confbridge/conf_state_multi_marked.c
- apps/confbridge/include/confbridge.h 2 additions, 7 deletionsapps/confbridge/include/confbridge.h
- configs/confbridge.conf.sample 4 additions, 1 deletionconfigs/confbridge.conf.sample
Loading
Please register or sign in to comment