<p>Can the values in the AVPOPS be IP:PORT or just IPs. </p>
<div class="gmail_quote">On Oct 27, 2011 7:03 AM, &quot;Vlad Paiu&quot; &lt;<a href="mailto:vladpaiu@opensips.org">vladpaiu@opensips.org</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<u></u>

  
    
  
  <div bgcolor="#ffffff" text="#000000">
    Hello,<br>
    <br>
    The docs pretty much says it all. &quot; This function returns true if
    there are any other contacts registered, different from the ones
    from the IPs avp.&quot;<br>
    <br>
    The function receives an AVP, but a single AVP does not mean a
    single value, as AVPs are a stack of values. So if you keep pushing
    IPs into an AVP and pass that AVP to the is_other_contact func, it
    will return true if, for the particular AOR in the Register message,
    there are Contacts registered from other IPs  than the ones passes
    in the AVP.<br>
    <br>
    Regards,<br>
    <pre cols="72">Vlad Paiu
OpenSIPS Developer</pre>
    <br>
    On 10/27/2011 02:54 PM, Duane Larson wrote:
    <blockquote type="cite">
      <p>I looked at that function but wasn&#39;t really sure about what
        value should gobim the AVPOPS.  And also want that AVPOPS is
        compared too?</p>
      <div class="gmail_quote">On Oct 27, 2011 6:13 AM, &quot;Vlad Paiu&quot; &lt;<a href="mailto:vladpaiu@opensips.org" target="_blank">vladpaiu@opensips.org</a>&gt;
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
          <div bgcolor="#ffffff" text="#000000"> Hello,<br>
            <br>
            Just an idea, maybe you can use the is_other_contact()
            function exported by the registrar module [1], and somehow
            differentiate at IP level the Deskphone from the Softphone,
            and reject registrations based on the func&#39;s result. Though
            I&#39;m not really sure if this is possible in your case...<br>
            <br>
            [1] <a href="http://www.opensips.org/html/docs/modules/devel/registrar.html#id293043" target="_blank">http://www.opensips.org/html/docs/modules/devel/registrar.html#id293043</a><br>
            <br>
            Regards,<br>
            <pre cols="72">Vlad Paiu
OpenSIPS Developer</pre>
            <br>
            On 10/26/2011 10:54 PM, <a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a>
            wrote:
            <blockquote type="cite">I was wondering if it was possible
              to do the following scenario<br>
              <br>
              I want to make sure that DeskphoneA can only have one
              contact entry in the Location table but that contact entry
              has to be the most up-to-date in case the deskphone loses
              power or internet connectivity. Therefore I need to use
              the &quot;f&quot; flag in the save() function. I would also like for
              a SoftphoneA to be able to register and have a contact
              entry that is the most up-to-date in case the softphone
              laptop loses power or internet connectivity.<br>
              <br>
              How can I achieve this? If I do save(&quot;location&quot;,&quot;fc2&quot;)
              then this might allow for DeskphoneA and SoftphoneA to be
              registered at the same time, but there is no guarantee
              that the deskphone won&#39;t overwrite the softphone and vice
              versa.
              <pre><fieldset></fieldset>
_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
            </blockquote>
          </div>
          <br>
          _______________________________________________<br>
          Users mailing list<br>
          <a href="mailto:Users@lists.opensips.org" target="_blank">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>
          <br>
        </blockquote>
      </div>
      <pre>
<fieldset></fieldset>
_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </div>

<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>
<br></blockquote></div>