summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-05-14 20:43:26 +0000
committerJason Parker <jparker@digium.com>2008-05-14 20:43:26 +0000
commit424a7816ea746c2afccb72f12938e51c074df546 (patch)
tree4d46c3b60bce8b0925f87d6317737b27b16d9f6d /configs
parent8340b21c1da8aea3513825d7de42c1a187502ba9 (diff)
Merged revisions 116409 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r116409 | qwell | 2008-05-14 15:43:08 -0500 (Wed, 14 May 2008) | 1 line Document exitcontext in app_voicemail sample config ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@116410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/voicemail.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index f719d70bf..d2213c563 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -225,6 +225,8 @@ sendvoicemail=yes ; Allow the user to compose and send a voicemail while inside
; This option restores the old behavior [DEFAULT=no]
; callback=fromvm ; Context to call back from
; if not listed, calling the sender back will not be permitted
+; exitcontext=fromvm ; Context to go to on user exit such as * or 0
+ ; The default is the current context.
; review=yes ; Allow sender to review/rerecord their message before saving it [OFF by default
; operator=yes ; Allow sender to hit 0 before/after/during leaving a voicemail to
; reach an operator [OFF by default]