mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
apps/confbridge: Added hear_own_join_sound option to control who hears sound_join
Added the hear_own_join_sound option to the confbridge user profile to control who hears the sound_join audio file. When set to 'yes' the user entering the conference and the participants already in the conference will hear the sound_join audio file. When set to 'no' the user entering the conference will not hear the sound_join audio file, but the participants already in the conference will hear the sound_join audio file. ASTERISK-29931 Added by Michael Cargile Change-Id: I856bd66dc0dfa057323860a6418c1371d249abd2
This commit is contained in:
committed by
Kevin Harwell
parent
19c841950b
commit
a2679b0ee2
@@ -41,6 +41,12 @@ type=user
|
||||
; There are some prompts, such as the prompt to enter a PIN number,
|
||||
; that must be played regardless of what this option is set to.
|
||||
; Off by default
|
||||
;hear_own_join_sound=yes ; Sets if a user joining the conference should hear the sound_join
|
||||
; audio sound when they enter the conference. If set to 'no' the
|
||||
; user will not hear the sound_join audio but the other participants
|
||||
; in the conference will still hear the audio. If set to 'yes'
|
||||
; everyone hears the sound_join audio when this user enters the conference.
|
||||
; On by default
|
||||
;announce_user_count=yes ; Sets if the number of users should be announced to the
|
||||
; caller. Off by default.
|
||||
;announce_user_count_all=yes ; Sets if the number of users should be announced to
|
||||
|
Reference in New Issue
Block a user