VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
anthony.minessale at g... Guest
|
Posted: Mon Mar 30, 2009 8:19 am Post subject: [Freeswitch-users] upper registration in FS? |
|
|
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:
--
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
|
|
Back to top |
|
|
leon at scarlet-intern... Guest
|
|
Back to top |
|
|
Prometheus001 at gmx.net Guest
|
Posted: Thu Apr 02, 2009 9:17 am Post subject: [Freeswitch-users] upper registration in FS? |
|
|
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:
_______________________________________________
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
|
Posted: Thu Apr 02, 2009 9:53 am Post subject: [Freeswitch-users] upper registration in FS? |
|
|
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:
_______________________________________________
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
|
Posted: Thu Apr 02, 2009 9:59 am Post subject: [Freeswitch-users] upper registration in FS? |
|
|
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
|
Posted: Thu Apr 02, 2009 10:36 am Post subject: [Freeswitch-users] upper registration in FS? |
|
|
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
|
Posted: Thu Apr 02, 2009 11:03 am Post subject: [Freeswitch-users] upper registration in FS? |
|
|
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
-------- 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
|
|
|
Back to top |
|
|
bipin at xbipin.com Guest
|
|
Back to top |
|
|
jason at jasonjgw.net Guest
|
Posted: Fri Apr 03, 2009 2:11 am Post subject: [Freeswitch-users] upper registration in FS? |
|
|
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 |
|
|
|
|
|
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
|