I think the goal is to make this available to current installations and not require a recompile.<br><br>I like Tilghman's suggestion as well as my own (because I'm biased like that).<br><br><div><span class="gmail_quote">
On 2/22/07, <b class="gmail_sendername">Rod Dorman</b> <<a href="mailto:rodd@polylogics.com">rodd@polylogics.com</a>> 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>> On 2/22/07, Steve Murphy <<a href="mailto:murf@digium.com">murf@digium.com</a>> wrote:<br>>> ...<br>>> The length of a voicemail in seconds is divided by 60, and the resulting
<br>>> number played just after the vm-duration file is played. Then<br>>> "vm-minutes" is played.<br>>><br>>> caio1982 suggests that "this message is longer than" be the wording for
<br>>> this...<br>>> I personally lean toward "this message is at least" ... but, who am I?<br>>><br>>> So, any votes or further suggestions as to what to put in this file?<br>><br>> "This message is approximately..."
<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> "this message is"<br> say (seconds/60)<br> if ((seconds/60) == 1) "minute"
<br> else "minutes"<br> if (seconds%60) {<br> say (seconds%60)<br> if ((seconds%60) == 1) "second"<br> else "seconds"<br> }<br> "long"<br><br><br>--<br><a href="mailto:rodd@polylogics.com">
rodd@polylogics.com</a> "The avalanche has already started, it is too<br>Rod Dorman late for the pebbles to vote." - 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> <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