[Freeswitch-users] Accepting SIP Calls from unregistered devices
Brian West
brian at freeswitch.org
Fri Oct 10 12:47:34 PDT 2008
Well removing it off the sofia profile is optimal since you're going
to mix half open half authed.
/b
On Oct 10, 2008, at 2:45 PM, Klaus Teller wrote:
> Great, thanks for the support. I've changed acl.conf.xml in the
> following way:
>
> <list name="domains" default="deny">
> <node type="allow" domain="$${domain}"/>
> </list>
>
> into
>
> <list name="domains" default="allow">
> <node type="allow" domain="$${domain}"/>
> </list>
>
>
> Regards,
>
> Klaus.
More information about the FreeSWITCH-users
mailing list