mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 15:36:13 +00:00
- 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! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9292 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -136,6 +136,12 @@ emaildateformat=%A, %B %d, %Y at %r
|
|||||||
; R 24 hour time, including minute
|
; 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>
|
; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>,<options>
|
||||||
@@ -183,11 +189,6 @@ sendvoicemail=yes ; Context to Send voicemail from [option 5 from the advanced m
|
|||||||
; hidefromdir=yes ; Hide this mailbox from the directory produced by app_directory
|
; hidefromdir=yes ; Hide this mailbox from the directory produced by app_directory
|
||||||
; The default is "no".
|
; 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]
|
[default]
|
||||||
; Define maximum number of messages per folder for partcular context.
|
; Define maximum number of messages per folder for partcular context.
|
||||||
@@ -200,6 +201,7 @@ military=Zulu|'vm-received' q 'digits/at' H N 'hours' 'phonetic/z_p'
|
|||||||
;4069 => 6522,Matt Brooks,matt@marko.net,,|tz=central|attach=yes|saycid=yes|dialout=fromvm|callback=fromvm|review=yes|operator=yes|envelope=yes|sayduration=yes|saydurationm=1
|
;4069 => 6522,Matt Brooks,matt@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@biancapaige.com,,delete=1
|
;4073 => 1099,Bianca Paige,bianca@biancapaige.com,,delete=1
|
||||||
;4110 => 3443,Rob Flynn,rflynn@blueridge.net
|
;4110 => 3443,Rob Flynn,rflynn@blueridge.net
|
||||||
|
;4235 => 1234,Jim Holmes,jim@astricon.ips,,Tz=european
|
||||||
|
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user