Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] ext sip & rtp IP trouble


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





PostPosted: Sun Aug 16, 2009 11:49 am    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Hi all,

I have just upgarded my (a little bit old Smile FreeSWITCH to current
trunk and now i have troubles with IP addresses in SIP & SDP, while
before upgrade everything work fine...

My FreeSWITCH is behind NAT and all relevant sip profiles have set:

<param name="ext-rtp-ip" value="1.2.3.4"/>
<param name="ext-sip-ip" value="1.2.3.4"/>

But when I send INVITE thru the profile to the gateway associated with
it i see local IP in "Via" header and in SDP "m" line too.
BTW: The "Contact" header is populated with "external" IP (1.2.3.4)

Could you, please, point me how could I modify IP in Via and in SDP?
Thank you.

Best regards,

kokoska.rokoska


_______________________________________________
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: Sun Aug 16, 2009 12:14 pm    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

You have to set the local-network-acl on the profile so it knows when
or not to fix up the VIA
/b

On Aug 16, 2009, at 11:41 AM, kokoska rokoska wrote:

Quote:

Hi all,

I have just upgarded my (a little bit old Smile FreeSWITCH to current
trunk and now i have troubles with IP addresses in SIP & SDP, while
before upgrade everything work fine...

My FreeSWITCH is behind NAT and all relevant sip profiles have set:

<param name="ext-rtp-ip" value="1.2.3.4"/>
<param name="ext-sip-ip" value="1.2.3.4"/>

But when I send INVITE thru the profile to the gateway associated with
it i see local IP in "Via" header and in SDP "m" line too.
BTW: The "Contact" header is populated with "external" IP (1.2.3.4)


_______________________________________________
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
kokoska.rokoska at pos...
Guest





PostPosted: Sun Aug 16, 2009 2:48 pm    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Thank you very much, Brian, for your help!

Now are all IPs correct Smile (BTW: In my previous post I mean "c" line in
SDP, not "m" line). Thanks once more!

Well, signaling works fine, but I still have troubles with RTPs:
I can see with ngrep RTPs going to FreeSWITCH from both legs (a, b) but
there are not outgoing RTPs from FreeSWITCH to any of the call legs.
And, of course, caller and callee hear nothing Smile

Could you, please, help me to solve this? Thanks.

Best regards,

kokoska.rokoska




Brian West napsal(a):
Quote:
You have to set the local-network-acl on the profile so it knows when
or not to fix up the VIA
/b

On Aug 16, 2009, at 11:41 AM, kokoska rokoska wrote:

Quote:
Hi all,

I have just upgarded my (a little bit old Smile FreeSWITCH to current
trunk and now i have troubles with IP addresses in SIP & SDP, while
before upgrade everything work fine...

My FreeSWITCH is behind NAT and all relevant sip profiles have set:

<param name="ext-rtp-ip" value="1.2.3.4"/>
<param name="ext-sip-ip" value="1.2.3.4"/>

But when I send INVITE thru the profile to the gateway associated with
it i see local IP in "Via" header and in SDP "m" line too.
BTW: The "Contact" header is populated with "external" IP (1.2.3.4)


_______________________________________________
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: Sun Aug 16, 2009 4:28 pm    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Ok update in a few I now recall why we had that && !
sofia_test_pflag(tech_pvt->profile, PFLAG_AUTO_NAT) in there.

/b

On Aug 16, 2009, at 2:40 PM, kokoska rokoska wrote:

Quote:

Thank you very much, Brian, for your help!

Now are all IPs correct Smile (BTW: In my previous post I mean "c"
line in
SDP, not "m" line). Thanks once more!

Well, signaling works fine, but I still have troubles with RTPs:
I can see with ngrep RTPs going to FreeSWITCH from both legs (a, b)
but
there are not outgoing RTPs from FreeSWITCH to any of the call legs.
And, of course, caller and callee hear nothing Smile

Could you, please, help me to solve this? Thanks.

Best regards,

kokoska.rokoska




Brian West napsal(a):
Quote:
You have to set the local-network-acl on the profile so it knows when
or not to fix up the VIA
/b

On Aug 16, 2009, at 11:41 AM, kokoska rokoska wrote:

Quote:
Hi all,

I have just upgarded my (a little bit old Smile FreeSWITCH to current
trunk and now i have troubles with IP addresses in SIP & SDP, while
before upgrade everything work fine...

My FreeSWITCH is behind NAT and all relevant sip profiles have set:

<param name="ext-rtp-ip" value="1.2.3.4"/>
<param name="ext-sip-ip" value="1.2.3.4"/>

But when I send INVITE thru the profile to the gateway associated
with
it i see local IP in "Via" header and in SDP "m" line too.
BTW: The "Contact" header is populated with "external" IP (1.2.3.4)


_______________________________________________
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
kokoska.rokoska at pos...
Guest





PostPosted: Mon Aug 17, 2009 1:17 am    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Thank you very much, Brian, for your help!

I have just upgraded to curent trunk, but all remains the same - RTPs
from both endpoints arrives to the FreeSWITCH but no RTPs are send back
from FS (using ngrep I can't see even single RTP packet comming from FS).

I think it is due to my misconfiguration, but I have no idea where.

I have trid to blindly modify followed params to (I hope) all possible
values combination (including manual ones Smile, but with no luck:

<param name='apply-nat-acl' value='rfc1918.auto'/>
<param name='local-network-acl' value='localnet.auto'/>
<param name='disable-rtp-auto-adjust' value='false'/>
<param name='rtp-autofix-timing' value='false'/>


Best regards,

kokoska.rokoska


Brian West napsal(a):
Quote:
Ok update in a few I now recall why we had that && !
sofia_test_pflag(tech_pvt->profile, PFLAG_AUTO_NAT) in there.

/b

On Aug 16, 2009, at 2:40 PM, kokoska rokoska wrote:

Quote:
Thank you very much, Brian, for your help!

Now are all IPs correct Smile (BTW: In my previous post I mean "c"
line in
SDP, not "m" line). Thanks once more!

Well, signaling works fine, but I still have troubles with RTPs:
I can see with ngrep RTPs going to FreeSWITCH from both legs (a, b)
but
there are not outgoing RTPs from FreeSWITCH to any of the call legs.
And, of course, caller and callee hear nothing Smile

Could you, please, help me to solve this? Thanks.

Best regards,

kokoska.rokoska




Brian West napsal(a):
Quote:
You have to set the local-network-acl on the profile so it knows when
or not to fix up the VIA
/b

On Aug 16, 2009, at 11:41 AM, kokoska rokoska wrote:

Quote:
Hi all,

I have just upgarded my (a little bit old Smile FreeSWITCH to current
trunk and now i have troubles with IP addresses in SIP & SDP, while
before upgrade everything work fine...

My FreeSWITCH is behind NAT and all relevant sip profiles have set:

<param name="ext-rtp-ip" value="1.2.3.4"/>
<param name="ext-sip-ip" value="1.2.3.4"/>

But when I send INVITE thru the profile to the gateway associated
with
it i see local IP in "Via" header and in SDP "m" line too.
BTW: The "Contact" header is populated with "external" IP (1.2.3.4)

_______________________________________________
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



_______________________________________________
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
kokoska.rokoska at pos...
Guest





PostPosted: Mon Aug 17, 2009 1:34 am    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

After some testing I found following:

1. When I try to bridge call between endpoints, there are always no RTPs
from FreeSWITCH (like I wrote before).
2. When I just answer call on FS and play something localy (i.e. music)
everything works fine - FS sends RTPs like expected.

All tested with various endpoints (Linksys, Snom, Nokia, Asterisk Smile
and from public IPs, private IPs at foreign LAN, private IPs at the same
LAN as FreeSWITCH is (yes, I have separate profile for phones in the
same LAN). And I found no difference.

Any hint is really appreciated Smile

Best regards,

kokoska.rokoska


kokoska rokoska napsal(a):
Quote:
Thank you very much, Brian, for your help!

I have just upgraded to curent trunk, but all remains the same - RTPs
from both endpoints arrives to the FreeSWITCH but no RTPs are send back
from FS (using ngrep I can't see even single RTP packet comming from FS).

I think it is due to my misconfiguration, but I have no idea where.

I have trid to blindly modify followed params to (I hope) all possible
values combination (including manual ones Smile, but with no luck:

<param name='apply-nat-acl' value='rfc1918.auto'/>
<param name='local-network-acl' value='localnet.auto'/>
<param name='disable-rtp-auto-adjust' value='false'/>
<param name='rtp-autofix-timing' value='false'/>


Best regards,

kokoska.rokoska


Brian West napsal(a):
Quote:
Ok update in a few I now recall why we had that && !
sofia_test_pflag(tech_pvt->profile, PFLAG_AUTO_NAT) in there.

/b

On Aug 16, 2009, at 2:40 PM, kokoska rokoska wrote:

Quote:
Thank you very much, Brian, for your help!

Now are all IPs correct Smile (BTW: In my previous post I mean "c"
line in
SDP, not "m" line). Thanks once more!

Well, signaling works fine, but I still have troubles with RTPs:
I can see with ngrep RTPs going to FreeSWITCH from both legs (a, b)
but
there are not outgoing RTPs from FreeSWITCH to any of the call legs.
And, of course, caller and callee hear nothing Smile

Could you, please, help me to solve this? Thanks.

Best regards,

kokoska.rokoska




Brian West napsal(a):
Quote:
You have to set the local-network-acl on the profile so it knows when
or not to fix up the VIA
/b

On Aug 16, 2009, at 11:41 AM, kokoska rokoska wrote:

Quote:
Hi all,

I have just upgarded my (a little bit old Smile FreeSWITCH to current
trunk and now i have troubles with IP addresses in SIP & SDP, while
before upgrade everything work fine...

My FreeSWITCH is behind NAT and all relevant sip profiles have set:

<param name="ext-rtp-ip" value="1.2.3.4"/>
<param name="ext-sip-ip" value="1.2.3.4"/>

But when I send INVITE thru the profile to the gateway associated
with
it i see local IP in "Via" header and in SDP "m" line too.
BTW: The "Contact" header is populated with "external" IP (1.2.3.4)
_______________________________________________
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



_______________________________________________
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: Mon Aug 17, 2009 8:17 am    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Update, Math refactored the functions that caused some of the problems.

/b

On Aug 17, 2009, at 1:29 AM, kokoska rokoska wrote:

Quote:

After some testing I found following:

1. When I try to bridge call between endpoints, there are always no
RTPs
from FreeSWITCH (like I wrote before).
2. When I just answer call on FS and play something localy (i.e.
music)
everything works fine - FS sends RTPs like expected.

All tested with various endpoints (Linksys, Snom, Nokia, Asterisk Smile
and from public IPs, private IPs at foreign LAN, private IPs at the
same
LAN as FreeSWITCH is (yes, I have separate profile for phones in the
same LAN). And I found no difference.

Any hint is really appreciated Smile

Best regards,

kokoska.rokoska


_______________________________________________
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
kokoska.rokoska at pos...
Guest





PostPosted: Mon Aug 17, 2009 9:13 am    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Brian West napsal(a):
Quote:
Update, Math refactored the functions that caused some of the problems.

/b


Still no luck - no RTPs from FreeSWITCH.
For sure I'll make fresh svn checkout in a minute and let you know if it
helps...

Thank you very much for your help!

Best regards,

kokoska.rokoska



Quote:
On Aug 17, 2009, at 1:29 AM, kokoska rokoska wrote:

Quote:
After some testing I found following:

1. When I try to bridge call between endpoints, there are always no
RTPs
from FreeSWITCH (like I wrote before).
2. When I just answer call on FS and play something localy (i.e.
music)
everything works fine - FS sends RTPs like expected.

All tested with various endpoints (Linksys, Snom, Nokia, Asterisk Smile
and from public IPs, private IPs at foreign LAN, private IPs at the
same
LAN as FreeSWITCH is (yes, I have separate profile for phones in the
same LAN). And I found no difference.

Any hint is really appreciated Smile

Best regards,

kokoska.rokoska


_______________________________________________
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: Mon Aug 17, 2009 9:16 am    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

if all else fails get me access to the machine please.

/b

On Aug 17, 2009, at 9:09 AM, kokoska rokoska wrote:

Quote:
Still no luck - no RTPs from FreeSWITCH.
For sure I'll make fresh svn checkout in a minute and let you know
if it
helps...

Thank you very much for your help!

Best regards,

kokoska.rokoska


_______________________________________________
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
kokoska.rokoska at pos...
Guest





PostPosted: Mon Aug 17, 2009 11:57 am    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Brian West napsal(a):
Quote:
if all else fails get me access to the machine please.

/b


I'm sorry, but even after fresh svn checkout all goes wrong Smile

If you be so kind to look at that machine, I'll be very glad.
I still think it will be some trivial, stupid, misconfiguration, but
can't find what I did wrong. Especially if all worked fine before FS
update...
What public ssh key should I install (shinzon, freeswitch) or should I
get another one?

Thanks once more for your help!

Best regards,

kokoska.rokoska


Quote:
On Aug 17, 2009, at 9:09 AM, kokoska rokoska wrote:

Quote:
Still no luck - no RTPs from FreeSWITCH.
For sure I'll make fresh svn checkout in a minute and let you know
if it
helps...

Thank you very much for your help!

Best regards,

kokoska.rokoska


_______________________________________________
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: Mon Aug 17, 2009 12:02 pm    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

shinzon.pub and get on IRC and msg bkw_ and i'll take a look.

/b

On Aug 17, 2009, at 11:46 AM, kokoska rokoska wrote:

Quote:

I'm sorry, but even after fresh svn checkout all goes wrong Smile

If you be so kind to look at that machine, I'll be very glad.
I still think it will be some trivial, stupid, misconfiguration, but
can't find what I did wrong. Especially if all worked fine before FS
update...
What public ssh key should I install (shinzon, freeswitch) or should I
get another one?

Thanks once more for your help!

Best regards,

kokoska.rokoska


_______________________________________________
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
kokoska.rokoska at pos...
Guest





PostPosted: Mon Aug 17, 2009 12:16 pm    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Brian West napsal(a):
Quote:
shinzon.pub and get on IRC and msg bkw_ and i'll take a look.

/b


OK, I do it.
But wait few minutes, please:

1. I should asleep my chidren Smile
2. Before a while I discovered that if I disable IPv6 networking in my
CentOS, the RTPs from FreeSWITCH works great (FS stays runnig untouched)
=> it looks like it may be network layer/config (iptables, ip6tables,
roueting etc.) error not related to FS.

I'll be back in an hour or so and let you know what is current status.

Many thanks, Brian, for your valuable help.

Best regards,

kokoska.rokoska


Quote:
On Aug 17, 2009, at 11:46 AM, kokoska rokoska wrote:

Quote:
I'm sorry, but even after fresh svn checkout all goes wrong Smile

If you be so kind to look at that machine, I'll be very glad.
I still think it will be some trivial, stupid, misconfiguration, but
can't find what I did wrong. Especially if all worked fine before FS
update...
What public ssh key should I install (shinzon, freeswitch) or should I
get another one?

Thanks once more for your help!

Best regards,

kokoska.rokoska


_______________________________________________
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
kokoska.rokoska at pos...
Guest





PostPosted: Mon Aug 17, 2009 2:32 pm    Post subject: [Freeswitch-users] ext sip & rtp IP trouble Reply with quote

Let me apologize to waste your time, Brian (and others too).

I'm still not 100% sure where problem is, but I'm nearly sure it is not
related to FreeSWITCH.

I found similar problems with SMB - with IPv6 active some clients (even
with only IPv4 stack) can't connect to server. Disabling IPv6 solves the
issue => it has to be network problem...

Thank you very very much for your help!

Best regards,

kokoska.rokoska



kokoska rokoska napsal(a):
Quote:


Brian West napsal(a):
Quote:
shinzon.pub and get on IRC and msg bkw_ and i'll take a look.

/b


OK, I do it.
But wait few minutes, please:

1. I should asleep my chidren Smile
2. Before a while I discovered that if I disable IPv6 networking in my
CentOS, the RTPs from FreeSWITCH works great (FS stays runnig untouched)
=> it looks like it may be network layer/config (iptables, ip6tables,
roueting etc.) error not related to FS.

I'll be back in an hour or so and let you know what is current status.

Many thanks, Brian, for your valuable help.

Best regards,

kokoska.rokoska


Quote:
On Aug 17, 2009, at 11:46 AM, kokoska rokoska wrote:

Quote:
I'm sorry, but even after fresh svn checkout all goes wrong Smile

If you be so kind to look at that machine, I'll be very glad.
I still think it will be some trivial, stupid, misconfiguration, but
can't find what I did wrong. Especially if all worked fine before FS
update...
What public ssh key should I install (shinzon, freeswitch) or should I
get another one?

Thanks once more for your help!

Best regards,

kokoska.rokoska

_______________________________________________
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