summaryrefslogtreecommitdiff
path: root/configs/samples/confbridge.conf.sample
diff options
context:
space:
mode:
authorfrahaase <fra.haase@googlemail.com>2016-08-12 18:23:40 +0200
committerGeorge Joseph <gjoseph@digium.com>2017-02-24 15:13:56 -0600
commit5b1796f59d01f399c68b05b31fe173fc7ede16dc (patch)
tree24dfcbf2460e3f3b0191da886d9047e2120f9cfa /configs/samples/confbridge.conf.sample
parent094c26aa689664177e156d17bf5e9ab67c442a53 (diff)
Binaural synthesis (confbridge): DTMF conference management.
DTMF configuration options for the binaural softmix bridge: toggle binaural rendering (per channel). ASTERISK-26292 Change-Id: Ibfe708b9fe26097c1798fcbfcc4dc461267d8af8
Diffstat (limited to 'configs/samples/confbridge.conf.sample')
-rw-r--r--configs/samples/confbridge.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/samples/confbridge.conf.sample b/configs/samples/confbridge.conf.sample
index 5b9f52d4f..0e07f6b16 100644
--- a/configs/samples/confbridge.conf.sample
+++ b/configs/samples/confbridge.conf.sample
@@ -259,6 +259,8 @@ type=bridge
;sound_unlocked_now; The sound played to an admin after toggling the conference to unlocked mode.
;sound_error_menu ; The sound played when an invalid menu option is entered.
;sound_begin ; The sound played to the conference when the first marked user enters the conference.
+;sound_binaural_on ; The sound played when binaural audio is turned on
+;sound_binaural_off ; The sound played when binaural audio is turned off
; --- ConfBridge Menu Options ---
; The ConfBridge application also has the ability to
@@ -297,6 +299,7 @@ type=bridge
; using the '&' character as a delimiter.
; toggle_mute ; Toggle turning on and off mute. Mute will make the user silent
; to everyone else, but the user will still be able to listen in.
+; toggle_binaural ; Toggle on or off binaural audio processing.
; no_op ; This action does nothing (No Operation). Its only real purpose exists for
; being able to reserve a sequence in the config as a menu exit sequence.