Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] upper registration in FS?


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





PostPosted: Mon Mar 30, 2009 8:19 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

FS does not proxy registrations, really it doesn't proxy anything very much besides calls
in a limited capacity, you would want to use a SIP proxy for that.


On Sun, Mar 29, 2009 at 1:07 AM, xbipin <bipin@xbipin.com (bipin@xbipin.com)> wrote:
Quote:

i have been trying to do this but seem to have been lost, actually i want to
use freeswitch as a session border controller so basically all the clients
that try to register to FS will actually be authenticated by voipswitch but
i want FS to be in between and proxy everything and with any of its advanced
options turned off so as to simply work as topology hiding, proxy, SBC only.
--
View this message in context: http://www.nabble.com/upper-registration-in-FS--tp22764757p22764757.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
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
bipin at xbipin.com
Guest





PostPosted: Thu Apr 02, 2009 8:13 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

hi,

i wanted to know if there was any way to actually accept all registrations
coming towards freeswitch, the normal function is to have all the suerid and
passwords configured, but is there a way to accept all registrations coming
towards a single ip or domain?


Regards,
Bipin
--
View this message in context: http://www.nabble.com/Re%3A-upper-registration-in-FS--tp22782688p22847331.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
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
leon at scarlet-intern...
Guest





PostPosted: Thu Apr 02, 2009 8:37 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

Hi,

You can blindly accept registrations and / or authentication messages
with these parameters in a sip profile:

<param name="accept-blind-reg" value="true"/>
<param name="accept-blind-auth" value="true"/>

http://wiki.freeswitch.org/wiki/Sofia.conf.xml#accept-blind-reg

regards,

Leon

On Apr 2, 2009, at 3:01 PM, xbipin wrote:

Quote:

hi,

i wanted to know if there was any way to actually accept all
registrations
coming towards freeswitch, the normal function is to have all the
suerid and
passwords configured, but is there a way to accept all registrations
coming
towards a single ip or domain?


Regards,
Bipin
--
View this message in context: http://www.nabble.com/Re%3A-upper-registration-in-FS--tp22782688p22847331.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
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
Prometheus001 at gmx.net
Guest





PostPosted: Thu Apr 02, 2009 9:17 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

I use the access control list acl.conf.xml to configure that.

Put ip/mask into the domain part of this config file, then it accepts
calls from this ip (eg. ip/32.) or from this subnet (e.g. ip/24).
<list name="domains" default="deny">
<node type="allow" domain="$${domain}"/>
<node type="allow" cidr="123.123.123.123/32"/>
<node type="allow" cidr="124.124.124.1/24"/>
</list>


Best regards
Peter

Leon de Rooij schrieb:
Quote:
Hi,

You can blindly accept registrations and / or authentication messages
with these parameters in a sip profile:

<param name="accept-blind-reg" value="true"/>
<param name="accept-blind-auth" value="true"/>

http://wiki.freeswitch.org/wiki/Sofia.conf.xml#accept-blind-reg

regards,

Leon

On Apr 2, 2009, at 3:01 PM, xbipin wrote:


Quote:
hi,

i wanted to know if there was any way to actually accept all
registrations
coming towards freeswitch, the normal function is to have all the
suerid and
passwords configured, but is there a way to accept all registrations
coming
towards a single ip or domain?


Regards,
Bipin
--
View this message in context: http://www.nabble.com/Re%3A-upper-registration-in-FS--tp22782688p22847331.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
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
bipin at xbipin.com
Guest





PostPosted: Thu Apr 02, 2009 9:53 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

hi,

will the below work if all the registration that is to be accepted come
from different public ip addresses, i mean, clients from all ip ranges
and addresses rather than a single ip
<param name="accept-blind-reg" value="true"/>
<param name="accept-blind-auth" value="true"/>


Regards,
Bipin
www.xbipin.com
+971-55-9270058

-------- Original Message --------
Subject: Re: [Freeswitch-users] upper registration in FS?
From: Peter P GMX <Prometheus001@gmx.net>
To: freeswitch-users@lists.freeswitch.org
Date: Thursday, April 02, 2009 6:05:51 PM

Quote:
I use the access control list acl.conf.xml to configure that.

Put ip/mask into the domain part of this config file, then it accepts
calls from this ip (eg. ip/32.) or from this subnet (e.g. ip/24).
<list name="domains" default="deny">
<node type="allow" domain="$${domain}"/>
<node type="allow" cidr="123.123.123.123/32"/>
<node type="allow" cidr="124.124.124.1/24"/>
</list>


Best regards
Peter

Leon de Rooij schrieb:
Quote:
Hi,

You can blindly accept registrations and / or authentication messages
with these parameters in a sip profile:

<param name="accept-blind-reg" value="true"/>
<param name="accept-blind-auth" value="true"/>

http://wiki.freeswitch.org/wiki/Sofia.conf.xml#accept-blind-reg

regards,

Leon

On Apr 2, 2009, at 3:01 PM, xbipin wrote:


Quote:
hi,

i wanted to know if there was any way to actually accept all
registrations
coming towards freeswitch, the normal function is to have all the
suerid and
passwords configured, but is there a way to accept all registrations
coming
towards a single ip or domain?


Regards,
Bipin
--
View this message in context: http://www.nabble.com/Re%3A-upper-registration-in-FS--tp22782688p22847331.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
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


__________ NOD32 3983 (20090402) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com





_______________________________________________
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
intralanman at freeswi...
Guest





PostPosted: Thu Apr 02, 2009 9:59 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

Bipin Patel wrote:
Quote:
hi,

will the below work if all the registration that is to be accepted come
from different public ip addresses, i mean, clients from all ip ranges
and addresses rather than a single ip


yeah, that's kinda why its called "blind" ... you don't have to know
where its coming from, and it doesn't have to be valid... just
"blindly" accepts it

-Ray

_______________________________________________
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: Thu Apr 02, 2009 10:36 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

Turn on Multireg too.

/b

On Apr 2, 2009, at 9:38 AM, Bipin Patel wrote:
Quote:
hi,

will the below work if all the registration that is to be accepted come
from different public ip addresses, i mean, clients from all ip ranges
and addresses rather than a single ip
<param name="accept-blind-reg" value="true"/>
<param name="accept-blind-auth" value="true"/>


Regards,
Bipin
www.xbipin.com
+971-55-9270058


Brian West
brian@freeswitch.org (brian@freeswitch.org)



-- Meet us a ClueCon! http://www.cluecon.com
Back to top
bipin at xbipin.com
Guest





PostPosted: Thu Apr 02, 2009 11:03 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

hi,

this is the scheme im trying to implement.


Client -----------> OpenSBC -----------> FS ------------> route provider gateway


Client - Behind NAT and sending calls to OpenSBC on 1.2.3.4:1806

OpenSBC - listening on ip 1.2.3.4:1806 in upper registration mode so all registrations coming to it are sent forward to FS for authentication using ip as 1.2.3.4:5062 (ip and port shown to FS)

FS - listening on ip 1.2.3.4:5063 and accepting all registrations from 1.2.3.4:5062 and sending calls to voipswitch


the above is the setup, dont ask y is it so messed up bcoz if i dont set it up like above then i wont be able to use voip at all. Now my queation is:

1) how to make FS accept all registrations based on ip as well as port rather than just the ip only using apply-inbound-acl and if in that mode, can it still route calls based on userid and password, meaning, based on the dialplan, can it be designed in such a way that if the registering id and password r follows, then u route call to the following gateway

2) i will be configuring the clients with id and pass in FS now how can i route calls from those ids to different providers?

3) multireg turning on, how to?

i have been trying a lot and read the wiki also miltiple times but still cant udnerstand the FS config structure and the mroe i read, the more i get confused as its just too advanced
Quote:
Regards,
Bipin
www.xbipin.com


-------- Original Message --------
Subject: Re: [Freeswitch-users] upper registration in FS?
From: Brian West <brian@freeswitch.org> (brian@freeswitch.org)
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Date: Thursday, April 02, 2009 7:21:44 PM
Quote:
Turn on Multireg too.

/b

On Apr 2, 2009, at 9:38 AM, Bipin Patel wrote:
Quote:
hi,

will the below work if all the registration that is to be accepted come
from different public ip addresses, i mean, clients from all ip ranges
and addresses rather than a single ip
<param name="accept-blind-reg" value="true"/>
<param name="accept-blind-auth" value="true"/>


Regards,
Bipin
www.xbipin.com
+971-55-9270058


Brian West
brian@freeswitch.org (brian@freeswitch.org)



-- Meet us a ClueCon! http://www.cluecon.com








__________ NOD32 3983 (20090402) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com
Quote:


_______________________________________________
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



__________ NOD32 3983 (20090402) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com
Back to top
bipin at xbipin.com
Guest





PostPosted: Fri Apr 03, 2009 1:14 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

hi,

any1 have any idea how what to sue in dialplan such that calls from a single
id go to a specific gateway only with blind registration enabled, this is
the only major issue im having.


Regards,
Bipin
--
View this message in context: http://www.nabble.com/Re%3A-upper-registration-in-FS--tp22782688p22862459.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.


_______________________________________________
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
jason at jasonjgw.net
Guest





PostPosted: Fri Apr 03, 2009 2:11 am    Post subject: [Freeswitch-users] upper registration in FS? Reply with quote

xbipin <bipin@xbipin.com> wrote:
Quote:

any1 have any idea how what to sue in dialplan such that calls from a single
id go to a specific gateway only with blind registration enabled, this is
the only major issue im having.

Perhaps you could match the source address in the dial plan and then bridge or
redirect the call to the desired gateway.

<condition field="network_addr" expression="^192.168.140.5$">
for example.

I tested a similar example once and it did work.


_______________________________________________
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