Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] What would happen if a selected rtp port is used?


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





PostPosted: Sun Apr 26, 2009 10:22 pm    Post subject: [Freeswitch-users] What would happen if a selected rtp port Reply with quote

Hi,

I'm running more than one FS on a server, just want to know, how does
FS chose a free rtp port? If a rtp port selected by one FS already
used by another FS or another process, can it pick another free one
automatically?

Another option I know would be limit the rtp port range for each FS
instance or bind to different address. But definitely need more
configuration.

Thanks.

_______________________________________________
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
anthony.minessale at g...
Guest





PostPosted: Sun Apr 26, 2009 10:31 pm    Post subject: [Freeswitch-users] What would happen if a selected rtp port Reply with quote

it uses a port allocator to reserve ports and distribute them randomly per distinct ip used by the rtp stack.
the range is configurable in switch.conf.xml


On Sun, Apr 26, 2009 at 10:06 PM, seven <dujinfang@gmail.com (dujinfang@gmail.com)> wrote:
Quote:
Hi,

I'm running more than one FS on a server, just want to know, how does
FS chose a free rtp port? If a rtp port selected by one FS already
used by another FS or another process, can it pick another free one
automatically?

Another option I know would be limit the rtp port range for each FS
instance or bind to different address. But definitely need more
configuration.

Thanks.

_______________________________________________
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



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
jalsot at gmail.com
Guest





PostPosted: Mon Apr 27, 2009 3:06 am    Post subject: [Freeswitch-users] What would happen if a selected rtp port Reply with quote

Hi,

there is a similar JIRA ticket for auto port selection. Probably it is
not exactly what you want but lets take a look.
http://jira.freeswitch.org/browse/SFSIP-54

Regards,
Tamas

seven írta:
Quote:
Hi,

I'm running more than one FS on a server, just want to know, how does
FS chose a free rtp port? If a rtp port selected by one FS already
used by another FS or another process, can it pick another free one
automatically?

Another option I know would be limit the rtp port range for each FS
instance or bind to different address. But definitely need more
configuration.

Thanks.

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





PostPosted: Mon Apr 27, 2009 3:43 am    Post subject: [Freeswitch-users] What would happen if a selected rtp port Reply with quote

auto sip port is only useful for outbound profiles I think. It
generally needs tons of rtp ports vs a few sip ones.

On Apr 27, 2009, at 3:49 PM, Tamas wrote:

Quote:
Hi,

there is a similar JIRA ticket for auto port selection. Probably it is
not exactly what you want but lets take a look.
http://jira.freeswitch.org/browse/SFSIP-54

Regards,
Tamas

seven írta:
Quote:
Hi,

I'm running more than one FS on a server, just want to know, how does
FS chose a free rtp port? If a rtp port selected by one FS already
used by another FS or another process, can it pick another free one
automatically?

Another option I know would be limit the rtp port range for each FS
instance or bind to different address. But definitely need more
configuration.

Thanks.

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





PostPosted: Mon Apr 27, 2009 3:51 am    Post subject: [Freeswitch-users] What would happen if a selected rtp port Reply with quote

Thank you.

I configured with different port range on different FS instance.


I also run a couple of skype instances using skypiax, and unfortunately skype ports is not likely controllable and perhaps have potential conflict. But I don't care at this time as the traffic is low and the chance is very rare. Maybe configure multiple ip addresses is the simplest solution to more complicated scenario.




On Apr 27, 2009, at 11:30 AM, Anthony Minessale wrote:
Quote:
it uses a port allocator to reserve ports and distribute them randomly per distinct ip used by the rtp stack.
the range is configurable in switch.conf.xml


On Sun, Apr 26, 2009 at 10:06 PM, seven <dujinfang@gmail.com (dujinfang@gmail.com)> wrote:
Quote:
Hi,

I'm running more than one FS on a server, just want to know, how does
FS chose a free rtp port? If a rtp port selected by one FS already
used by another FS or another process, can it pick another free one
automatically?

Another option I know would be limit the rtp port range for each FS
instance or bind to different address. But definitely need more
configuration.

Thanks.

_______________________________________________
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



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
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
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