[asterisk-commits] russell: branch 1.4 r58119 - /branches/1.4/configs/voicemail.conf.sample

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Mar 6 16:00:57 MST 2007


Author: russell
Date: Tue Mar  6 17:00:57 2007
New Revision: 58119

URL: http://svn.digium.com/view/asterisk?view=rev&rev=58119
Log:
Clarify the documentation of the dialout and sendvoicemail options.
(issue #9000, caio1982 and serge-v)

Modified:
    branches/1.4/configs/voicemail.conf.sample

Modified: branches/1.4/configs/voicemail.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/voicemail.conf.sample?view=diff&rev=58119&r1=58118&r2=58119
==============================================================================
--- branches/1.4/configs/voicemail.conf.sample (original)
+++ branches/1.4/configs/voicemail.conf.sample Tue Mar  6 17:00:57 2007
@@ -178,11 +178,12 @@
 			; 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]



More information about the asterisk-commits mailing list