<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>