[Freeswitch-users] ACL issue

Kevin Golding kevin at kgolding.co.uk
Mon Aug 10 16:36:02 PDT 2009


Hello,

Am in the progress of setting up a test freeswitch box. Have got
internal extensions working, along with an outgoing gateway.

My issue is getting the incoming calls.

The error I'm getting is: "2009-08-10 21:47:42 [DEBUG] sofia.c:3785
sofia_handle_sip_i_invite() IP 213.166.5.129 Rejected by acl "domains".
Falling back to Digest auth."

After reading the docs, I believed I needed to add the 213.166.5.129 IP
to the "domains" list, but alas I could not find such a list by default.
It appears I was missing an acl.conf.xml file. I have created a new
acl.conf.xml file, and have put the following in it:

<configuration name="acl.conf" description="Network Lists">
   <network-lists>
     <list name="domains" value="allow">
         <node type="allow" domain="$${domain}"/>
         <node type="allow" domain="213.166.5.128/28"/>
         <node type="allow" domain="87.238.72.128/26"/>
     </list>
   </network-lists>
</configuration>

But I am still getting the same error for an incoming call.

Best regards,
--
Kevin Golding




More information about the FreeSWITCH-users mailing list