Thank you Michael. It is now working perfect.<div><br></div><div>Lloyd<br>
<br><br><div class="gmail_quote">On Thu, Feb 18, 2010 at 6:22 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Thu, Feb 18, 2010 at 2:10 PM, Aloysius Lloyd <span dir="ltr">&lt;<a href="mailto:lloyd.aloysius@gmail.com" target="_blank">lloyd.aloysius@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
Hi All,<div><br></div><div>I setup a simple IVR. Here is the script. </div><div><br></div><div><span style="font-family:Verdana;font-size:13px"><div style="margin-top:0px;margin-bottom:0px">
&lt;menu name=&quot;test_ivr&quot;</div><div style="margin-top:0px;margin-bottom:0px">          greet-long=&quot;test/test-ivr.wav&quot;</div><div style="margin-top:0px;margin-bottom:0px">          greet-short=&quot;tset/test-ivr.wav&quot;</div>


<div style="margin-top:0px;margin-bottom:0px">          invalid-sound=&quot;ivr/ivr-that_was_an_invalid_entry.wav&quot;</div><div style="margin-top:0px;margin-bottom:0px">          exit-sound=&quot;voicemail/vm-goodbye.wav&quot;</div>


<div style="margin-top:0px;margin-bottom:0px">          timeout =&quot;10000&quot;</div><div style="margin-top:0px;margin-bottom:0px">                  inter-digit-timeout=&quot;2000&quot;</div><div style="margin-top:0px;margin-bottom:0px">


                  max-failures=&quot;3&quot;&gt;</div><div style="margin-top:0px;margin-bottom:0px"> &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;/^(20[0-9])$/&quot; param=&quot;transfer $1 XML default&quot;/&gt;</div>


<div style="margin-top:0px;margin-bottom:0px"> &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;9999&quot; param=&quot;transfer 9999 XML default&quot;/&gt;</div><div style="margin-top:0px;margin-bottom:0px">

&lt;/menu&gt;</div><div style="margin-top:0px;margin-bottom:0px">  &lt;/menus&gt;</div><div style="margin-top:0px;margin-bottom:0px">&lt;/configuration&gt;</div><div style="margin-top:0px;margin-bottom:0px">
<br></div><div style="margin-top:0px;margin-bottom:0px"><b>Dial Plan</b></div><div style="margin-top:0px;margin-bottom:0px"><br></div><div style="margin-top:0px;margin-bottom:0px"><div style="margin-top:0px;margin-bottom:0px">


&lt;action application=&quot;answer&quot;/&gt;</div><div style="margin-top:0px;margin-bottom:0px">&lt;action application=&quot;ivr&quot; data=&quot;test_ivr&quot;/&gt;</div><div><br></div></div><div style="margin-top:0px;margin-bottom:0px">


<span style="font-family:arial;font-size:small">Every time when I reach the IVR . I am getting first one or two words missing( or may be not clear). How can I fix this issue.</span></div><div style="margin-top:0px;margin-bottom:0px">


<span style="font-family:arial;font-size:small"><br></span></div></span>Thanks,<br><font color="#888888">Lloyd
</font></div></blockquote></div></div><div><br>put a sleep after the answer:<br>&lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br><br>You may have to tinker with the exact time, like maybe 1500 or 2000.<br>
-MC<br>
</div></div><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>
<br></blockquote></div><br></div>