aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-14 20:43:45 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-14 20:43:45 +0000
commita4094c80f1eb2319f73da54b7397c3028174bfa0 (patch)
treed9ad9b3a0d254b9ac8d0ade130b6b9a89b7ead1b /configs
parent7371f64d6190caea9ef6a6a52d8199e80f7299bc (diff)
Merged revisions 116410 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r116410 | qwell | 2008-05-14 15:43:26 -0500 (Wed, 14 May 2008) | 9 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.0@116411 f38db490-d61c-443f-a65b-d21fe96a405b
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 63691275c..a1625d50b 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -218,6 +218,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]