[Freeswitch-users] Freeswitch not falling back to digest auth

Garey Arrington gareyarrington at yahoo.com
Thu Mar 14 10:48:51 MSK 2013


First of all let me say I am new to freeswitch.  I am working with a bluebox server and I am having problems with registrations and a few other things.  First thing I need to figure out is why I can't get freeswitch to user digest authentication.

When attempting to register I get the following:

 2013-03-14 07:39:19.886136 [WARNING] sofia_reg.c:1940 IP xxx.xxx.xxx.xxx Rejected by register acl "net_list_5"


The phone will not register.  Here is my acl.conf.xml:

<?xml version="1.0"?>
<include>
  <configuration name="acl.conf">
    <network-lists>
      <list name="net_list_1" default="deny"/>
      <list name="net_list_2" default="deny"/>
      <list name="net_list_3" default="deny"/>
      <list name="net_list_4" default="deny"/>
      <list name="net_list_5" default="allow"/>
      <list name="net_list_6" default="allow">
        <node bluebox="net_list_item_1" type="allow" cidr="0.0.0.0/0"/>
      </list>
      <list name="net_list_7" default="deny">
        <node bluebox="net_list_item_2" type="allow" cidr="173.208.83.50/32"/>
      </list>
    </network-lists>
  </configuration>
</include>


I really need some guidance here, I am not sure where to go from here.  I can't seem to find this particular issue documented anywhere.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20130314/ad4c697e/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list