[Freeswitch-users] trunk without authentication
Borin
katerin.borin at gmail.com
Sat Mar 12 23:39:21 MSK 2011
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110312/b187a4d3/attachment.html
More information about the FreeSWITCH-users
mailing list