Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv13197/configs

Modified Files:
        voicemail.conf.sample 
Log Message:
support a configurable number of mailboxes per folder (bug #4229)


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- voicemail.conf.sample       12 Jul 2005 02:36:53 -0000      1.50
+++ voicemail.conf.sample       12 Jul 2005 02:53:56 -0000      1.51
@@ -10,6 +10,9 @@
 ;[EMAIL PROTECTED]
 ; Should the email contain the voicemail as an attachment
 attach=yes
+; Maximum number of messages per folder. If not specified a default value 
(100) is used.
+; Maximum value for this option is 9999.
+;maxmsg=100
 ; Maximum length of a voicemail message in seconds
 ;maxmessage=180
 ; Minimum length of a voicemail message in seconds
@@ -151,8 +154,11 @@
 military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'
 
 [default]
+; Define maximum number of messages per folder for partcular context.
+;maxmsg=50
+
 1234 => 4242,Example Mailbox,[EMAIL PROTECTED]
-;4200 => 9855,Mark Spencer,[EMAIL PROTECTED],[EMAIL 
PROTECTED],attach=no|[EMAIL PROTECTED]|tz=central
+;4200 => 9855,Mark Spencer,[EMAIL PROTECTED],[EMAIL 
PROTECTED],attach=no|[EMAIL PROTECTED]|tz=central|maxmsg=10
 ;4300 => 3456,Ben Rigas,[EMAIL PROTECTED]
 ;4310 => -5432,Sales,[EMAIL PROTECTED]
 ;4069 => 6522,Matt Brooks,[EMAIL 
PROTECTED],,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=yes|envelope=yes|sayduration=yes|saydurationm=1

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to