[Asterisk-cvs] asterisk/configs voicemail.conf.sample,1.40,1.41

markster at lists.digium.com markster at lists.digium.com
Fri Oct 1 22:59:17 CDT 2004


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

Modified Files:
	voicemail.conf.sample 
Log Message:
Implement voicemail force account setup (bug #2077)


Index: voicemail.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/voicemail.conf.sample,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- voicemail.conf.sample	15 Sep 2004 19:54:46 -0000	1.40
+++ voicemail.conf.sample	2 Oct 2004 03:01:20 -0000	1.41
@@ -122,7 +122,12 @@
 			;     This is intended for use with users who wish to receive their voicemail ONLY by email.
 ; nextaftercmd=yes	; Skips to the next message after hitting 7 or 9 to delete/save current message.
 			;     [global option only at this time] 
-			
+; forcename=yes		; Forces a new user to record their name.  A new user is
+			;     determined by the password being the same as
+			;     the mailbox number.  The default is "no".
+; forcegreetings=no	; This is the same as forcename, except for recording
+			;     greetings.  The default is "no".			
+
 [zonemessages]
 eastern=America/New_York|'vm-received' Q 'digits/at' IMp
 central=America/Chicago|'vm-received' Q 'digits/at' IMp
@@ -136,6 +141,8 @@
 ;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
+;4321 => 4321,Russell Bryant,russelb at clemson.edu,,|tz=central|attach=no|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=yes|envelope=yes|forcename=yes|forcegreetings=yes
+
 
 ;
 ; Mailboxes may be organized into multiple contexts for




More information about the svn-commits mailing list