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"><<a href="mailto:frank@carmickle.com">frank@carmickle.com</a>></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>
> Hi All,<br>
><br>
> I am trying to setup a simple IVR with two options , timeout action and<br>
> Invalid digits pressed. here is the partial IVR Menu.<br>
><br>
><br>
> <entry action="menu-exec-app" digits="1" param="execute_extension 201 XML<br>
> default"/><br>
> <entry action="menu-exec-app" digits="2" param="execute_extension 202 XML<br>
> default"/><br>
<br>
</div>Add something like.<br>
<br>
timeout="3000"<br>
inter-digit-timeout="2000"<br>
max-failures="3"<br>
max-timeouts="3"<br>
<br>
Then in the dialplan after you've called the ivr tranfer to another exten. Be careful to make sure that hangup after bridge gets set so that you don'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>