<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello,<br>
    <br>
    The docs pretty much says it all. " This function returns true if
    there are any other contacts registered, different from the ones
    from the IPs avp."<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&nbsp; than the ones passes
    in the AVP.<br>
    <br>
    Regards,<br>
    <pre class="moz-signature" cols="72">Vlad Paiu
OpenSIPS Developer</pre>
    <br>
    On 10/27/2011 02:54 PM, Duane Larson wrote:
    <blockquote
cite="mid:CAFcM1EqwJy6OfWEAAwrXgDEgCKpMauYaGacfahzwRAZ_r++OpA@mail.gmail.com"
      type="cite">
      <p>I looked at that function but wasn't really sure about what
        value should gobim the AVPOPS.&nbsp; And also want that AVPOPS is
        compared too?</p>
      <div class="gmail_quote">On Oct 27, 2011 6:13 AM, "Vlad Paiu" &lt;<a
          moz-do-not-send="true" href="mailto:vladpaiu@opensips.org">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's result. Though
            I'm not really sure if this is possible in your case...<br>
            <br>
            [1] <a moz-do-not-send="true"
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 moz-do-not-send="true"
              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 "f" 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("location","fc2")
              then this might allow for DeskphoneA and SoftphoneA to be
              registered at the same time, but there is no guarantee
              that the deskphone won't overwrite the softphone and vice
              versa.
              <pre><fieldset></fieldset>
_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a moz-do-not-send="true" 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 moz-do-not-send="true"
            href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
          <a moz-do-not-send="true"
            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 wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
  </body>
</html>