Oh crap, you&#39;re right, my bad. Yes, I also agree, it&#39;s most probably the language and/or missing files<br><br><div class="gmail_quote">On Sun, Mar 27, 2011 at 4:30 PM, Jeff LaCoursiere <span dir="ltr">&lt;<a href="mailto:jeff@sunfone.com">jeff@sunfone.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Sun, 2011-03-27 at 16:14 -0500, Sherwood McGowan wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Mar 27, 2011 at 2:50 PM, Mohammad Khan &lt;<a href="mailto:beeplove@gmail.com">beeplove@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;         Here is the dialplan in macro:<br>
&gt;<br>
&gt;         exten =&gt; s,n,SayNumber($[${ARG1} % 100])<br>
&gt;<br>
&gt;         when 662 was passed as ARG1, I had the following at log:<br>
&gt;<br>
&gt;         WARNING[15217] pbx.c: We were unable to say the number 62, is<br>
&gt;         it too large?<br>
&gt;<br>
&gt;         Do you see any odd in my dialplan?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 662 % 100 = 66.2, not 62. It seems to me that there&#39;s more going on<br>
&gt; here..Maybe Asterisk is being confused by actually getting 66.2? I&#39;m<br>
&gt; not readily able to look into the source, but I think that Asterisk<br>
&gt; (or at least, SayNumber) cannot handle a number with a decimal point,<br>
&gt; but please don&#39;t take that as gospel.<br>
&gt;<br>
<br>
</div>&#39;%&#39; is &#39;modulus&#39;, and 62 is the correct result.  I am betting it is the<br>
language setting, and missing audio files.<br>
<div><div></div><div class="h5"><br>
j<br>
<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>