<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <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 class="programlisting">        $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>
  </body>
</html>