<p dir="ltr">What do you see in &quot;sofia status&quot; output? It should list the IP addresses and ports where it binds.</p>
<p dir="ltr">Also &quot;netstat -an&quot; is useful for troubleshooting.</p>
<div class="gmail_quote">On Jul 11, 2015 9:37 PM, &quot;Joli Martinez&quot; &lt;<a href="mailto:mrjoli021@gmail.com">mrjoli021@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hello,<div><br></div><div>I have installed Freeswitch and fusionPBX.  My LAN network is <a href="http://192.168.21.0/24" target="_blank">192.168.21.0/24</a>.  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?</div><div><br></div><div>I have tried the acl.xml and added the following and it still doesn&#39;t work.  After I did this I reloaded the ACL and also restarted FS.</div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(189,50,27);background-color:rgb(255,245,152)"><span style="color:#25b3c0">&lt;list </span><span style="color:#27b41c">name</span><span style="color:#000000">=</span>&quot;lan&quot;<span style="color:#25b3c0"> </span><span style="color:#27b41c">default</span><span style="color:#000000">=</span>&quot;allow&quot;<span style="color:#25b3c0">&gt;</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(77,44,220);background-color:rgb(255,245,152)"><span style="color:#000000">      </span>&lt;!-- &lt;node type=&quot;deny&quot; cidr=&quot;<a href="http://192.168.21.0/24" target="_blank">192.168.21.0/24</a>&quot;/&gt; --&gt;</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(189,50,27);background-color:rgb(255,245,152)"><span style="color:#000000">      </span><span style="color:#25b3c0">&lt;node </span><span style="color:#27b41c">type</span><span style="color:#000000">=</span>&quot;allow&quot;<span style="color:#25b3c0"> </span><span style="color:#27b41c">cidr</span><span style="color:#000000">=</span>&quot;<a href="http://192.168.21.0/24" target="_blank">192.168.21.0/24</a>&quot;<span style="color:#25b3c0">/&gt;</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(37,179,192);background-color:rgb(255,245,152)"><span style="color:#000000">    </span>&lt;/list&gt;</div><div style="margin:0px;font-size:11px;font-family:Menlo;background-color:rgb(255,245,152);min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo;background-color:rgb(255,245,152)">    <span style="color:#4d2cdc">&lt;!--</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(77,44,220);background-color:rgb(255,245,152)">        This will traverse the directory adding all users </div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(77,44,220);background-color:rgb(255,245,152)">        with the cidr= tag to this ACL, when this ACL matches</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(77,44,220);background-color:rgb(255,245,152)">        the users variables and params apply as if they </div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(77,44,220);background-color:rgb(255,245,152)">        digest authenticated.</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(77,44,220);background-color:rgb(255,245,152)">    --&gt;</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(189,50,27);background-color:rgb(255,245,152)"><span style="color:#000000">    </span><span style="color:#25b3c0">&lt;list </span><span style="color:#27b41c">name</span><span style="color:#000000">=</span>&quot;domains&quot;<span style="color:#25b3c0"> </span><span style="color:#27b41c">default</span><span style="color:#000000">=</span>&quot;deny&quot;<span style="color:#25b3c0">&gt;</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(77,44,220);background-color:rgb(255,245,152)"><span style="color:#000000">      </span>&lt;!-- domain= is special it scans the domain from the directory to build the ACL --&gt;</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(189,50,27);background-color:rgb(255,245,152)"><span style="color:#000000">      </span><span style="color:#25b3c0">&lt;node </span><span style="color:#27b41c">type</span><span style="color:#000000">=</span>&quot;allow&quot;<span style="color:#25b3c0"> </span><span style="color:#27b41c">domain</span><span style="color:#000000">=</span>&quot;$${domain}&quot;<span style="color:#25b3c0">/&gt;</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(189,50,27);background-color:rgb(255,245,152)"><span style="color:#000000">      </span><span style="color:#25b3c0">&lt;node </span><span style="color:#27b41c">type</span><span style="color:#000000">=</span>&quot;allow&quot;<span style="color:#25b3c0"> </span><span style="color:#27b41c">cidr</span><span style="color:#000000">=</span>&quot;<a href="http://192.168.21.1/32" target="_blank">192.168.21.1/32</a>&quot;<span style="color:#25b3c0">/&gt;</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(77,44,220);background-color:rgb(255,245,152)"><span style="color:#000000">      </span>&lt;!-- use cidr= if you wish to allow ip ranges to this domains acl. --&gt;</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(189,50,27);background-color:rgb(255,245,152)"><span style="color:#000000">      </span><span style="color:#25b3c0">&lt;node </span><span style="color:#27b41c">type</span><span style="color:#000000">=</span>&quot;allow&quot;<span style="color:#25b3c0"> </span><span style="color:#27b41c">cidr</span><span style="color:#000000">=</span>&quot;<a href="http://192.168.21.0/24" target="_blank">192.168.21.0/24</a>&quot;<span style="color:#25b3c0">/&gt;</span></div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div>