[Freeswitch-users] IVR Intro Clipped

Jerry Richards jerry.richards at teotech.com
Wed Oct 28 14:36:17 PDT 2009


I modified my dialplan as shown, but the clipping persists.  Should the
sleep be placed somewhere else?

<extension name="ivr_demo">
  <condition field="destination_number" expression="5000">
     <action application="sleep" data="1000"\>
     <action application="answer"/>
     <action application="start_dtmf"/>
     <action application="ivr" data="demo_ivr"/>
  </condition>
</extension>

Best Regards,
Jerry
 

-----Original Message-----
From: Brian West [mailto:brian at freeswitch.org] 
Sent: Wednesday, October 28, 2009 1:51 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] IVR Intro Clipped

Sleep 1000 ms... we usually bring up media too fast before the other end is
ready.

/b

On Oct 28, 2009, at 3:37 PM, Jerry Richards wrote:

>
> I notice that when I call IVR from the PSTN, the "Welcome to 
> Freeswitch..."
> introduction is clipped at the beginning, so it sounds like "come to 
> Freeswitch".  If I call 5000 internally, then I always hear the full 
> introduction.  What can I do to resolve this?
>
> My XML config looks like:
>
> <extension name="ivr_demo">
>   <condition field="destination_number" expression="5000">
>      <action application="answer"/>
>      <action application="start_dtmf"/>
>      <action application="ivr" data="demo_ivr"/>
>   </condition>
> </extension>
>
> Best Regards,
> Jerry
>
>
> _______________________________________________
> 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








More information about the FreeSWITCH-users mailing list