Frank , <div><br></div><div>Thank you for your help.</div><div><br></div><div>Lloyd<br><br><div class="gmail_quote">On Tue, Mar 9, 2010 at 8:17 PM, Frank Carmickle <span dir="ltr">&lt;<a href="mailto:frank@carmickle.com">frank@carmickle.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello<br>
<div class="im"><br>
On Tue, Mar 09, Aloysius Lloyd wrote:<br>
&gt; Hi All,<br>
&gt;<br>
&gt; I am trying to setup a simple IVR with two options , timeout action and<br>
&gt; Invalid digits pressed. here is the partial IVR Menu.<br>
&gt;<br>
&gt;<br>
&gt; &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;execute_extension 201 XML<br>
&gt; default&quot;/&gt;<br>
&gt; &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;2&quot; param=&quot;execute_extension 202 XML<br>
&gt; default&quot;/&gt;<br>
<br>
</div>Add something like.<br>
<br>
                timeout=&quot;3000&quot;<br>
                inter-digit-timeout=&quot;2000&quot;<br>
                max-failures=&quot;3&quot;<br>
                max-timeouts=&quot;3&quot;<br>
<br>
Then in the dialplan after you&#39;ve called the ivr tranfer to another exten.  Be careful to make sure that hangup after bridge gets set so that you don&#39;t ring the exten when someone who has been called from the ivr hangs up.<br>

<br>
HTH<br>
<font color="#888888">--FC<br>
</font><div><div></div><div class="h5"><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>
</div></div></blockquote></div><br></div>