I think the goal is to make this available to current installations and not require a recompile.<br><br>I like Tilghman&#39;s suggestion as well as my own (because I&#39;m biased like that).<br><br><div><span class="gmail_quote">
On 2/22/07, <b class="gmail_sendername">Rod Dorman</b> &lt;<a href="mailto:rodd@polylogics.com">rodd@polylogics.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thursday, February 22, 2007, 17:16:11, Sean Bright wrote:<br>&gt; On 2/22/07, Steve Murphy &lt;<a href="mailto:murf@digium.com">murf@digium.com</a>&gt; wrote:<br>&gt;&gt;&nbsp;&nbsp;...<br>&gt;&gt; The length of a voicemail in seconds is divided by 60, and the resulting
<br>&gt;&gt; number played just after the vm-duration file is played. Then<br>&gt;&gt; &quot;vm-minutes&quot; is played.<br>&gt;&gt;<br>&gt;&gt; caio1982 suggests that &quot;this message is longer than&quot; be the wording for
<br>&gt;&gt; this...<br>&gt;&gt; I personally lean toward &quot;this message is at least&quot; ... but, who am I?<br>&gt;&gt;<br>&gt;&gt; So, any votes or further suggestions as to what to put in this file?<br>&gt;<br>&gt; &quot;This message is approximately...&quot;
<br><br>That implies some sort of rounding to the nearest minute was done.<br><br>Would it be excessive to have the playback go as follows<br>&nbsp;&nbsp; &quot;this message is&quot;<br>&nbsp;&nbsp; say (seconds/60)<br>&nbsp;&nbsp; if ((seconds/60) == 1)&nbsp;&nbsp;&quot;minute&quot;
<br>&nbsp;&nbsp; else &quot;minutes&quot;<br>&nbsp;&nbsp; if (seconds%60) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;say (seconds%60)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if ((seconds%60) == 1)&nbsp;&nbsp;&quot;second&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else &quot;seconds&quot;<br>&nbsp;&nbsp; }<br>&nbsp;&nbsp; &quot;long&quot;<br><br><br>--<br><a href="mailto:rodd@polylogics.com">
rodd@polylogics.com</a>&nbsp;&nbsp;&nbsp;&nbsp; &quot;The avalanche has already started, it is too<br>Rod Dorman&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;late for the pebbles to vote.&quot; - Ambassador Kosh<br><br>_______________________________________________<br>--Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev
</a><br></blockquote></div><br><br clear="all"><br>-- <br>sean