<div dir="ltr"><div dir="ltr">Can you attach a sip subscribe message and json payload ($rb) which you expect to send a notify to the subscribe? </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 8, 2021 at 11:49 AM Jerry Kendall <<a href="mailto:Jerry.Kendall@bishophosting.com">Jerry.Kendall@bishophosting.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p>Hey there,<br>
    </p>
    <p><br>
    </p>
    <p>I have this, as per documentation, that I assume is going to push
      out the publish events real-time as that is what the docs
      indicate...</p>
    <p>===<br>
    </p>
    <p>event_route[xhttp:request] {
    </p>
    <pre> $var(call-id) = $(rb{json.parse,Call-ID});
        if ($(rb{json.parse,Event-Package}) == "dialog") {
                xlog("L_INFO", "$var(call-id)|log|received $(rb{json.parse,Event-Package}) update for $(rb{json.parse,From})");
                pua_json_publish($rb);
        }
}

===

Problem is, it does NOT send out a notification - the BLFs do not change UNTIL the devices do a re-subscribe....

Does anyone know what I am missing?


Thanks In Advance....
Jerry
</pre>
  </div>

__________________________________________________________<br>
Kamailio - Users Mailing List - Non Commercial Discussions<br>
  * <a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
Important: keep the mailing list in the recipients, do not reply only to the sender!<br>
Edit mailing list options or unsubscribe:<br>
  * <a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div></div>