[Freeswitch-users] trunk without authentication

Steven Ayre steveayre at gmail.com
Sun Mar 13 01:48:20 MSK 2011


That's for an outgoing gateway.

Look at the cidr parameter of the user directory - it lets you authenticate
a user based on IP rather than password.

http://wiki.freeswitch.org/wiki/Acl#Users

-Steve



On 12 March 2011 20:39, Borin <katerin.borin at gmail.com> wrote:

> Hello FS users,
> Is it possible in FS to allow all calls from a particular IP address
> without authentication? like in asterisk with insecure port, invite.
> I tried to add a new carrier in
> /usr/local/freeswitch/conf/sip_profiles/external/new-carrier.xml
> <include>
>   <gateway name="new-carrier">
>     <param name="username" value="anything"/>
>     <param name="password" value="anything"/>
>     <param name="realm" value="carrier.ip.address"/>
>     <param name="register" value="false"/>
>     <param name="caller-id-in-from" value="true"/>
>   </gateway>
> </include>
>
> But after restart it stil sends 407 Proxy Authentication Required to the
> carrier. Is there any way to trust the carrier IP?
>
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110312/e4138c95/attachment.html 


More information about the FreeSWITCH-users mailing list