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

Valentin Doroga valentin.doroga at pronexus.com
Thu Feb 18 14:48:06 PST 2010


          greet-long="test/test-ivr.wav"
          greet-short="tset/test-ivr.wav"
 
test or tset?

  _____  

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Aloysius
Lloyd
Sent: Thursday, February 18, 2010 5:10 PM
To: freeswitch-users at lists.freeswitch.org
Subject: [Freeswitch-users] IVR greeting - first two words missing


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 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100218/ab5803d0/attachment.html 


More information about the FreeSWITCH-users mailing list