[Asterisk-cvs] asterisk/configs zapata.conf.sample,1.18,1.19
jeremy at lists.digium.com
jeremy at lists.digium.com
Thu Mar 25 13:31:34 CST 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv24988
Modified Files:
zapata.conf.sample
Log Message:
document mwi issues for voicemail contexts
Index: zapata.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/zapata.conf.sample,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- zapata.conf.sample 24 Mar 2004 08:36:28 -0000 1.18
+++ zapata.conf.sample 25 Mar 2004 18:28:35 -0000 1.19
@@ -132,11 +132,23 @@
;
callreturn=yes
;
-; Stutter dialtone support: If a mailbox is specified, then when voicemail
-; is received in that mailbox, taking the phone off hook will cause
-; a stutter dialtone instead of a normal one
+; Stutter dialtone support: If a mailbox is specified without a voicemail
+; context, then when voicemail is received in a mailbox in the default
+; voicemail context in voicemail.conf, taking the phone off hook will
+; cause a stutter dialtone instead of a normal one.
+;
+; If a mailbox is specified *with* a voicemail context, the same will
+; result if voicemail recieved in mailbox in the specified voicemail
+; context
+;
+; for default voicemail context, the example below is fine:
;
;mailbox=1234
+;
+; for any other voicemail context, the following will produce the
+; stutter tone:
+;
+;mailbox=1234 at context
;
; Enable echo cancellation
; Use either "yes", "no", or a power of two from 32 to 256 if you wish
More information about the svn-commits
mailing list