<b>I am getting this error sending calls from my Kamailio box on 192.168.0.250.</b><br><br>2011-01-03 14:22:49.930896 [WARNING] sofia.c:6369 IP 192.168.0.250 Rejected by acl &quot;domains&quot;<br><br><b>Here is the contents of my ACL:</b><br>
<br><span style="color: rgb(51, 51, 255);">&lt;configuration name=&quot;acl.conf&quot; description=&quot;Network Lists&quot;&gt;</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">  &lt;network-lists&gt;</span><br style="color: rgb(51, 51, 255);">
<br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">    &lt;list name=&quot;lan&quot; default=&quot;allow&quot;&gt;</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">      &lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://192.168.0.250/32">192.168.0.250/32</a>&quot;/&gt;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">    &lt;/list&gt;</span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">    &lt;list name=&quot;domains&quot; default=&quot;deny&quot;&gt;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">        &lt;node type=&quot;allow&quot; domain=&quot;$${domain}&quot;/&gt;</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">        &lt;node type=&quot;allow&quot; domain=&quot;<a href="http://192.168.0.250/32">192.168.0.250/32</a>&quot;/&gt;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">    &lt;/list&gt;</span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">  &lt;/network-lists&gt;</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">&lt;/configuration&gt;</span><br><br><b>I do not understand why calls from this machine are being rejected. Kamailio and Freeswitch are on the same machine sharing the same IP. Any ideas what I am missing?</b><br>