aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-14 20:43:08 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-14 20:43:08 +0000
commitec6b2c6e0554dd4374dea87f80d99f9495a80b03 (patch)
tree884779e8a4f0d13d71e910284ce068bb72f505d8 /configs
parentad5d2006089834a4f2d1267fa7baad49e4ca3eab (diff)
Document exitcontext in app_voicemail sample config
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@116409 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 ec8798782..ad124bdc1 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -190,6 +190,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]