<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 "domains"<br><br><b>Here is the contents of my ACL:</b><br>
<br><span style="color: rgb(51, 51, 255);"><configuration name="acl.conf" description="Network Lists"></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <network-lists></span><br style="color: rgb(51, 51, 255);">
<br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <list name="lan" default="allow"></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <node type="allow" cidr="<a href="http://192.168.0.250/32">192.168.0.250/32</a>"/></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> </list></span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <list name="domains" default="deny"></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> <node type="allow" domain="$${domain}"/></span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> <node type="allow" domain="<a href="http://192.168.0.250/32">192.168.0.250/32</a>"/></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"> </list></span><br style="color: rgb(51, 51, 255);"><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);"> </network-lists></span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);"></configuration></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>