<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi I’m using&nbsp;<b class="">FreeSWITCH Version 1.7.0+git~20151120T222441Z~3ac546fbf1~64bit (git 3ac546f 2015-11-20 22:24:41Z 64bit) </b>on our media server with <b class="">mod_pyhton.</b><div class=""><br class=""></div><div class=""><div class="">When i try to detect dtmf answers with playAndGetDigits, it behaves weird. For instance i’m accepting 3 - 4 digits, when i press 42 it plays error sound as usual, but after then when i press 4256, it continues to play error sound.</div><div class="">When i checked detected tones i get strange results. Sometimes it detects 4256 as 426 or 456 with skipping digits. Sometimes it merges with failed digits like 12425</div><div class=""><br class=""></div><div class="">what can be possibly cause this. I couldn’t find any solution.</div><div class=""><br class=""></div><div class="">My related python script codes are below.</div><div class=""><br class=""></div><div class="">gather_result = session.playAndGetDigits(</div><div class="">&nbsp; &nbsp; int(min_digits),</div><div class="">&nbsp; &nbsp; int(max_digits),</div><div class="">&nbsp; &nbsp; int(max_attempts)</div><div class="">&nbsp; &nbsp; gather_timeout,</div><div class="">&nbsp; &nbsp; "#",</div><div class="">&nbsp; &nbsp; ask_sound,</div><div class="">&nbsp; &nbsp; error_sound,</div><div class="">&nbsp; &nbsp; "<a href="smb://d+" class="">\\d+</a>"</div><div class="">&nbsp; &nbsp; )</div><div class="">if gather_result:</div><div class="">&nbsp; &nbsp; session.setVariable(variable_name), gather_result)</div><div class="">&nbsp; &nbsp; session_vars_list.append(variable_name&nbsp;+ "=" + session.getVariable("appvar_"+str(arguments["variable_name"])))</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Regards.</div><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">—<br class=""><br class=""><b class="">Hamit Türkü KAYA, Geliştirici</b><br class="">BULUTFON AŞ |&nbsp;<a href="http://www.bulutfon.com" class="">www.bulutfon.com</a>&nbsp;| 0&nbsp;(850) 885 0000<br class=""><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div></div><br class="Apple-interchange-newline">
</div>
<br class=""></div></body></html>