<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><font class="Apple-style-span" face="arial" size="4"><span class="Apple-style-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("queue_dtmf", "12345");</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></table><br>