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&#39;s no file &quot;vm-duration&quot; in any format.&nbsp; I downloaded the current (as of June 14th) core and extra sounds, but it&#39;s not in there either.
<br><br>1.2.x didn&#39;t use this file, but app_voicemail contains reference to it in 1.4.x - as far back as 1.4.0:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ((!res) &amp;&amp; (durationm &gt;= minduration)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; res = wait_file2(chan, vms, &quot;vm-duration&quot;);
<br><br>[snip stuff about polish syntax]<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; res = ast_say_number(chan, durationm, AST_DIGIT_ANY, chan-&gt;language, NULL);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; res = wait_file2(chan, vms, &quot;vm-minutes&quot;);
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>Does anyone know where this file can be fetched from, or at least what it&#39;s supposed to say?<br><br>Looking back at my logs, there are semi-regular instances of this error message.&nbsp; In a default setup, it&#39;s only used if the message is more than 2 minutes long, which I guess most of my user&#39;s VMs aren&#39;t.
<br><br>Thanks<br><br>-- <br>j.