[Asterisk-cvs] asterisk/configs voicemail.conf.sample,1.38,1.39
markster at lists.digium.com
markster at lists.digium.com
Mon Sep 6 02:16:28 CDT 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv16097/configs
Modified Files:
voicemail.conf.sample
Log Message:
Allow "-" in password to make it unchangable (bug #2386)
Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- voicemail.conf.sample 3 Sep 2004 03:53:48 -0000 1.38
+++ voicemail.conf.sample 6 Sep 2004 06:19:17 -0000 1.39
@@ -90,7 +90,7 @@
;
; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>,<options>
; if the e-mail is specified, a message will be sent when a message is
-; received, to the given mailbox. If pager is specified, a message will be sent there as well.
+; received, to the given mailbox. If pager is specified, a message will be sent there as well. If the password is prefixed by '-' then it is considered to be unchangable
;
; Advanced options example is extension 4069
; NOTE: All options can be expressed globally in the general section, and overriden in the per-mailbox
@@ -126,7 +126,7 @@
1234 => 4242,Example Mailbox,root at localhost
;4200 => 9855,Mark Spencer,markster at linux-support.net,mypager at digium.com,attach=no|serveremail=myaddy at digium.com|tz=central
;4300 => 3456,Ben Rigas,ben at american-computer.net
-;4310 => 5432,Sales,sales at marko.net
+;4310 => -5432,Sales,sales at marko.net
;4069 => 6522,Matt Brooks,matt at marko.net,,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=yes|envelope=yes
;4073 => 1099,Bianca Paige,bianca at biancapaige.com,,delete=1
;4110 => 3443,Rob Flynn,rflynn at blueridge.net
More information about the svn-commits
mailing list