[Freeswitch-users] upper registration in FS?
Peter P GMX
Prometheus001 at gmx.net
Thu Apr 2 07:05:51 PDT 2009
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:
> 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:
>
>
>> 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 at 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 at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
More information about the FreeSWITCH-users
mailing list