<div dir="ltr"><span style="font-size:12.8px">&quot;probably there was the &quot;beep&quot;&quot;, Have you done some tests or captures to confirm this? Maybe media wasn&#39;t flowing at all during that time frame, I would recommend doing a recording and possibly packet captures to narrow the issue down.</span><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 5, 2015 at 10:50 AM, francesco allertsen <span dir="ltr">&lt;<a href="mailto:francesco@stormbits.com" target="_blank">francesco@stormbits.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 dir="ltr"><span style="font-size:12.8px">Hello everyone,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I was testing the avmd mod, and I found a problem. The voicemail detection starts, but after few seconds (2/3) it stops for 4/5 seconds, and then &quot;misses&quot; the voicemail beep.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I&#39;m using this small script for testing the avmd in python, partly taken from an old email</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">---</div><div style="font-size:12.8px"><div>import sys</div><div><br></div><div>from freeswitch import *</div><div><br></div><div>def input_callback(session, what, obj):</div><div>    consoleLog(&quot;info&quot;, &quot;Callback&quot;)</div><div><br></div><div>    return &quot;TRUE&quot;</div><div><br></div><div>def handler(session, args):</div><div>    session.answer()</div><div>    callback = session.setInputCallback(&quot;input_callback&quot;)</div><div>    session.execute(&quot;avmd&quot;, &quot;start&quot;)</div><div>    consoleLog(&quot;info&quot;, &quot;AVMD start\n&quot;)</div><div>    session.execute(&quot;sleep&quot;, &quot;20000&quot;)</div><div>    consoleLog(&quot;info&quot;, &quot;AVMD status %s\n&quot; % session.getVariable(&#39;avmd_detect&#39;))</div><div>    session.execute(&quot;avmd&quot;, &quot;stop&quot;)</div><div>    consoleLog(&quot;info&quot;, &quot;AVMD stop\n&quot;)</div><div>    session.hangup()</div></div><div style="font-size:12.8px">---</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">And you can see an example of the console log here</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">---</div><div style="font-size:12.8px"><div>2015-11-05 16:44:04.609583 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.014491 f=0.364007 463.468433Hz sma=0.332653 sqa=0.125149 &gt;&gt;&gt;</div><div>2015-11-05 16:44:04.649600 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.008135 f=0.300647 382.795802Hz sma=0.030065 sqa=0.009039 &gt;&gt;&gt;</div><div>2015-11-05 16:44:04.669598 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.013395 f=0.277465 353.279229Hz sma=0.057811 sqa=0.016738 &gt;&gt;&gt;</div><div>2015-11-05 16:44:04.669598 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.019046 f=0.322899 411.127973Hz sma=0.090101 sqa=0.027164 &gt;&gt;&gt;</div><div>2015-11-05 16:44:04.689594 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.022637 f=0.323557 411.965056Hz sma=0.122457 sqa=0.037633 &gt;&gt;&gt;</div><div>2015-11-05 16:44:04.689594 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.024591 f=0.336631 428.611912Hz sma=0.156120 sqa=0.048965 &gt;&gt;&gt;</div><div>2015-11-05 16:44:04.709584 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.023547 f=0.309434 393.983412Hz sma=0.187063 sqa=0.058540 &gt;&gt;&gt;</div><div>2015-11-05 16:44:04.709584 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.020918 f=0.326125 415.235059Hz sma=0.219676 sqa=0.069176 &gt;&gt;&gt;</div><div>2015-11-05 16:44:04.729583 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.015642 f=0.275036 350.186756Hz sma=0.247179 sqa=0.076740 &gt;&gt;&gt;</div><div>2015-11-05 16:44:09.709590 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.055515 f=0.785391 999.990286Hz sma=0.078539 sqa=0.061684 &gt;&gt;&gt;</div><div>2015-11-05 16:44:09.769592 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.055515 f=0.785391 999.990286Hz sma=0.078539 sqa=0.061684 &gt;&gt;&gt;</div><div>2015-11-05 16:44:09.809600 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.220715 f=1.566012 1993.908596Hz sma=0.156601 sqa=0.245239 &gt;&gt;&gt;</div><div>2015-11-05 16:44:09.829595 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.251632 f=0.785391 999.990286Hz sma=0.235140 sqa=0.306923 &gt;&gt;&gt;</div><div>2015-11-05 16:44:09.869585 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.055515 f=0.785391 999.990286Hz sma=0.078539 sqa=0.061684 &gt;&gt;&gt;</div><div>2015-11-05 16:44:09.889639 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.098694 f=0.785391 999.990286Hz sma=0.157078 sqa=0.123368 &gt;&gt;&gt;</div><div>2015-11-05 16:44:10.329624 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.170815 f=1.377658 1754.088297Hz sma=0.137766 sqa=0.189794 &gt;&gt;&gt;</div><div>2015-11-05 16:44:10.349620 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.055515 f=0.785391 999.990286Hz sma=0.078539 sqa=0.061684 &gt;&gt;&gt;</div><div>2015-11-05 16:44:10.349620 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.166566 f=1.201495 1529.791460Hz sma=0.198689 sqa=0.206043 &gt;&gt;&gt;</div><div>2015-11-05 16:44:10.389591 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.043729 f=0.697050 887.512119Hz sma=0.069705 sqa=0.048588 &gt;&gt;&gt;</div><div>2015-11-05 16:44:10.389591 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.056064 f=0.455676 580.184924Hz sma=0.115273 sqa=0.069352 &gt;&gt;&gt;</div><div>2015-11-05 16:44:10.409623 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.091352 f=1.007482 1282.766487Hz sma=0.100748 sqa=0.101502 &gt;&gt;&gt;</div><div>2015-11-05 16:44:10.429621 [DEBUG] mod_avmd.c:538 &lt;&lt;&lt; AVMD v=0.171934 f=1.064772 1355.710235Hz sma=0.207225 sqa=0.214876 &gt;&gt;&gt;</div></div><div style="font-size:12.8px">---</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">As you can see in the timestamps, it stopped for 5 seconds, and during those 5 seconds probably there was the &quot;beep&quot; which was not caught.</div><div style="font-size:12.8px">I have checked in the wiki, but I don&#39;t see any specific configuration about the avmd, so I don&#39;t know where to look for anymore, and online I couldn&#39;t find any solution.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">If you need more informations I&#39;m happy to provide so.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks a lot.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Best Regards,</div><div style="font-size:12.8px">Francesco</div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">







<p><font face="courier new, monospace"><b><i><font size="4">Brian West</font></i></b><br><span style="font-size:x-small"><a href="mailto:brian@freeswitch.org" target="_blank">brian@freeswitch.org</a></span></font></p>
<p><font size="1" face="courier new, monospace"><img src="http://billing.freeswitch.org/templates/default/img/whmcslogo.png"><br></font></p><p><font size="2" face="monospace, monospace"><b><i>Twitter: @FreeSWITCH , @briankwest</i></b><br><a href="http://www.freeswitchbook.com" target="_blank">http://www.freeswitchbook.com</a><br><a href="http://www.freeswitchcookbook.com" target="_blank">http://www.freeswitchcookbook.com</a></font></p><p><font face="monospace, monospace">Got Bugs? Report them <a href="https://freeswitch.org/jira" target="_blank">here</a>! | Reddit: <a href="https://www.reddit.com/r/freeswitch" target="_blank">/r/freeswitch</a></font></p>
<p><font size="2" face="monospace, monospace"><b>T:</b>+19184209001 | <b>F:</b>+19184209002 | <b>M:</b>+1918424WEST (9378)<br><b>iNUM:</b>+883 5100 1420 9001 | <b>ISN:</b>410*543 | <b>Skype:</b>briankwest</font></p></div></div></div></div></div></div></div></div></div></div>
</div>