[Freeswitch-users] LAN being blocked
Joli Martinez
mrjoli021 at gmail.com
Sat Jul 11 23:35:39 MSD 2015
Hello,
I have installed Freeswitch and fusionPBX. My LAN network is 192.168.21.0/24. PBX is 250. I am trying to register a phone to Freeswitch. When I do tcpdump on the LAN interface on port 5060, I see traffic hitting the box from the phone, but on the Freeswitch CLI I see nothing. I am assuming an ACL is blocking the traffic. Where can I allow the LAN side to register?
I have tried the acl.xml and added the following and it still doesn't work. After I did this I reloaded the ACL and also restarted FS.
<list name="lan" default="allow">
<!-- <node type="deny" cidr="192.168.21.0/24"/> -->
<node type="allow" cidr="192.168.21.0/24"/>
</list>
<!--
This will traverse the directory adding all users
with the cidr= tag to this ACL, when this ACL matches
the users variables and params apply as if they
digest authenticated.
-->
<list name="domains" default="deny">
<!-- domain= is special it scans the domain from the directory to build the ACL -->
<node type="allow" domain="$${domain}"/>
<node type="allow" cidr="192.168.21.1/32"/>
<!-- use cidr= if you wish to allow ip ranges to this domains acl. -->
<node type="allow" cidr="192.168.21.0/24"/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150711/d95b5ac7/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list