I&#39;m not sure I understand your application, but a few years back Tony added this dp app:<div><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_wait_for_silence">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_wait_for_silence</a></div>
<div><br></div><div>You could use that to wait for silence. After that I guess you could use this to send your DTMFs:</div><div><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_send_dtmf">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_send_dtmf</a></div>
<div><br></div><div>-MC<br><br><div class="gmail_quote">On Fri, Nov 26, 2010 at 7:20 AM, Will Smith <span dir="ltr">&lt;<a href="mailto:willbelair@yahoo.com">willbelair@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit"><font face="arial" size="4"><span style="font-size:10pt">hi, I am working on a small app that will tap to a line to record conversation. After dialing the number, I need to send username and password. Here I need to send dtmf signal (in javascript). I tried</span></font><div style="font-family:arial;font-size:10pt">
<br></div><div style="font-family:arial;font-size:10pt">if(session.ready()){</div><div style="font-family:arial;font-size:10pt">session.execute(&quot;queue_dtmf&quot;, &quot;12345&quot;);</div><div style="font-family:arial;font-size:10pt">
}</div><div style="font-family:arial;font-size:10pt"><br></div><div style="font-family:arial;font-size:10pt">but looks like I did that wrong.</div><div style="font-family:arial;font-size:10pt"><br></div><div style="font-family:arial;font-size:10pt">
Also, I need to detect if there is a silence at the beginning, or in other words, if there is a conversation happening or not, I try to use the function session.recordFile(...) and try to make use of the silencehits value. I am not sure that is the right way to do, and there is a good way to do that.</div>
<div style="font-family:arial;font-size:10pt"><br></div><div style="font-family:arial;font-size:10pt">Thank you for all your help.</div><div style="font-family:arial;font-size:10pt"><br></div><div style="font-family:arial;font-size:10pt">
Will</div><div style="font-family:arial;font-size:10pt"><br></div></td></tr></tbody></table><br><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>