[Freeswitch-users] IVR greeting - first two words missing

Aloysius Lloyd lloyd.aloysius at gmail.com
Thu Feb 18 22:19:00 PST 2010


Thank you Michael. It is now working perfect.

Lloyd


On Thu, Feb 18, 2010 at 6:22 PM, Michael Collins <msc at freeswitch.org> wrote:

>
>
> On Thu, Feb 18, 2010 at 2:10 PM, Aloysius Lloyd <lloyd.aloysius at gmail.com>wrote:
>
>> Hi All,
>>
>> I setup a simple IVR. Here is the script.
>>
>> <menu name="test_ivr"
>>           greet-long="test/test-ivr.wav"
>>           greet-short="tset/test-ivr.wav"
>>           invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav"
>>           exit-sound="voicemail/vm-goodbye.wav"
>>           timeout ="10000"
>>                   inter-digit-timeout="2000"
>>                   max-failures="3">
>>  <entry action="menu-exec-app" digits="/^(20[0-9])$/" param="transfer $1
>> XML default"/>
>>  <entry action="menu-exec-app" digits="9999" param="transfer 9999 XML
>> default"/>
>> </menu>
>>   </menus>
>> </configuration>
>>
>> *Dial Plan*
>>
>> <action application="answer"/>
>> <action application="ivr" data="test_ivr"/>
>>
>> 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.
>>
>> Thanks,
>> Lloyd
>>
>
> put a sleep after the answer:
> <action application="sleep" data="1000"/>
>
> You may have to tinker with the exact time, like maybe 1500 or 2000.
> -MC
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100219/7932c2a5/attachment-0002.html 


More information about the FreeSWITCH-users mailing list