Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-08 Thread Michael Jerris
If this issue continues after another update and re bootstrap/configure, please 
open up a bug on jira.freeswitch.org under build system, assign to me, and 
attach the config.log and config.status file from the root of your freeswitch 
src dir.


Mike

On Dec 7, 2009, at 2:39 PM, Anthony Minessale wrote:

 try rerunning the ./bootstrap.sh
 
 
 On Mon, Dec 7, 2009 at 12:49 PM, Jerry Richards jerry.richa...@teotech.com 
 wrote:
 When I got the latest trunk the make gets an error.  Should I perhaps disable 
 the mod_amr?
  
 making all mod_amr
 make[5]: *** No rule to make target '/mod_amr.c', needed by 'mod_amr.so'. Stop
  
 The method I used to get the latest trunk follows:
  
 svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch
  
 Best Regards,
 Jerry
 
 From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
 Sent: Monday, December 07, 2009 7:44 AM
 To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
 Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE 
 When Gateway Sends RTP
 
 I am changing the 3pcc setting because one of my gateways sends INVITEs 
 without SDP.  I will try to update to the latest trunk today and capture 
 traces as Anthony described.  If I can't do it today, it might be at the end 
 of the week.
  
 Best Regards,
 Jerry
  
 
 From: Michael Jerris [mailto:m...@jerris.com] 
 Sent: Saturday, December 05, 2009 7:30 PM
 To: Jerry Richards
 Subject: Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE 
 When Gateway Sends RTP
 
 Jerry-
 
 Any update on this?
 
 Mike
 
 On Dec 4, 2009, at 3:59 PM, Anthony Minessale wrote:
 
 Why are you changing the 3pcc setting, is this an invite with no sdp?
 you need to take a trace from FS.
 
 1) update to latest trunk first so line number match up.
 2) issue these commands
 
 sofia profile internal siptrace on
 console loglevel debug
 
 save the output and put it on pastebin http://pastebin.freeswitch.org
 
 
 
 
 On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards jerry.richa...@teotech.com 
 wrote:
 
 I have  Mediant 1000 gateway, and for some reason, when I make an outbound
 call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
 Wireshark trace shows that FS is replying to the gateway's inbound RTP
 packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
 packets to the same port that FS specified in the outbound INVITE.  It
 appears in the log that FS is discarding the 200 OK from the gateway.
 
 I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
 changing enable-3pcc to true and also proxy, but it has no effect.
 
 Anyone know what could be the issue?  I posted the Freeswitch log in the
 pastebin.
 
 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
 
 
 
 -- 
 Anthony Minessale II
 
 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/
 Twitter: http://twitter.com/FreeSWITCH_wire
 
 AIM: anthm
 MSN:anthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch
 
 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.org
 pstn:213-799-1400
 ___
 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
 
 
 
 
 -- 
 Anthony Minessale II
 
 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/
 Twitter: http://twitter.com/FreeSWITCH_wire
 
 AIM: anthm
 MSN:anthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch
 
 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.org
 pstn:213-799-1400
 ___
 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

Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-08 Thread Jerry Richards
Anthony and Michael,
 
I downloaded the latest trunk, rebuilt it, and re-ran the test with the logs
that Anthony told me to turn on.  I put the results up in the PasteBin.
 
Best Regards,
Jerry


  _  

From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
Sent: Monday, December 07, 2009 10:49 AM
To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


When I got the latest trunk the make gets an error.  Should I perhaps
disable the mod_amr?
 
making all mod_amr
make[5]: *** No rule to make target '/mod_amr.c', needed by 'mod_amr.so'.
Stop
 
The method I used to get the latest trunk follows:
 
svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch
 
Best Regards,
Jerry


  _  

From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
Sent: Monday, December 07, 2009 7:44 AM
To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


I am changing the 3pcc setting because one of my gateways sends INVITEs
without SDP.  I will try to update to the latest trunk today and capture
traces as Anthony described.  If I can't do it today, it might be at the end
of the week.
 
Best Regards,
Jerry
 


  _  

From: Michael Jerris [mailto:m...@jerris.com] 
Sent: Saturday, December 05, 2009 7:30 PM
To: Jerry Richards
Subject: Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


Jerry- 

Any update on this?

Mike

On Dec 4, 2009, at 3:59 PM, Anthony Minessale wrote:


Why are you changing the 3pcc setting, is this an invite with no sdp?
you need to take a trace from FS.

1) update to latest trunk first so line number match up.
2) issue these commands

sofia profile internal siptrace on
console loglevel debug

save the output and put it on pastebin http://pastebin.freeswitch.org
http://pastebin.freeswitch.org/ 





On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards jerry.richa...@teotech.com
wrote:



I have  Mediant 1000 gateway, and for some reason, when I make an outbound
call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
Wireshark trace shows that FS is replying to the gateway's inbound RTP
packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
packets to the same port that FS specified in the outbound INVITE.  It
appears in the log that FS is discarding the 200 OK from the gateway.

I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
changing enable-3pcc to true and also proxy, but it has no effect.

Anyone know what could be the issue?  I posted the Freeswitch log in the
pastebin.

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 http://www.freeswitch.org/ 





-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com
mailto:msn%3aanthony_miness...@hotmail.com 
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
mailto:paypal%3aanthony.miness...@gmail.com 
IRC: irc.freenode.net http://irc.freenode.net/  #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org
mailto:sip%3a...@conference.freeswitch.org 
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
mailto:googletalk%3aconf%2b...@conference.freeswitch.org 
pstn:213-799-1400
___
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


Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-08 Thread Jerry Richards
Here is the Pastebin Link: http://pastebin.freeswitch.org/11432
 
Thanks,
Jerry


  _  

From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
Sent: Tuesday, December 08, 2009 12:35 PM
To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


Anthony and Michael,
 
I downloaded the latest trunk, rebuilt it, and re-ran the test with the logs
that Anthony told me to turn on.  I put the results up in the PasteBin.
 
Best Regards,
Jerry


  _  

From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
Sent: Monday, December 07, 2009 10:49 AM
To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


When I got the latest trunk the make gets an error.  Should I perhaps
disable the mod_amr?
 
making all mod_amr
make[5]: *** No rule to make target '/mod_amr.c', needed by 'mod_amr.so'.
Stop
 
The method I used to get the latest trunk follows:
 
svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch
 
Best Regards,
Jerry


  _  

From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
Sent: Monday, December 07, 2009 7:44 AM
To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


I am changing the 3pcc setting because one of my gateways sends INVITEs
without SDP.  I will try to update to the latest trunk today and capture
traces as Anthony described.  If I can't do it today, it might be at the end
of the week.
 
Best Regards,
Jerry
 


  _  

From: Michael Jerris [mailto:m...@jerris.com] 
Sent: Saturday, December 05, 2009 7:30 PM
To: Jerry Richards
Subject: Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


Jerry- 

Any update on this?

Mike

On Dec 4, 2009, at 3:59 PM, Anthony Minessale wrote:


Why are you changing the 3pcc setting, is this an invite with no sdp?
you need to take a trace from FS.

1) update to latest trunk first so line number match up.
2) issue these commands

sofia profile internal siptrace on
console loglevel debug

save the output and put it on pastebin http://pastebin.freeswitch.org
http://pastebin.freeswitch.org/ 





On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards jerry.richa...@teotech.com
wrote:



I have  Mediant 1000 gateway, and for some reason, when I make an outbound
call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
Wireshark trace shows that FS is replying to the gateway's inbound RTP
packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
packets to the same port that FS specified in the outbound INVITE.  It
appears in the log that FS is discarding the 200 OK from the gateway.

I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
changing enable-3pcc to true and also proxy, but it has no effect.

Anyone know what could be the issue?  I posted the Freeswitch log in the
pastebin.

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 http://www.freeswitch.org/ 





-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com
mailto:msn%3aanthony_miness...@hotmail.com 
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
mailto:paypal%3aanthony.miness...@gmail.com 
IRC: irc.freenode.net http://irc.freenode.net/  #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org
mailto:sip%3a...@conference.freeswitch.org 
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
mailto:googletalk%3aconf%2b...@conference.freeswitch.org 
pstn:213-799-1400
___
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


Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-08 Thread Lars Zeb
Can you copy the address of the pastebin so that people can see it? After
you hit the Send button, the address is posted back at the top of your
browser, like:

 

http://pastebin.freeswitch.org/11441

 

From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Jerry
Richards
Sent: Tuesday, December 08, 2009 12:35 PM
To: 'Michael Jerris'; freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP

 

Anthony and Michael,

 

I downloaded the latest trunk, rebuilt it, and re-ran the test with the logs
that Anthony told me to turn on.  I put the results up in the PasteBin.

 

Best Regards,

Jerry

 

  _  

From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
Sent: Monday, December 07, 2009 10:49 AM
To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP

When I got the latest trunk the make gets an error.  Should I perhaps
disable the mod_amr?

 

making all mod_amr

make[5]: *** No rule to make target '/mod_amr.c', needed by 'mod_amr.so'.
Stop

 

The method I used to get the latest trunk follows:

 

svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch

 

Best Regards,

Jerry

 

  _  

From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
Sent: Monday, December 07, 2009 7:44 AM
To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP

I am changing the 3pcc setting because one of my gateways sends INVITEs
without SDP.  I will try to update to the latest trunk today and capture
traces as Anthony described.  If I can't do it today, it might be at the end
of the week.

 

Best Regards,

Jerry

 

 

  _  

From: Michael Jerris [mailto:m...@jerris.com] 
Sent: Saturday, December 05, 2009 7:30 PM
To: Jerry Richards
Subject: Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP

Jerry- 

 

Any update on this?

 

Mike

 

On Dec 4, 2009, at 3:59 PM, Anthony Minessale wrote:





Why are you changing the 3pcc setting, is this an invite with no sdp?
you need to take a trace from FS.

1) update to latest trunk first so line number match up.
2) issue these commands

sofia profile internal siptrace on
console loglevel debug

save the output and put it on pastebin http://pastebin.freeswitch.org
http://pastebin.freeswitch.org/ 





On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards jerry.richa...@teotech.com
wrote:


I have  Mediant 1000 gateway, and for some reason, when I make an outbound
call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
Wireshark trace shows that FS is replying to the gateway's inbound RTP
packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
packets to the same port that FS specified in the outbound INVITE.  It
appears in the log that FS is discarding the 200 OK from the gateway.

I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
changing enable-3pcc to true and also proxy, but it has no effect.

Anyone know what could be the issue?  I posted the Freeswitch log in the
pastebin.

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 http://www.freeswitch.org/ 




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com
mailto:msn%3aanthony_miness...@hotmail.com 
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
mailto:paypal%3aanthony.miness...@gmail.com 
IRC: irc.freenode.net http://irc.freenode.net/  #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org
mailto:sip%3a...@conference.freeswitch.org 
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
mailto:googletalk%3aconf%2b...@conference.freeswitch.org 
pstn:213-799-1400
___
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


Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-08 Thread Anthony Minessale
are you using more than one profile here?
if so you have to repeat the siptrace on command for each one.

This trace makes little sense to me because I think half of it is missing.
but you can see several packets coming in like 20 times each which means you
have some kind of nat or network problem causing the other end of this call
to send retries on all the packets.



On Tue, Dec 8, 2009 at 2:57 PM, Jerry Richards
jerry.richa...@teotech.comwrote:

  Here is the Pastebin Link: http://pastebin.freeswitch.org/11432

 Thanks,
 Jerry

  --
 *From:* Jerry Richards [mailto:jerry.richa...@teotech.com]
 *Sent:* Tuesday, December 08, 2009 12:35 PM

 *To:* 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
 *Subject:* RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
 UNREACHABLE When Gateway Sends RTP

  Anthony and Michael,

 I downloaded the latest trunk, rebuilt it, and re-ran the test with the
 logs that Anthony told me to turn on.  I put the results up in the PasteBin.

 Best Regards,
 Jerry

  --
 *From:* Jerry Richards [mailto:jerry.richa...@teotech.com]
 *Sent:* Monday, December 07, 2009 10:49 AM
 *To:* 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
 *Subject:* RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
 UNREACHABLE When Gateway Sends RTP

  When I got the latest trunk the make gets an error.  Should I perhaps
 disable the mod_amr?

 making all mod_amr
 make[5]: *** No rule to make target '/mod_amr.c', needed by 'mod_amr.so'.
 Stop

 The method I used to get the latest trunk follows:

 svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch

 Best Regards,
 Jerry

  --
 *From:* Jerry Richards [mailto:jerry.richa...@teotech.com]
 *Sent:* Monday, December 07, 2009 7:44 AM
 *To:* 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
 *Subject:* RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
 UNREACHABLE When Gateway Sends RTP

  I am changing the 3pcc setting because one of my gateways sends INVITEs
 without SDP.  I will try to update to the latest trunk today and capture
 traces as Anthony described.  If I can't do it today, it might be at the end
 of the week.

 Best Regards,
 Jerry


  --
 *From:* Michael Jerris [mailto:m...@jerris.com]
 *Sent:* Saturday, December 05, 2009 7:30 PM
 *To:* Jerry Richards
 *Subject:* Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
 UNREACHABLE When Gateway Sends RTP

 Jerry-

 Any update on this?

 Mike

  On Dec 4, 2009, at 3:59 PM, Anthony Minessale wrote:

 Why are you changing the 3pcc setting, is this an invite with no sdp?
 you need to take a trace from FS.

 1) update to latest trunk first so line number match up.
 2) issue these commands

 sofia profile internal siptrace on
 console loglevel debug

 save the output and put it on pastebin http://pastebin.freeswitch.org




 On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards jerry.richa...@teotech.com
  wrote:


 I have  Mediant 1000 gateway, and for some reason, when I make an outbound
 call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
 Wireshark trace shows that FS is replying to the gateway's inbound RTP
 packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
 packets to the same port that FS specified in the outbound INVITE.  It
 appears in the log that FS is discarding the 200 OK from the gateway.

 I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
 changing enable-3pcc to true and also proxy, but it has no effect.

 Anyone know what could be the issue?  I posted the Freeswitch log in the
 pastebin.

 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/
 Twitter: http://twitter.com/FreeSWITCH_wire

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 pstn:213-799-1400
 ___
 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

Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-07 Thread Jerry Richards
I am changing the 3pcc setting because one of my gateways sends INVITEs
without SDP.  I will try to update to the latest trunk today and capture
traces as Anthony described.  If I can't do it today, it might be at the end
of the week.
 
Best Regards,
Jerry
 


  _  

From: Michael Jerris [mailto:m...@jerris.com] 
Sent: Saturday, December 05, 2009 7:30 PM
To: Jerry Richards
Subject: Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


Jerry- 

Any update on this?

Mike

On Dec 4, 2009, at 3:59 PM, Anthony Minessale wrote:


Why are you changing the 3pcc setting, is this an invite with no sdp?
you need to take a trace from FS.

1) update to latest trunk first so line number match up.
2) issue these commands

sofia profile internal siptrace on
console loglevel debug

save the output and put it on pastebin http://pastebin.freeswitch.org
http://pastebin.freeswitch.org/ 





On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards jerry.richa...@teotech.com
wrote:



I have  Mediant 1000 gateway, and for some reason, when I make an outbound
call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
Wireshark trace shows that FS is replying to the gateway's inbound RTP
packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
packets to the same port that FS specified in the outbound INVITE.  It
appears in the log that FS is discarding the 200 OK from the gateway.

I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
changing enable-3pcc to true and also proxy, but it has no effect.

Anyone know what could be the issue?  I posted the Freeswitch log in the
pastebin.

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 http://www.freeswitch.org/ 





-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com
mailto:msn%3aanthony_miness...@hotmail.com 
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
mailto:paypal%3aanthony.miness...@gmail.com 
IRC: irc.freenode.net http://irc.freenode.net/  #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org
mailto:sip%3a...@conference.freeswitch.org 
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
mailto:googletalk%3aconf%2b...@conference.freeswitch.org 
pstn:213-799-1400
___
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


Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-07 Thread Jerry Richards
When I got the latest trunk the make gets an error.  Should I perhaps
disable the mod_amr?
 
making all mod_amr
make[5]: *** No rule to make target '/mod_amr.c', needed by 'mod_amr.so'.
Stop
 
The method I used to get the latest trunk follows:
 
svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch
 
Best Regards,
Jerry


  _  

From: Jerry Richards [mailto:jerry.richa...@teotech.com] 
Sent: Monday, December 07, 2009 7:44 AM
To: 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
Subject: RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


I am changing the 3pcc setting because one of my gateways sends INVITEs
without SDP.  I will try to update to the latest trunk today and capture
traces as Anthony described.  If I can't do it today, it might be at the end
of the week.
 
Best Regards,
Jerry
 


  _  

From: Michael Jerris [mailto:m...@jerris.com] 
Sent: Saturday, December 05, 2009 7:30 PM
To: Jerry Richards
Subject: Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
UNREACHABLE When Gateway Sends RTP


Jerry- 

Any update on this?

Mike

On Dec 4, 2009, at 3:59 PM, Anthony Minessale wrote:


Why are you changing the 3pcc setting, is this an invite with no sdp?
you need to take a trace from FS.

1) update to latest trunk first so line number match up.
2) issue these commands

sofia profile internal siptrace on
console loglevel debug

save the output and put it on pastebin http://pastebin.freeswitch.org
http://pastebin.freeswitch.org/ 





On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards jerry.richa...@teotech.com
wrote:



I have  Mediant 1000 gateway, and for some reason, when I make an outbound
call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
Wireshark trace shows that FS is replying to the gateway's inbound RTP
packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
packets to the same port that FS specified in the outbound INVITE.  It
appears in the log that FS is discarding the 200 OK from the gateway.

I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
changing enable-3pcc to true and also proxy, but it has no effect.

Anyone know what could be the issue?  I posted the Freeswitch log in the
pastebin.

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 http://www.freeswitch.org/ 





-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com
mailto:msn%3aanthony_miness...@hotmail.com 
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com
mailto:paypal%3aanthony.miness...@gmail.com 
IRC: irc.freenode.net http://irc.freenode.net/  #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org
mailto:sip%3a...@conference.freeswitch.org 
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.org
mailto:googletalk%3aconf%2b...@conference.freeswitch.org 
pstn:213-799-1400
___
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


Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-07 Thread Anthony Minessale
try rerunning the ./bootstrap.sh


On Mon, Dec 7, 2009 at 12:49 PM, Jerry Richards
jerry.richa...@teotech.comwrote:

  When I got the latest trunk the make gets an error.  Should I perhaps
 disable the mod_amr?

 making all mod_amr
 make[5]: *** No rule to make target '/mod_amr.c', needed by 'mod_amr.so'.
 Stop

 The method I used to get the latest trunk follows:

 svn checkout http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch

 Best Regards,
 Jerry

  --
 *From:* Jerry Richards [mailto:jerry.richa...@teotech.com]
 *Sent:* Monday, December 07, 2009 7:44 AM
 *To:* 'Michael Jerris'; 'freeswitch-users@lists.freeswitch.org'
 *Subject:* RE: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
 UNREACHABLE When Gateway Sends RTP

  I am changing the 3pcc setting because one of my gateways sends INVITEs
 without SDP.  I will try to update to the latest trunk today and capture
 traces as Anthony described.  If I can't do it today, it might be at the end
 of the week.

 Best Regards,
 Jerry


  --
 *From:* Michael Jerris [mailto:m...@jerris.com]
 *Sent:* Saturday, December 05, 2009 7:30 PM
 *To:* Jerry Richards
 *Subject:* Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION
 UNREACHABLE When Gateway Sends RTP

 Jerry-

 Any update on this?

 Mike

  On Dec 4, 2009, at 3:59 PM, Anthony Minessale wrote:

 Why are you changing the 3pcc setting, is this an invite with no sdp?
 you need to take a trace from FS.

 1) update to latest trunk first so line number match up.
 2) issue these commands

 sofia profile internal siptrace on
 console loglevel debug

 save the output and put it on pastebin http://pastebin.freeswitch.org




 On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards jerry.richa...@teotech.com
  wrote:


 I have  Mediant 1000 gateway, and for some reason, when I make an outbound
 call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
 Wireshark trace shows that FS is replying to the gateway's inbound RTP
 packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
 packets to the same port that FS specified in the outbound INVITE.  It
 appears in the log that FS is discarding the 200 OK from the gateway.

 I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
 changing enable-3pcc to true and also proxy, but it has no effect.

 Anyone know what could be the issue?  I posted the Freeswitch log in the
 pastebin.

 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




 --
 Anthony Minessale II

 FreeSWITCH http://www.freeswitch.org/
 ClueCon http://www.cluecon.com/
 Twitter: http://twitter.com/FreeSWITCH_wire

 AIM: anthm
 MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
 GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
 IRC: irc.freenode.net #freeswitch

 FreeSWITCH Developer Conference
 sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
 iax:gu...@conference.freeswitch.org/888
 googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
 pstn:213-799-1400
 ___
 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




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
pstn:213-799-1400
___
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] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-04 Thread Jerry Richards

I have  Mediant 1000 gateway, and for some reason, when I make an outbound
call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
Wireshark trace shows that FS is replying to the gateway's inbound RTP
packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
packets to the same port that FS specified in the outbound INVITE.  It
appears in the log that FS is discarding the 200 OK from the gateway.

I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
changing enable-3pcc to true and also proxy, but it has no effect.

Anyone know what could be the issue?  I posted the Freeswitch log in the
pastebin.

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


Re: [Freeswitch-users] FS Machine Sends ICMP DESTINATION UNREACHABLE When Gateway Sends RTP

2009-12-04 Thread Anthony Minessale
Why are you changing the 3pcc setting, is this an invite with no sdp?
you need to take a trace from FS.

1) update to latest trunk first so line number match up.
2) issue these commands

sofia profile internal siptrace on
console loglevel debug

save the output and put it on pastebin http://pastebin.freeswitch.org




On Fri, Dec 4, 2009 at 2:47 PM, Jerry Richards
jerry.richa...@teotech.comwrote:


 I have  Mediant 1000 gateway, and for some reason, when I make an outbound
 call, FS enters the CS_CONSUME_MEDIA state and never connects the call.  A
 Wireshark trace shows that FS is replying to the gateway's inbound RTP
 packets with ICMP DESTINATION UNREACHABLE.  But the gateway is sending RTP
 packets to the same port that FS specified in the outbound INVITE.  It
 appears in the log that FS is discarding the 200 OK from the gateway.

 I disabled the Firewall and SELinux on the Freeswitch machine.  I tried
 changing enable-3pcc to true and also proxy, but it has no effect.

 Anyone know what could be the issue?  I posted the Freeswitch log in the
 pastebin.

 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




-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_miness...@hotmail.com msn%3aanthony_miness...@hotmail.com
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.compaypal%3aanthony.miness...@gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org sip%3a...@conference.freeswitch.org
iax:gu...@conference.freeswitch.org/888
googletalk:conf+...@conference.freeswitch.orggoogletalk%3aconf%2b...@conference.freeswitch.org
pstn:213-799-1400
___
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