<div dir="ltr"><div>Hi Brian,</div>
<div>&nbsp;</div>
<div>Yes, it is inband.&nbsp; In my lua script, I used 1|2|3|5 instead of (.*).&nbsp; In the log, it is shown that:</div>
<div>&nbsp;</div>
<div>&nbsp;lua(run_ivr.lua 1 1 3 3000 #&nbsp; /audio/admin_menu.wav&nbsp; /audio/invalid_input.wav <font color="#ff6666">1|2|3|5&nbsp;</font> admin_selection )<br></div>
<div>Any suggestion on how to fix this?</div>
<div>Also, I am trying to find a way to extract the specific terminator that the user enters.&nbsp; Is it possible to do within the scope of Freeswitch?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Keith</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Fri, Oct 17, 2008 at 4:24 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Does this happen to be inband? &nbsp;And the regexp is what is used to tell<br>what is valid vs invalid. &nbsp;You put in (.*) where I think you wanted<br>
([1235])<br><br>/b<br>
<div class="Ih2E3d"><br>On Oct 16, 2008, at 9:19 PM, Keith Wood wrote:<br><br>&gt; Hi,<br>&gt;<br>&gt; I am finding some problems when using PlayAndGetDigits within lua.<br>&gt; As seen in the log below, I set the retry count to &#39;3&#39; and valid<br>
&gt; digit to be 1,2,3, or 5. &nbsp;I pressed 9 for every retry attempt, and<br>&gt; found that Freeswitch actually let me retry for more than 3 times.<br>&gt; Moreover, Freeswitch reports DTMF of 99 is received even though I<br>
&gt; only pressed 9. &nbsp;At the end, it reports 99 as the final result.<br>&gt;<br>&gt; Does anyone know if this is a config problem or a bug?<br>&gt;<br>&gt; Thanks,<br>&gt; Keith<br>&gt;<br><br><br></div>_______________________________________________<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></div>