summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2013-11-15 22:38:52 +0000
committerJonathan Rose <jrose@digium.com>2013-11-15 22:38:52 +0000
commit7950118e1895883cfb44d7aacff013d2f759920b (patch)
tree36b5a7499aba83be32d2530f40dd5dfebbff9350 /configs
parent50afe6b9dd65a4294c63a8556ab3efbd202ee465 (diff)
Confbridge: Add option to review the recording similar to announce_join_leave
Review: https://reviewboard.asterisk.org/r/3008/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@402854 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/confbridge.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/confbridge.conf.sample b/configs/confbridge.conf.sample
index 94739a6fe..4f7c6e552 100644
--- a/configs/confbridge.conf.sample
+++ b/configs/confbridge.conf.sample
@@ -128,6 +128,11 @@ type=user
; name when entering the conference. After the name is
; recorded, it will be played as the user enters and exists
; the conference. This option is off by default.
+;announce_join_leave_review=yes ; When enabled, implies announce_join_leave, but the user
+ ; will be prompted to review their recording before
+ ; entering the conference. During this phase, the recording
+ ; may be listened to, re-recorded, or accepted as is. This
+ ; option is off by default.
;dtmf_passthrough=yes ; Sets whether or not DTMF should pass through the conference.
; This option is off by default.
;announcement=</path/to/file> ; Play a sound file to the user when they join the conference.