aboutsummaryrefslogtreecommitdiffstats
path: root/configs/voicemail.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-10 23:38:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-10 23:38:35 +0000
commitfe3df613dd0ff4959198407c4a6018dd0c943b44 (patch)
tree6e2a8279ab39fac97fcbdf627794d5cf73b23f27 /configs/voicemail.conf.sample
parentb1fb47ef7588be1851202379dd16dc35e5fe51eb (diff)
Add sounds and update config files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1288 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/voicemail.conf.sample')
-rwxr-xr-xconfigs/voicemail.conf.sample29
1 files changed, 15 insertions, 14 deletions
diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 9c3adfa88..9713f392a 100755
--- a/configs/voicemail.conf.sample
+++ b/configs/voicemail.conf.sample
@@ -45,25 +45,26 @@ maxlogins=3
; variable substitution is done on the values below.
;
; Supported values:
-; 'filename' = filename of a soundfile
-; '${VAR}' = variable substitution
-; 'A' or 'a' = Day of week (Saturday, Sunday, ...)
-; 'B' or 'b' or 'h' = Month name (January, February, ...)
-; 'd' or 'e' = numeric day of month (first, second, ..., thirty-first)
-; 'Y' = Year
-; 'I' or 'l' = hour, 12 hour clock
-; 'H' or 'k' = hour, 24 hour clock (single digit hours preceeded by "oh")
-; 'M' = minute
-; 'P' or 'p' = AM or PM
-; 'Q' = "today", "yesterday" or ABdY (*note: not standard strftime value)
-; 'q' = "today", "yesterday", weekday, or ABdY (*note: not standard strftime value)
-; 'R' = 24 hour time, including minute
+; 'filename' filename of a soundfile (single ticks around the filename required)
+; ${VAR} variable substitution
+; A or a Day of week (Saturday, Sunday, ...)
+; B or b or h Month name (January, February, ...)
+; d or e numeric day of month (first, second, ..., thirty-first)
+; Y Year
+; I or l Hour, 12 hour clock
+; H Hour, 24 hour clock (single digit hours preceded by "oh")
+; k Hour, 24 hour clock (single digit hours NOT preceded by "oh")
+; M Minute
+; P or p AM or PM
+; Q "today", "yesterday" or ABdY (*note: not standard strftime value)
+; q "" (for today), "yesterday", weekday, or ABdY (*note: not standard strftime value)
+; R 24 hour time, including minute
;
;
[zonemessages]
eastern=America/NewYork|'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>