Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] IVR Intro Clipped


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
jerry.richards at teot...
Guest





PostPosted: Wed Oct 28, 2009 3:48 pm    Post subject: [Freeswitch-users] IVR Intro Clipped Reply with quote

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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
brian at freeswitch.org
Guest





PostPosted: Wed Oct 28, 2009 4:02 pm    Post subject: [Freeswitch-users] IVR Intro Clipped Reply with quote

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:

Quote:

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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
jerry.richards at teot...
Guest





PostPosted: Wed Oct 28, 2009 4:44 pm    Post subject: [Freeswitch-users] IVR Intro Clipped Reply with quote

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@freeswitch.org]
Sent: Wednesday, October 28, 2009 1:51 PM
To: freeswitch-users@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:

Quote:

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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org





_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
frank at carmickle.com
Guest





PostPosted: Wed Oct 28, 2009 4:53 pm    Post subject: [Freeswitch-users] IVR Intro Clipped Reply with quote

Hello

Yes. Answer first.

--FC


On Wed, Oct 28, Jerry Richards wrote:
Quote:

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@freeswitch.org]
Sent: Wednesday, October 28, 2009 1:51 PM
To: freeswitch-users@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:

Quote:

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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org





_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
sicfslist at gmail.com
Guest





PostPosted: Wed Oct 28, 2009 4:56 pm    Post subject: [Freeswitch-users] IVR Intro Clipped Reply with quote

Jerry,

Put the sleep after the answer. That should fix it.

Shelby

Jerry Richards wrote:
Quote:
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@freeswitch.org]
Sent: Wednesday, October 28, 2009 1:51 PM
To: freeswitch-users@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:


Quote:
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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-
users
http://www.freeswitch.org






_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services