diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample
index 9c3adfa882e2798aba4394a489204146daf7aadc..9713f392a3880614f6d5e94c5e9fecf005357af0 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>
diff --git a/sounds.txt b/sounds.txt
index fd9428f340aea33da18f359cb0d6b80bcef6292c..70f11392a1a2e077cde2a2729245d6ff90596a8c 100755
--- a/sounds.txt
+++ b/sounds.txt
@@ -384,3 +384,7 @@
 
 %vm-received.gsm%received
 
+%hours.gsm%hours
+
+%minutes.gsm%minutes
+
diff --git a/sounds/hours.gsm b/sounds/hours.gsm
new file mode 100755
index 0000000000000000000000000000000000000000..b6d3c293d0c7b99a6baa2953b0c8f9428f59a001
Binary files /dev/null and b/sounds/hours.gsm differ
diff --git a/sounds/minutes.gsm b/sounds/minutes.gsm
new file mode 100755
index 0000000000000000000000000000000000000000..8e5f59147fe4a51e03463c99b5037086b2c2e28b
Binary files /dev/null and b/sounds/minutes.gsm differ