[Freeswitch-users] trunk without authentication

Vitalii Colosov vetali100 at gmail.com
Sun Mar 13 00:43:32 MSK 2011


Pls. try to add:
<param name="auth-calls" value="false"/>

http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files#auth-calls

This should disable authentication check.

And then implement ACL for this specific IP, for details pls. see
http://wiki.freeswitch.org/wiki/Acl

<http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files#auth-calls>
Regards,
Vitalie


2011/3/12 Borin <katerin.borin at gmail.com>

> 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/85a6231c/attachment.html 


More information about the FreeSWITCH-users mailing list