dect
/
asterisk
Archived
13
0
Fork 0

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/trunk@116410 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2008-05-14 20:43:26 +00:00
parent 75746e54d9
commit 6e742022fa
1 changed files with 2 additions and 0 deletions

View File

@ -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]