Add sounds and update config files

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-08-10 23:38:35 +00:00
parent b12891297f
commit af6128c44b
4 changed files with 19 additions and 14 deletions

View File

@@ -45,25 +45,26 @@ maxlogins=3
; variable substitution is done on the values below. ; variable substitution is done on the values below.
; ;
; Supported values: ; Supported values:
; 'filename' = filename of a soundfile ; 'filename' filename of a soundfile (single ticks around the filename required)
; '${VAR}' = variable substitution ; ${VAR} variable substitution
; 'A' or 'a' = Day of week (Saturday, Sunday, ...) ; A or a Day of week (Saturday, Sunday, ...)
; 'B' or 'b' or 'h' = Month name (January, February, ...) ; B or b or h Month name (January, February, ...)
; 'd' or 'e' = numeric day of month (first, second, ..., thirty-first) ; d or e numeric day of month (first, second, ..., thirty-first)
; 'Y' = Year ; Y Year
; 'I' or 'l' = hour, 12 hour clock ; I or l Hour, 12 hour clock
; 'H' or 'k' = hour, 24 hour clock (single digit hours preceeded by "oh") ; H Hour, 24 hour clock (single digit hours preceded by "oh")
; 'M' = minute ; k Hour, 24 hour clock (single digit hours NOT preceded by "oh")
; 'P' or 'p' = AM or PM ; M Minute
; 'Q' = "today", "yesterday" or ABdY (*note: not standard strftime value) ; P or p AM or PM
; 'q' = "today", "yesterday", weekday, or ABdY (*note: not standard strftime value) ; Q "today", "yesterday" or ABdY (*note: not standard strftime value)
; 'R' = 24 hour time, including minute ; q "" (for today), "yesterday", weekday, or ABdY (*note: not standard strftime value)
; R 24 hour time, including minute
; ;
; ;
[zonemessages] [zonemessages]
eastern=America/NewYork|'vm-received' Q 'digits/at' IMp eastern=America/NewYork|'vm-received' Q 'digits/at' IMp
central=America/Chicago|'vm-received' Q 'digits/at' IMp central=America/Chicago|'vm-received' Q 'digits/at' IMp
central24=America/Chicago|'vm-received' 'digits/at' H 'digits/hundred' M central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'digits/hours'
; ;
; 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>

View File

@@ -384,3 +384,7 @@
%vm-received.gsm%received %vm-received.gsm%received
%hours.gsm%hours
%minutes.gsm%minutes

BIN
sounds/hours.gsm Executable file

Binary file not shown.

BIN
sounds/minutes.gsm Executable file

Binary file not shown.