Ok but in our case its not the case anyway , people don&#39;t like to comeback to our ivr&#39;s ....<br><br>So regarding the initial topic getting DTMF/RTP Events from the main trunk :)<br><br><br><div class="gmail_quote">
2011/10/25 Steve Underwood <span dir="ltr">&lt;<a href="mailto:steveu@coppice.org">steveu@coppice.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On 10/25/2011 12:07 AM, Antonio Teixeira wrote:<br>
&gt; Well guys it depends on your application , generally  i solve this<br>
&gt; with regexp , a buffer and a way to clear the buffer of<br>
&gt; invalid/duplicated data I&#39;m extending it to support with min delay<br>
&gt; between keys.<br>
&gt; This is not as hard as you think when using min/max :) and your data<br>
&gt; is predictable :)<br>
Is a properly engineered solution so unattainable that such guesswork is<br>
the only solution?<br>
&gt;<br>
&gt; Also in ivr menus humans don&#39;t generally guess whats the next menu so<br>
&gt; if len(dtmf) &gt; 1: drop ...<br>
&gt;<br>
&gt; I play with this in our test environment not in our production and it<br>
&gt; works :)<br>
Try playing with real users. They *always* type ahead by their second or<br>
third call to the same IVR. Handling type-ahead well - accepting the<br>
string of entered digits, skipping the playback of prompts so you don&#39;t<br>
slow things down, etc. - is one of the key tests of a good IVR.<br>
<br>
Steve<br>
<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>
</blockquote></div><br>