aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-06 23:00:57 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-06 23:00:57 +0000
commite279e005a6f9ffcdf7d3f053ad70ad8014a1ced7 (patch)
tree962ca1ded23caaf146f7d9f7fec69b07d2a8f4a0 /configs
parentdedda273d2388272e224f0e5185673c8b32e0cb5 (diff)
Clarify the documentation of the dialout and sendvoicemail options.
(issue #9000, caio1982 and serge-v) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58119 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/voicemail.conf.sample11
1 files changed, 6 insertions, 5 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 08002a8a6..9a2099864 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -178,11 +178,12 @@ emaildateformat=%A, %B %d, %Y at %r
; extension digits when saying caller id.
; sayduration=no ; Turn on/off the duration information before the message. [ON by default]
; saydurationm=2 ; Specify the minimum duration to say. Default is 2 minutes
-; dialout=fromvm ; Context to dial out from [option 4 from the advanced menu]
- ; if not listed, dialing out will not be permitted
-sendvoicemail=yes ; Context to Send voicemail from [option 5 from the advanced menu]
- ; if not listed, sending messages from inside voicemail will not be
- ; permitted
+; dialout=fromvm ; Context to dial out from [option 4 from mailbox's advanced menu].
+ ; If not specified, option 4 will not be listed and dialing out
+ ; from within VoiceMailMain() will not be permitted.
+sendvoicemail=yes ; Allow the user to compose and send a voicemail while inside
+ ; VoiceMailMain() [option 5 from mailbox's advanced menu].
+ ; If set to 'no', option 5 will not be listed.
; searchcontexts=yes ; Current default behavior is to search only the default context
; if one is not specified. The older behavior was to search all contexts.
; This option restores the old behavior [DEFAULT=no]