View previous topic :: View next topic |
Author |
Message |
gavin.henry at gmail.com Guest
|
Posted: Fri Oct 17, 2008 10:51 am Post subject: [Freeswitch-users] Understanding ACLs |
|
|
Hi,
Can someone help me undertand domain ACLs?
I'm forwarding a call to number@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>
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Fri Oct 17, 2008 11:04 am Post subject: [Freeswitch-users] Understanding ACLs |
|
|
Open up the sip profile and make sure you apply the correct ACL and
it'll work.
/b
On Oct 17, 2008, at 8:44 AM, Gavin Henry wrote:
Quote: | Hi,
Can someone help me undertand domain ACLs?
I'm forwarding a call to number@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.
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
mcollins at fcnetwork.com Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Fri Oct 17, 2008 12:08 pm Post subject: [Freeswitch-users] Understanding ACLs |
|
|
That would be it... I need to add to that now.
/b
On Oct 17, 2008, at 9:59 AM, Michael Collins wrote:
|
|
Back to top |
|
|
gavin.henry at gmail.com Guest
|
|
Back to top |
|
|
|