Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] Failed DTMF Sanity check


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





PostPosted: Tue Jul 07, 2009 12:50 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

Hi Guys,

I keep getting this message printed in red on my consolde; and whenevr i get it, DTMF will stop being trasmitting in that session.

[ERR] switch_rtp.c:2013 Failed DTMF sanity check.

What does that mean and how can i prevent this from occurring?  I'm using the socket API to send DTMF signals to freeswitch.

Thanks,
Max.
Back to top
brian at freeswitch.org
Guest





PostPosted: Tue Jul 07, 2009 1:03 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

That usually means your device you're using is broken for sending
rfc2833.... can you tell me what device are you using?

/b

On Jul 7, 2009, at 12:47 PM, Max Bridgewater wrote:

Quote:
Hi Guys,

I keep getting this message printed in red on my consolde; and
whenevr i get it, DTMF will stop being trasmitting in that session.

[ERR] switch_rtp.c:2013 Failed DTMF sanity check.

What does that mean and how can i prevent this from occurring? I'm
using the socket API to send DTMF signals to freeswitch.

Thanks,
Max.


_______________________________________________
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
max.bridgewater at gma...
Guest





PostPosted: Tue Jul 07, 2009 1:16 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

Actually I'm using Voxeo to generate DTMFs. They have the following construct that allows me to play DTMF:

<audio src="dtmf:4367#"></audio>

I think it's not standard VXML. How can i track this easily or at least capture the RTP stream so i can send it to them?

Max.



On Tue, Jul 7, 2009 at 1:55 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
That usually means your device you're using is broken for sending
rfc2833.... can you tell me what device are you using?

/b


On Jul 7, 2009, at 12:47 PM, Max Bridgewater wrote:

Quote:
Hi Guys,

I keep getting this message printed in red on my consolde; and
whenevr i get it, DTMF will stop being trasmitting in that session.

[ERR] switch_rtp.c:2013 Failed DTMF sanity check.

What does that mean and how can i prevent this from occurring?  I'm
using the socket API to send DTMF signals to freeswitch.

Thanks,
Max.




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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: Tue Jul 07, 2009 1:20 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

Can you get me an RTP trace bet they might be doing it wrong... seems
to be common.

/b

On Jul 7, 2009, at 1:07 PM, Max Bridgewater wrote:

Quote:
Actually I'm using Voxeo to generate DTMFs. They have the following
construct that allows me to play DTMF:

<audio src="dtmf:4367#"></audio>

I think it's not standard VXML. How can i track this easily or at
least capture the RTP stream so i can send it to them?

Max.


_______________________________________________
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
max.bridgewater at gma...
Guest





PostPosted: Tue Jul 07, 2009 1:21 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

Quote:
Can you get me an RTP trace bet they might be doing it wrong... seems
to be common.


Hmm Sorry. Can i activate RTP traces in Freeswitch somehow or do i need to run Something like Wireshark?

Pascal.

Quote:

/b

On Jul 7, 2009, at 1:07 PM, Max Bridgewater wrote:

Quote:
Actually I'm using Voxeo to generate DTMFs. They have the following
construct that allows me to play DTMF:

<audio src="dtmf:4367#"></audio>

I think it's not standard VXML. How can i track this easily or at
least capture the RTP stream so i can send it to them?

Max.




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
msc at freeswitch.org
Guest





PostPosted: Tue Jul 07, 2009 1:24 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

There are some troubleshooting tips here:
http://wiki.freeswitch.org/wiki/Reporting_Bugs#Debugging_Specific_Technologies

There are several ways of capturing packets on your system and the above link explains how to set them up.
-MC

On Tue, Jul 7, 2009 at 11:07 AM, Max Bridgewater <max.bridgewater@gmail.com (max.bridgewater@gmail.com)> wrote:
Quote:
Actually I'm using Voxeo to generate DTMFs. They have the following construct that allows me to play DTMF:

<audio src="dtmf:4367#"></audio>

I think it's not standard VXML. How can i track this easily or at least capture the RTP stream so i can send it to them?

Max.



On Tue, Jul 7, 2009 at 1:55 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
That usually means your device you're using is broken for sending
rfc2833.... can you tell me what device are you using?

/b


On Jul 7, 2009, at 12:47 PM, Max Bridgewater wrote:

Quote:
Hi Guys,

I keep getting this message printed in red on my consolde; and
whenevr i get it, DTMF will stop being trasmitting in that session.

[ERR] switch_rtp.c:2013 Failed DTMF sanity check.

What does that mean and how can i prevent this from occurring?  I'm
using the socket API to send DTMF signals to freeswitch.

Thanks,
Max.




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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 (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
msc at freeswitch.org
Guest





PostPosted: Tue Jul 07, 2009 1:51 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

You'll need Wireshark or similar. Some tips can be found here:
http://wiki.freeswitch.org/wiki/Reporting_Bugs#Debugging_Specific_Technologies

-MC

On Tue, Jul 7, 2009 at 11:19 AM, Max Bridgewater <max.bridgewater@gmail.com (max.bridgewater@gmail.com)> wrote:
Quote:

Quote:
Can you get me an RTP trace bet they might be doing it wrong... seems
to be common.


Hmm Sorry. Can i activate RTP traces in Freeswitch somehow or do i need to run Something like Wireshark?

Pascal.

Quote:

/b

On Jul 7, 2009, at 1:07 PM, Max Bridgewater wrote:

Quote:
Actually I'm using Voxeo to generate DTMFs. They have the following
construct that allows me to play DTMF:

<audio src="dtmf:4367#"></audio>

I think it's not standard VXML. How can i track this easily or at
least capture the RTP stream so i can send it to them?

Max.




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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 (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
max.bridgewater at gma...
Guest





PostPosted: Tue Jul 07, 2009 1:59 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

Thanks! What is the best way to send you the 4M pcap file?


On Tue, Jul 7, 2009 at 2:15 PM, Michael Collins <msc@freeswitch.org (msc@freeswitch.org)> wrote:
Quote:
There are some troubleshooting tips here:
http://wiki.freeswitch.org/wiki/Reporting_Bugs#Debugging_Specific_Technologies

There are several ways of capturing packets on your system and the above link explains how to set them up.
-MC


On Tue, Jul 7, 2009 at 11:07 AM, Max Bridgewater <max.bridgewater@gmail.com (max.bridgewater@gmail.com)> wrote:
Quote:
Actually I'm using Voxeo to generate DTMFs. They have the following construct that allows me to play DTMF:

<audio src="dtmf:4367#"></audio>

I think it's not standard VXML. How can i track this easily or at least capture the RTP stream so i can send it to them?

Max.



On Tue, Jul 7, 2009 at 1:55 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
That usually means your device you're using is broken for sending
rfc2833.... can you tell me what device are you using?

/b


On Jul 7, 2009, at 12:47 PM, Max Bridgewater wrote:

Quote:
Hi Guys,

I keep getting this message printed in red on my consolde; and
whenevr i get it, DTMF will stop being trasmitting in that session.

[ERR] switch_rtp.c:2013 Failed DTMF sanity check.

What does that mean and how can i prevent this from occurring?  I'm
using the socket API to send DTMF signals to freeswitch.

Thanks,
Max.




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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 (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 (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
msc at freeswitch.org
Guest





PostPosted: Tue Jul 07, 2009 2:03 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

Put it out on a webserver where one of the devs can grab it with a browser.
-MC

On Tue, Jul 7, 2009 at 11:48 AM, Max Bridgewater <max.bridgewater@gmail.com (max.bridgewater@gmail.com)> wrote:
Quote:
Thanks! What is the best way to send you the 4M pcap file?


On Tue, Jul 7, 2009 at 2:15 PM, Michael Collins <msc@freeswitch.org (msc@freeswitch.org)> wrote:
Quote:
There are some troubleshooting tips here:
http://wiki.freeswitch.org/wiki/Reporting_Bugs#Debugging_Specific_Technologies


There are several ways of capturing packets on your system and the above link explains how to set them up.
-MC


On Tue, Jul 7, 2009 at 11:07 AM, Max Bridgewater <max.bridgewater@gmail.com (max.bridgewater@gmail.com)> wrote:

Quote:
Actually I'm using Voxeo to generate DTMFs. They have the following construct that allows me to play DTMF:

<audio src="dtmf:4367#"></audio>

I think it's not standard VXML. How can i track this easily or at least capture the RTP stream so i can send it to them?

Max.




On Tue, Jul 7, 2009 at 1:55 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
That usually means your device you're using is broken for sending
rfc2833.... can you tell me what device are you using?

/b


On Jul 7, 2009, at 12:47 PM, Max Bridgewater wrote:

Quote:
Hi Guys,

I keep getting this message printed in red on my consolde; and
whenevr i get it, DTMF will stop being trasmitting in that session.

[ERR] switch_rtp.c:2013 Failed DTMF sanity check.

What does that mean and how can i prevent this from occurring?  I'm
using the socket API to send DTMF signals to freeswitch.

Thanks,
Max.




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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 (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 (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 (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
jalsot at gmail.com
Guest





PostPosted: Tue Jul 07, 2009 2:03 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

http://filebin.ca/
(up to 50MB)

Tamas

Michael Collins írta:
Quote:
Put it out on a webserver where one of the devs can grab it with a
browser.
-MC

On Tue, Jul 7, 2009 at 11:48 AM, Max Bridgewater
<max.bridgewater@gmail.com <mailto:max.bridgewater@gmail.com>> wrote:

Thanks! What is the best way to send you the 4M pcap file?


On Tue, Jul 7, 2009 at 2:15 PM, Michael Collins
<msc@freeswitch.org <mailto:msc@freeswitch.org>> wrote:

There are some troubleshooting tips here:

http://wiki.freeswitch.org/wiki/Reporting_Bugs#Debugging_Specific_Technologies

There are several ways of capturing packets on your system and
the above link explains how to set them up.
-MC


On Tue, Jul 7, 2009 at 11:07 AM, Max Bridgewater
<max.bridgewater@gmail.com <mailto:max.bridgewater@gmail.com>>
wrote:

Actually I'm using Voxeo to generate DTMFs. They have the
following construct that allows me to play DTMF:

<audio src="dtmf:4367#"></audio>

I think it's not standard VXML. How can i track this
easily or at least capture the RTP stream so i can send it
to them?

Max.



On Tue, Jul 7, 2009 at 1:55 PM, Brian West
<brian@freeswitch.org <mailto:brian@freeswitch.org>> wrote:

That usually means your device you're using is broken
for sending
rfc2833.... can you tell me what device are you using?

/b

On Jul 7, 2009, at 12:47 PM, Max Bridgewater wrote:

Quote:
Hi Guys,

I keep getting this message printed in red on my
consolde; and
Quote:
whenevr i get it, DTMF will stop being trasmitting
in that session.
Quote:

[ERR] switch_rtp.c:2013 Failed DTMF sanity check.

What does that mean and how can i prevent this from
occurring? I'm
Quote:
using the socket API to send DTMF signals to freeswitch.

Thanks,
Max.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
<mailto: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
<mailto: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
<mailto: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
<mailto: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
brian at freeswitch.org
Guest





PostPosted: Tue Jul 07, 2009 2:04 pm    Post subject: [Freeswitch-users] Failed DTMF Sanity check Reply with quote

email it directly to me off list please.

/b

On Jul 7, 2009, at 1:48 PM, Max Bridgewater wrote:

Quote:
Thanks! What is the best way to send you the 4M pcap file?


_______________________________________________
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