[asterisk-commits] trunk r9292 - /trunk/configs/voicemail.conf.sample

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Feb 9 08:25:37 MST 2006


Author: oej
Date: Thu Feb  9 09:25:34 2006
New Revision: 9292

URL: http://svn.digium.com/view/asterisk?rev=9292&view=rev
Log:
- Adding example on using european time zones in voicemail.conf 
- Moving the timezone section to below the documentation section

Example written and contributed by Henrik Olsen, Astricon Training student.
Thanks!


Modified:
    trunk/configs/voicemail.conf.sample

Modified: trunk/configs/voicemail.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/voicemail.conf.sample?rev=9292&r1=9291&r2=9292&view=diff
==============================================================================
--- trunk/configs/voicemail.conf.sample (original)
+++ trunk/configs/voicemail.conf.sample Thu Feb  9 09:25:34 2006
@@ -136,6 +136,12 @@
 ; R             24 hour time, including minute 
 ; 
 ; 
+[zonemessages]
+eastern=America/New_York|'vm-received' Q 'digits/at' IMp
+central=America/Chicago|'vm-received' Q 'digits/at' IMp
+central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'
+military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'
+european=Europe/Copenhagen|'vm-received' a d b 'digits/at' HM
 
 ;
 ; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>,<options>
@@ -183,11 +189,6 @@
 ; hidefromdir=yes	; Hide this mailbox from the directory produced by app_directory
 			;     The default is "no".
 
-[zonemessages]
-eastern=America/New_York|'vm-received' Q 'digits/at' IMp
-central=America/Chicago|'vm-received' Q 'digits/at' IMp
-central24=America/Chicago|'vm-received' q 'digits/at' H N 'hours'
-military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'
 
 [default]
 ; Define maximum number of messages per folder for partcular context.
@@ -200,6 +201,7 @@
 ;4069 => 6522,Matt Brooks,matt at marko.net,,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=yes|envelope=yes|sayduration=yes|saydurationm=1
 ;4073 => 1099,Bianca Paige,bianca at biancapaige.com,,delete=1
 ;4110 => 3443,Rob Flynn,rflynn at blueridge.net
+;4235 => 1234,Jim Holmes,jim at astricon.ips,,Tz=european
 
 
 ;



More information about the asterisk-commits mailing list