[Freeswitch-users] Adding a New User

Christian Benke benkokakao at gmail.com
Tue Jun 14 18:21:19 MSD 2011


On 14 June 2011 16:06, ankIT WALiA <ankitwalia4u at gmail.com> wrote:
> Thanks for responding Christian!!!
>
> I am only having one network device.
>
> Just to try my luck, I even tried setting the local_ip_v4 after your
> suggestion. Still, the same issue :-(

Add a cidr-parameter to the user-configuration in
conf/directory/default/ like that:

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


Background:

conf/sip_profiles/internal.xml is the sip-profile authenticating the
directory-users, there you have a setting

<param name="apply-inbound-acl" value="domains"/>

The "domains"-acl is set in conf/autoload_configs/acl.conf.xml:

<list name="domains" default="deny">
      <node type="allow" domain="$${domain}"/>
</list>

Best regards,
Christian



More information about the FreeSWITCH-users mailing list