<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thanks, Daniel. Now I am left with my basic problem: I cannot get
    notify messages to flow to the watcher phone.<br>
    <br>
    I get PUBLISH packets from the watched phone (1020129), like this:<br>
    PUBLISH <a class="moz-txt-link-abbreviated" href="mailto:sip:1020129@xxx.xxxr.net:5020;transport=UDP">sip:1020129@xxx.xxxr.net:5020;transport=UDP</a> SIP/2.0<br>
    Via: SIP/2.0/UDP
    xxxxxxx9:1026;branch=z9hG4bK-d8754z-c08d813573cc8aa6-1---d8754z-;rport<br>
    Max-Forwards: 70<br>
    Contact: <sip:1020129@xxxxxxxx:1026;transport=UDP><br>
    To: <sip:1020129xxx.xxx.net:5020;transport=UDP><br>
    From: <a class="moz-txt-link-rfc2396E" href="mailto:sip:1020129@xxx.xxxt:5020;transport=UDP"><sip:1020129@xxx.xxxt:5020;transport=UDP></a>;tag=4cda4e77<br>
    Call-ID: ZGE4M2ExMzVjNDc1YzI0NjlhMmYzNjI4ZDc1ODcxNTg.<br>
    CSeq: 5 PUBLISH<br>
    Expires: 600<br>
    Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS,
    INFO, SUBSCRIBE<br>
    Content-Type: application/pidf+xml<br>
    Proxy-Authorization: Digest
username="1020129",realm="proxy.telopar.net",nonce="V6uwDVerruEquthQLaEKIqeGQ2HW9kXG",uri=<a class="moz-txt-link-rfc2396E" href="mailto:sip:1020129@xxx.xxxr.net:5020;transport=UDP">"sip:1020129@xxx.xxxr.net:5020;transport=UDP"</a>,response="a6b1dee9aa0f3de47b51a70e1ad8472d",algorithm=MD5<br>
    SIP-If-Match: a.1470869160.12530.4.2<br>
    Supported: replaces, norefersub, extended-refer, timer,
    X-cisco-serviceuri<br>
    User-Agent: Z 3.3.25608 r25552<br>
    Event: presence<br>
    Allow-Events: presence, kpml<br>
    Content-Length: 282<br>
    <br>
    <?xml version="1.0" encoding="UTF-8"?><br>
    <presence xmlns="urn:ietf:params:xml:ns:pidf"<br>
              entity=<a class="moz-txt-link-rfc2396E" href="mailto:sip:1020129@xxx.xxx.net:5020;transport=UDP">"sip:1020129@xxx.xxx.net:5020;transport=UDP"</a>><br>
      <tuple id="1020129" ><br>
         <status><basic>open</basic></status><br>
         <note>On the phone</note><br>
      </tuple><br>
    </presence><br>
    <br>
    <br>
    but no NOTIFY goes out to the watcher phone. Any ideas?<br>
    <br>
    <br>
    Bill<br>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 08/10/2016 12:53 PM,
      Daniel-Constantin Mierla wrote:<br>
    </div>
    <blockquote
      cite="mid:cd940d1e-5220-25a6-a1d1-41938a82151d@gmail.com"
      type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      <p><br>
      </p>
      <br>
      <div class="moz-cite-prefix">On 09/08/16 17:57, Bill wrote:<br>
      </div>
      <blockquote cite="mid:57A9FD62.4060405@novatrope.us" type="cite">
        <meta content="text/html; charset=utf-8"
          http-equiv="Content-Type">
        Daniel:<br>
        <br>
        Never Mind. Found the source of this problem. Had presence set
        to modparam("presence", "subs_db_mode", 3). Changed it back to 2
        and now the entries persist in the db.<br>
        However, I am still getting the <font color="#ff0000">Could not
          find subs_dialog<font color="#000000"> error.<br>
          </font></font></blockquote>
      That's not really an error -- it is printed as DEBUG message,
      likely for the first time a subscription comes.<br>
      <br>
      Cheers,<br>
      Daniel<br>
      <br>
      <blockquote cite="mid:57A9FD62.4060405@novatrope.us" type="cite"><font
          color="#ff0000"><font color="#000000"> <br>
            Thanks, Bill<br>
          </font></font><br>
        <div class="moz-cite-prefix">On 08/09/2016 12:36 AM,
          Daniel-Constantin Mierla wrote:<br>
        </div>
        <blockquote
          cite="mid:f2f9c0c0-a7fd-cddc-81cb-5e24d297d867@gmail.com"
          type="cite">
          <p>Hello,</p>
          <p>what is the Expires value in the SUBSCRIBE and its
            response? You can also send the pcap file for such case so
            we can check.<br>
          </p>
          Cheers,<br>
          Daniel<br>
          <br>
          <div class="moz-cite-prefix">On 09/08/16 01:26, Bill wrote:<br>
          </div>
          <blockquote cite="mid:57A9150D.1080308@novatrope.us"
            type="cite">
            <meta content="text/html; charset=utf-8"
              http-equiv="Content-Type">
            Still having issues with presence. Now I notice that when
            the watcher phone signs on, it puts an entry in the
            active_watchers table. BUT this entry is deleted in about 15
            seconds. Does anybody know if this is normal???? or what is
            causing it?<br>
            <br>
            Bill<br>
            <br>
            <br>
            <br>
            <div class="moz-cite-prefix">On 08/08/2016 12:12 PM, Bill
              wrote:<br>
            </div>
            <blockquote cite="mid:57A8D98C.3040700@novatrope.us"
              type="cite">
              <meta content="text/html; charset=utf-8"
                http-equiv="Content-Type">
              As a followup to my earlier message, I have also found
              that the pua table in my database is empty. Since I have
              pua activated and db_mode set to 2 (see config file
              below), I don't understand why I am not getting any
              entries in the pua table. And I wonder if this is related
              to the lack of notify's that I am seeing. Anybody?<br>
              <br>
              <div class="moz-cite-prefix">On 08/06/2016 10:35 AM, Bill
                wrote:<br>
              </div>
              <blockquote cite="mid:57A61FFD.2080201@novatrope.us"
                type="cite">
                <meta content="text/html; charset=utf-8"
                  http-equiv="Content-Type">
                We have tried all of your suggestions, but still not
                getting any light changes on the watcher.<br>
                The basic problem seems to be that the watched phone
                sends PUBLISH packets to the server, but the server does
                not send NOTIFY packets to the watcher phone.<br>
                We are seeing the following error in the logs every time
                the watched phone changes status:<br>
                <br>
                <font color="#ff0000">DEBUG: presence [notify.c:1263]:
                  publ_notify(): Could not find subs_dialog</font></blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
        <br>
      </blockquote>
      <br>
      <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.kamailio.org">http://www.kamailio.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://twitter.com/#%21/miconda">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
    </blockquote>
    <br>
  </body>
</html>