[Freeswitch-users] Understanding ACLs
Gavin Henry
gavin.henry at gmail.com
Fri Oct 17 08:44:53 PDT 2008
Hi,
Can someone help me undertand domain ACLs?
I'm forwarding a call to number at mydomain and FS is giving:
2008-10-17 16:37:39 [DEBUG] sofia.c:3134 sofia_handle_sip_i_invite()
IP 193.111.201.114 Rejected by acl domains. Falling back to Digest
auth.
I have:
<configuration name="acl.conf" description="Network Lists">
<network-lists>
<!-- These are our VoIP providers IPs -->
<list name="strict" default="allow">
<node type="allow" cidr="193.111.200.0/23"/>
<node type="allow" cidr="193.84.87.60/24"/>
<node type="allow" cidr="213.166.5.128/28"/>
<node type="allow" cidr="87.238.72.128/26"/>
<node type="allow" cidr="194.195.189.0/23"/>
<node type="allow" cidr="79.135.125.0/25"/>
</list>
<list name="domains" default="deny">
<node type="allow" domain="$${domain}"/>
</list>
</network-lists>
</configuration>
More information about the FreeSWITCH-users
mailing list