aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-24 15:25:42 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-24 15:25:42 +0000
commitf45f3aba22856d596217bca72f77409148760647 (patch)
treec1d005bdd767e1fbf6355f6158902c8d3bdc9c80 /configs
parent96ff677092a0812f20005383e29c5c43a4903827 (diff)
Additionally note that the operator option needs an 'o' extension.
(Related to issue #14731) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@183913 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/voicemail.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 4fab2527a..3dee70d0a 100644
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -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]