I have the same problem with some UAC.<div>To resolve that issue I added this to my config:</div><div><br></div><div><div>        if($ua =~ &quot;(dlink)|(MP204)&quot;)</div><div>        {</div><div>                if (!save(&quot;location&quot;,&quot;rp1&quot;))</div>
<div>                {</div><div>                        sl_reply_error();</div><div>                        exit;</div><div>                }</div><div>                append_to_reply(&quot;Contact: $ct;expires=$hdr(Expires)\r\n&quot;);</div>
<div>                sl_send_reply(&quot;200&quot;,&quot;OK&quot;);</div><div>        }</div><div>        else</div><div>        {</div><div>                if(!save(&quot;location&quot;))</div><div>                {</div>
<div>                        xlog(&quot;L_ERR&quot;, &quot;[02] Saving contact failed - M=$rm RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n&quot;);</div><div>                        sl_reply_error();</div><div>                        exit;</div>
<div>                }</div><div>        }</div><br><div class="gmail_quote">On Mon, Oct 31, 2011 at 10:23 PM, osiris123d <span dir="ltr">&lt;<a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">The main reason that brought about this post is that for some reason my<br>
devices are registering and for some reason I have multiple Location<br>
entries.  Those extra entries seem to make weird things happen like multiple<br>
dialogs when a call is made.  Or just extra overhead because multiple SIP<br>
messages are being sent out.  I&#39;m not sure why I am all of the sudden<br>
getting multiple registration entries but it would be good if you could<br>
limit the entries somehow other then by MAX number or IP.<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/Restricting-Max-Contacts-but-allowing-Softphone-tp6932665p6949458.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/Restricting-Max-Contacts-but-allowing-Softphone-tp6932665p6949458.html</a><br>

Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>