<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Easy fixes</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Could you please post a bug to jira.freeswitch.org for these and I will review them.<BR>
<BR>
Thanks<BR>
Mike<BR>
<BR>
<BR>
On 7/21/07 1:07 AM, "Cesar Cepeda" <cesar@auronix.com> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><FONT COLOR="#1F497D"><FONT SIZE="4"><SPAN STYLE='font-size:14.0px'>The “tone_detect” api is not working correctly, in mod_commands.c on line 267 the declaration of argv should be changed from “char *argv[6]” </SPAN></FONT></FONT></FONT><FONT COLOR="#1F497D"><FONT SIZE="4"><SPAN STYLE='font-size:14.0px'><FONT FACE="Wingdings">à</FONT><FONT FACE="Verdana, Helvetica, Arial"> “char *argv[7]” since there are 7 parameters involved.<BR>
<BR>
Also in switch_ivr_async.c on line 626 I believe that the log level should be changed from ERROR into DEBUG or probably NOTICE<BR>
<BR>
Last, in order to compile it on MS Visual Studio 2005 I needed to do 2 casts on switch_ivr_play_say.c on both lines 945 and 948 you have to cast “olen” as a “uint32_t” in order to avoid the warning and thus the error. <BR>
<BR>
Cesar Cepeda.<BR>
</FONT></SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
Freeswitch-users mailing list<BR>
Freeswitch-users@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>