<div>I changed</div>
<div> </div>
<div>/*! Minimum time for a beep. */<br>#define MIN_TIME 8000<br></div>
<div>to 6500 and it seemed to work, but I&#39;m not sure how many false positives I will get in a real-world environment. at 4000 it fired the event like 5 times in a session, but 6500 only once. Do you think I should expect a lot of false positives after changing this value?</div>

<div> </div>
<div>--matt</div>
<div><a href="http://www.hellohunter.com/">http://www.hellohunter.com</a><br><br></div>
<div class="gmail_quote">On Thu, Aug 20, 2009 at 4:54 PM, Eric des Courtis <span dir="ltr">&lt;<a href="mailto:eric.des.courtis@gmail.com">eric.des.courtis@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Matt,<br><br>As is mod_vmd will not detect tones shorter then 138ms. However I<br>could get that value down to ~30ms at best by making a few<br>
modifications to the algorithm.<br><br>Cheers.<br><br>Eric des Courtis<br><br><br>On Thu, Aug 20, 2009 at 7:51 PM, Eric des<br>
<div class="im">Courtis&lt;<a href="mailto:eric.des.courtis@gmail.com">eric.des.courtis@gmail.com</a>&gt; wrote:<br></div>
<div>
<div></div>
<div class="h5">&gt; Matt,<br>&gt;<br>&gt; For your information the tones you gave me are exactly 738Hz. If you<br>&gt; want to try that tone detection thing.<br>&gt;<br>&gt; Cheers.<br>&gt;<br>&gt; Eric des Courtis<br>&gt;<br>
&gt; On Thu, Aug 20, 2009 at 2:20 PM, Michael Collins&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On Thu, Aug 20, 2009 at 11:06 AM, Steve Underwood &lt;<a href="mailto:steveu@coppice.org">steveu@coppice.org</a>&gt;<br>
&gt;&gt; wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On 08/20/2009 05:22 AM, Michael Collins wrote:<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;     There is no noise on those 3 beeps. In fact, for something that&#39;s<br>&gt;&gt;&gt; &gt; been<br>
&gt;&gt;&gt; &gt;     through ulaw/alaw compression those beeps are very clean. They are<br>&gt;&gt;&gt; &gt;     quite<br>&gt;&gt;&gt; &gt;     short, though.<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; Heck yeah they&#39;re short! Steve, in your experience is there a<br>
&gt;&gt;&gt; &gt; practical way to detect a beep that short without chewing up system<br>&gt;&gt;&gt; &gt; resources or having lots of false positives?<br>&gt;&gt;&gt; &gt; -MC<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; The tone samples I just looked at are about 130ms long. The problem is<br>
&gt;&gt;&gt; the detector is trying to be a very open ended detector of anything<br>&gt;&gt;&gt; narrowband enough to be a single tone, and of any duration beyond some<br>&gt;&gt;&gt; small minimum. Its difficult to make such a thing voice immune unless<br>
&gt;&gt;&gt; you can also count on a very large signal to noise ratio. With a digital<br>&gt;&gt;&gt; trunk you can probably rely on a large SNR, but what happens when people<br>&gt;&gt;&gt; use analogue lines? There is a reason why DTMF detectors try hard to<br>
&gt;&gt;&gt; work down to about 10dB SNR. :-)<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Steve<br>&gt;&gt;<br>&gt;&gt; Thanks for the lesson uncle Steve! I&#39;m guessing that the OP will need a new<br>&gt;&gt; strategy. Possibly waiting for silence? Not sure what&#39;s the best way to go<br>
&gt;&gt; but I&#39;m interested in hearing if someone has a solution.<br>&gt;&gt;<br>&gt;&gt; -MC<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>&gt;&gt;<br>&gt;<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>
</div></div></blockquote></div><br>