This didn&#39;t work.  I would still like to see if it is possible to Restrict via User-Agent and Max Contacts so that you could allow a Deskhome and a Softphone register with a Max of 1 per User-Agent or something like that.<br /><br /><br /><br />On , ccppprogrammer &lt;ccppprogrammer@gmail.com&gt; wrote:<br />&gt; I have the same problem with some UAC.To resolve that issue I added this to my config:<br />&gt; <br />&gt; <br />&gt;         if($ua =~ &quot;(dlink)|(MP204)&quot;)<br />&gt;         {<br />&gt;                 if (!save(&quot;location&quot;,&quot;rp1&quot;))<br />&gt; <br />&gt;                 {<br />&gt;                         sl_reply_error();<br />&gt;                         exit;<br />&gt;                 }<br />&gt;                 append_to_reply(&quot;Contact: $ct;expires=$hdr(Expires)\r\n&quot;);<br />&gt; <br />&gt;                 sl_send_reply(&quot;200&quot;,&quot;OK&quot;);<br />&gt;         }<br />&gt;         else<br />&gt;         {<br />&gt;                 if(!save(&quot;location&quot;))<br />&gt;                 {<br />&gt; <br />&gt;                         xlog(&quot;L_ERR&quot;, &quot;[02] Saving contact failed - M=$rm RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n&quot;);<br />&gt;                         sl_reply_error();<br />&gt;                         exit;<br />&gt; <br />&gt;                 }<br />&gt;         }<br />&gt; <br />&gt; On Mon, Oct 31, 2011 at 10:23 PM, osiris123d duane.larson@gmail.com&gt; wrote:<br />&gt; <br />&gt; The main reason that brought about this post is that for some reason my<br />&gt; <br />&gt; devices are registering and for some reason I have multiple Location<br />&gt; <br />&gt; entries.  Those extra entries seem to make weird things happen like multiple<br />&gt; <br />&gt; dialogs when a call is made.  Or just extra overhead because multiple SIP<br />&gt; <br />&gt; messages are being sent out.  I&#39;m not sure why I am all of the sudden<br />&gt; <br />&gt; getting multiple registration entries but it would be good if you could<br />&gt; <br />&gt; limit the entries somehow other then by MAX number or IP.<br />&gt; <br />&gt; <br />&gt; <br />&gt; --<br />&gt; <br />&gt; View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/Restricting-Max-Contacts-but-allowing-Softphone-tp6932665p6949458.html<br />&gt; <br />&gt; <br />&gt; Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; _______________________________________________<br />&gt; <br />&gt; Users mailing list<br />&gt; <br />&gt; Users@lists.opensips.org<br />&gt; <br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users<br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt; <br />&gt;