]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Additionally note that the operator option needs an 'o' extension.
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 24 Mar 2009 15:25:42 +0000 (15:25 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 24 Mar 2009 15:25:42 +0000 (15:25 +0000)
(Related to issue #14731)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@183913 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/voicemail.conf.sample

index 4fab2527a0fba5f9e040bfb282512be0bb4f06d4..3dee70d0a16f43e27dce6cbc4dc11cc660a5e635 100644 (file)
@@ -196,8 +196,10 @@ sendvoicemail=yes ; Allow the user to compose and send a voicemail while inside
 ; 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]
+; operator=yes      ; Allow sender to hit 0 before/after/during leaving a voicemail to
+                    ; reach an operator.  This option REQUIRES an 'o' extension in the
+                    ; same context (or in exitcontext, if set), as that is where the
+                    ; 0 key will send you.  [OFF by default]
 ; envelope=no          ; Turn on/off envelope playback before message playback. [ON by default] 
                        ;     This does NOT affect option 3,3 from the advanced options menu
 ; delete=yes           ; After notification, the voicemail is deleted from the server. [per-mailbox only]