<html><body><div>I'm seeing something odd with the address table loading in 1.6.3<br><br>The scenario is that I'm writing values directly into the address table then running a script periodically that runs an opensipsctl fifo address_reload command.<br><br>When I do a dump I see something like this:<br><br>&nbsp; 35 &lt;1.1.1.1,32, 0, 0, ^sip:.*$, NULL&gt;<br>&nbsp; 22 &lt;1.1.1.2,32, 0, 0, ^sip:.*$, NULL&gt;<br>&nbsp; 81 &lt;1.1.1.3,32, 0, 0, ^sip:.*$, NULL&gt;<br>&nbsp; 81 &lt;1.1.1.4,32, 0, 0, ^sip:.*$, NULL&gt;<br>&nbsp; 56 &lt;1.1.1.5,32, 0, 0, ^sip:.*$, NULL&gt;<br><br>I'm not sure what that first column is but it's not the record ID in the DB and the two IPs that have the same number, in this case "81" fail the following check in the config with the following error output<br><br>Snippet: &nbsp; <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; get_source_group("$var(group)");<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ($var(group) == "32")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br><br>Error:<br><br><span dir="ltr" id=":f">sip01 /usr/local/sbin/opensips[12418]: DBG:permissions:get_source_group: Looking for &lt;</span><span dir="ltr" id=":f">872avbc</span><span dir="ltr" id=":f">, 5060&gt; in address table<br>Oct &nbsp;8 16:37:33 sip01 /usr/local/sbin/opensips[12418]: DBG:permissions:get_source_group: Found &lt;-1&gt;<br>Oct &nbsp;8 16:37:33 sip01 /usr/local/sbin/opensips[12418]: DBG:permissions:get_source_group: Looking for &lt;872avbc, 5060&gt; in subnet table<br>Oct &nbsp;8 16:37:33 sip01 /usr/local/sbin/opensips[12418]: DBG:permissions:get_source_group: Found &lt;-1&gt;</span><br><br>I've changed the hex values to mask the IPs but what gets returned translates to the inverse of the IP sending the call EX: 2.1.1.1<br><br>If I remove one of the addresses with the same ID and reload everything works, if I add it back and reload, it gets issued the same number "81" then breaks <br><br>Thanks in advance for your help.<br _mce_bogus="1"></div></body></html>