summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-12-18 12:21:53 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-12-18 12:21:53 -0600
commiteed4e0ce7871f6bf74ad27e486659311b3e3f1a3 (patch)
treeaa3a37d7190f595204c19da101e2097ed2d3715f
parentf06d12e4249fcb988b3c6b73535a3e6881d20e56 (diff)
parent20a1a5632dd93145739f4863338d36ca26307216 (diff)
Merge "confbridge: Clarify mute sound documentation." into 15
-rw-r--r--configs/samples/confbridge.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/samples/confbridge.conf.sample b/configs/samples/confbridge.conf.sample
index 9cf86aa0b..c8f30bcc3 100644
--- a/configs/samples/confbridge.conf.sample
+++ b/configs/samples/confbridge.conf.sample
@@ -243,8 +243,8 @@ type=bridge
; left the conference. This is used for user intros.
; Example "_____ has left the conference"
;sound_kicked ; The sound played to a user who has been kicked from the conference.
-;sound_muted ; The sound played when the mute option it toggled on.
-;sound_unmuted ; The sound played when the mute option it toggled off.
+;sound_muted ; The sound played when the mute option is toggled on using DTMF menu.
+;sound_unmuted ; The sound played when the mute option is toggled off using DTMF menu.
;sound_only_person ; The sound played when the user is the only person in the conference.
;sound_only_one ; The sound played to a user when there is only one other
; person is in the conference.