I just saw this on my console:<br><br>[Jul 26 11:36:30] WARNING[8667] file.c: File vm-duration does not exist in any format<br>[Jul 26 11:36:30] WARNING[8667] file.c: Unable to open vm-duration (format 0x4 (ulaw)): No such file or directory
<br><br>Thinking I might have lost a file during a fsck or something, I checked - sure enough, there's no file "vm-duration" in any format. I downloaded the current (as of June 14th) core and extra sounds, but it's not in there either.
<br><br>1.2.x didn't use this file, but app_voicemail contains reference to it in 1.4.x - as far back as 1.4.0:<br><br> if ((!res) && (durationm >= minduration)) {<br> res = wait_file2(chan, vms, "vm-duration");
<br><br>[snip stuff about polish syntax]<br><br> res = ast_say_number(chan, durationm, AST_DIGIT_ANY, chan->language, NULL);<br> res = wait_file2(chan, vms, "vm-minutes");
<br> }<br><br>Does anyone know where this file can be fetched from, or at least what it's supposed to say?<br><br>Looking back at my logs, there are semi-regular instances of this error message. In a default setup, it's only used if the message is more than 2 minutes long, which I guess most of my user's VMs aren't.
<br><br>Thanks<br><br>-- <br>j.