Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] ext-rtp-ip Troubles


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





PostPosted: Wed Jul 29, 2009 11:44 am    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

I have a freeswitch server located behind 1:1 nat that I have been
using to test things with. Today I upgraded to the latest trunk and
began having troubles with my private ip being exposed in the sdp
instead of the value set with ext-rtp-ip in the sip_profile. Needless
to say all of my audio is broken now. Smile

I'm working on getting the details together for a jira but figured I
would see if anyone else has noticed anything like this.

-Dale

_______________________________________________
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
chris.chen2004 at gmai...
Guest





PostPosted: Wed Jul 29, 2009 11:46 am    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

I have the same issue with my freeswitch server running on the Amazon EC2 instance, I set up the ext-rtp-ip address with the public routable IP address
but the private IP address showing up in the SDP. When I checked my home router's internet sessions the rtp sessions were built using Amazon EC2 private IP address.

Chris

On Wed, Jul 29, 2009 at 12:30 PM, Dale <fdhege@gmail.com (fdhege@gmail.com)> wrote:
Quote:

I have a freeswitch server located behind 1:1 nat that I have been
using to test things with. Today I upgraded to the latest trunk and
began having troubles with my private ip being exposed in the sdp
instead of the value set with ext-rtp-ip in the sip_profile. Needless
to say all of my audio is broken now. Smile

I'm working on getting the details together for a jira but figured I
would see if anyone else has noticed anything like this.

-Dale

_______________________________________________
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: Wed Jul 29, 2009 11:46 am    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

You need to set the local-network-acl on the profile too please refer
to the default configs.

/b

On Jul 29, 2009, at 11:30 AM, Dale wrote:

Quote:

I have a freeswitch server located behind 1:1 nat that I have been
using to test things with. Today I upgraded to the latest trunk and
began having troubles with my private ip being exposed in the sdp
instead of the value set with ext-rtp-ip in the sip_profile. Needless
to say all of my audio is broken now. Smile

I'm working on getting the details together for a jira but figured I
would see if anyone else has noticed anything like this.

-Dale


_______________________________________________
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
fdhege at gmail.com
Guest





PostPosted: Wed Jul 29, 2009 12:33 pm    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

Hmm, just tried that by adding the

<param name="local-network-acl" value="localnet.auto"/>

to the profile. I also verified that the acl was working properly.

I just tried defaulting back to the stock sample configs and setting
the ext-rtp-ip to my public ip and I still see the private in the sdp
when I dial the echo test.

-Dale


On Jul 29, 2009, at 12:39 PM, Brian West wrote:

Quote:
You need to set the local-network-acl on the profile too please refer
to the default configs.

/b

On Jul 29, 2009, at 11:30 AM, Dale wrote:

Quote:

I have a freeswitch server located behind 1:1 nat that I have been
using to test things with. Today I upgraded to the latest trunk and
began having troubles with my private ip being exposed in the sdp
instead of the value set with ext-rtp-ip in the sip_profile. Needless
to say all of my audio is broken now. Smile

I'm working on getting the details together for a jira but figured I
would see if anyone else has noticed anything like this.

-Dale


_______________________________________________
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: Wed Jul 29, 2009 12:49 pm    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

Are you dialing the echo test from a public IP or a private IP? btw
you need to set the ext-sip-ip too.

/b

On Jul 29, 2009, at 12:25 PM, Dale wrote:

Quote:
Hmm, just tried that by adding the

<param name="local-network-acl" value="localnet.auto"/>

to the profile. I also verified that the acl was working properly.

I just tried defaulting back to the stock sample configs and setting
the ext-rtp-ip to my public ip and I still see the private in the sdp
when I dial the echo test.

-Dale


_______________________________________________
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
fdhege at gmail.com
Guest





PostPosted: Wed Jul 29, 2009 12:56 pm    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

Quote:
Are you dialing the echo test from a public IP or a private IP? btw

Its a client natted behind a public ip. I don't have a pure public IP
to test from at the moment.

Quote:
you need to set the ext-sip-ip too

Yep, got that set too.


_______________________________________________
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 Jul 29, 2009 1:05 pm    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

What do you mean? Is the client behind NAT? if so what client? and
where is the IP in the SDP? the one from the client or the one from
FreeSWITCH and what is the network layout of the scenario because that
is critical to understanding what the heck is going on here.

/b

On Jul 29, 2009, at 12:52 PM, Dale wrote:

Quote:
Quote:

Are you dialing the echo test from a public IP or a private IP? btw

Its a client natted behind a public ip. I don't have a pure public IP
to test from at the moment.

Quote:
you need to set the ext-sip-ip too

Yep, got that set too.


_______________________________________________
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
fdhege at gmail.com
Guest





PostPosted: Wed Jul 29, 2009 1:25 pm    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

The box is currently setup with the default config(and password) if
you want to try registering to it and placing a call.

FS (172.16.50.10) -> NAT (Public IP 207.136.252.50) -> INTERNET -> NAT
(Public IP 64.9.127.104) -> Zoiper(Soft Phone) (10.10.10.147)

Freeswitch offers SDP

v=0
o=FreeSWITCH 1248869138 1248869139 IN IP4 172.16.50.10
s=FreeSWITCH
c=IN IP4 172.16.50.10
t=0 0
m=audio 20054 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

Zoiper offers SDP

v=0
o=Z 0 0 IN IP4 64.9.127.104
s=Z
c=IN IP4 64.9.127.104
t=0 0
m=audio 16000 RTP/AVP 110 98 0 8 3
a=rtpmap:110 speex/8000
a=rtpmap:98 iLBC/8000
a=fmtp:98 mode=30
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000


On Jul 29, 2009, at 1:55 PM, Brian West wrote:

Quote:
What do you mean? Is the client behind NAT? if so what client? and
where is the IP in the SDP? the one from the client or the one from
FreeSWITCH and what is the network layout of the scenario because that
is critical to understanding what the heck is going on here.

/b

On Jul 29, 2009, at 12:52 PM, Dale wrote:

Quote:
Quote:

Are you dialing the echo test from a public IP or a private IP? btw

Its a client natted behind a public ip. I don't have a pure public IP
to test from at the moment.

Quote:
you need to set the ext-sip-ip too

Yep, got that set too.


_______________________________________________
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: Wed Jul 29, 2009 1:26 pm    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

Are you on SVN trunk? I can tell you 100% that this has to be a
config error. Are you talking over the right profile?

/b

On Jul 29, 2009, at 1:10 PM, Dale wrote:

Quote:

The box is currently setup with the default config(and password) if
you want to try registering to it and placing a call.

FS (172.16.50.10) -> NAT (Public IP 207.136.252.50) -> INTERNET -> NAT
(Public IP 64.9.127.104) -> Zoiper(Soft Phone) (10.10.10.147)

Freeswitch offers SDP

v=0
o=FreeSWITCH 1248869138 1248869139 IN IP4 172.16.50.10
s=FreeSWITCH
c=IN IP4 172.16.50.10
t=0 0
m=audio 20054 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

Zoiper offers SDP

v=0
o=Z 0 0 IN IP4 64.9.127.104
s=Z
c=IN IP4 64.9.127.104
t=0 0
m=audio 16000 RTP/AVP 110 98 0 8 3
a=rtpmap:110 speex/8000
a=rtpmap:98 iLBC/8000
a=fmtp:98 mode=30
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000


_______________________________________________
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
fdhege at gmail.com
Guest





PostPosted: Wed Jul 29, 2009 1:42 pm    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

I'm running FreeSWITCH Version 1.0.trunk (14412)


Okay, I'll keep hunting around.

-Dale

On Jul 29, 2009, at 2:21 PM, Brian West wrote:

Quote:
Are you on SVN trunk? I can tell you 100% that this has to be a
config error. Are you talking over the right profile?

/b

On Jul 29, 2009, at 1:10 PM, Dale wrote:

Quote:

The box is currently setup with the default config(and password) if
you want to try registering to it and placing a call.

FS (172.16.50.10) -> NAT (Public IP 207.136.252.50) -> INTERNET ->
NAT
(Public IP 64.9.127.104) -> Zoiper(Soft Phone) (10.10.10.147)

Freeswitch offers SDP

v=0
o=FreeSWITCH 1248869138 1248869139 IN IP4 172.16.50.10
s=FreeSWITCH
c=IN IP4 172.16.50.10
t=0 0
m=audio 20054 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
a=ptime:20
a=sendrecv

Zoiper offers SDP

v=0
o=Z 0 0 IN IP4 64.9.127.104
s=Z
c=IN IP4 64.9.127.104
t=0 0
m=audio 16000 RTP/AVP 110 98 0 8 3
a=rtpmap:110 speex/8000
a=rtpmap:98 iLBC/8000
a=fmtp:98 mode=30
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:3 GSM/8000


_______________________________________________
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: Wed Jul 29, 2009 1:54 pm    Post subject: [Freeswitch-users] ext-rtp-ip Troubles Reply with quote

Find me on IRC and let me in the box please.

/b

On Jul 29, 2009, at 1:32 PM, Dale wrote:

Quote:

I'm running FreeSWITCH Version 1.0.trunk (14412)


Okay, I'll keep hunting around.

-Dale


_______________________________________________
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