]> git.ipfire.org Git - thirdparty/asterisk.git/commit
apps/confbridge: Added hear_own_join_sound option to control who hears sound_join
authorMichael Cargile <mikec@vicidial.com>
Wed, 23 Feb 2022 16:29:09 +0000 (11:29 -0500)
committerKevin Harwell <kharwell@digium.com>
Mon, 2 May 2022 20:44:58 +0000 (15:44 -0500)
commit216a55408ea8c667956b030946d8bc863f1e2cda
treeb828f0101d10eb353e8a1bc37e8a2a6665f2dcdb
parentcb53ad567107169d9cf802f4e34a69a1fc674f3c
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
apps/app_confbridge.c
apps/confbridge/conf_config_parser.c
apps/confbridge/include/confbridge.h
configs/samples/confbridge.conf.sample
doc/CHANGES-staging/app_confbridge_hear_join.txt [new file with mode: 0644]