<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <pre>Hey there Kamailio Users....</pre>
    <pre>
</pre>
    <pre>I have followed the guidance of:  <a class="moz-txt-link-freetext" href="https://kamailio.org/docs/modules/5.1.x/modules/tm.html">https://kamailio.org/docs/modules/5.1.x/modules/tm.html</a>
</pre>
    <pre>I have created a dial code '8888' and will change the URI and add a few others...
</pre>
    <pre>------------
</pre>
    <pre>request_route {</pre>
    <pre class="programlisting">    if($rU=~"^8888$") {
       seturi(<a class="moz-txt-link-rfc2396E" href="sip:a@example.com">"sip:a@example.com"</a>);
       append_branch(<a class="moz-txt-link-rfc2396E" href="sip:b@example.com">"sip:b@example.com"</a>);
       append_branch(<a class="moz-txt-link-rfc2396E" href="sip:c@example.com">"sip:c@example.com"</a>);
       append_branch(<a class="moz-txt-link-rfc2396E" href="sip:d@example.com">"sip:d@example.com"</a>);
       t_relay();
    }
}
-----------------
</pre>
    <pre>It works great BUT....
</pre>
    <pre>There no PUBLISH events sent out, as a result, no BLFs flash,etc...</pre>
    <pre>Also, no audio on the line when I pick up the phone.
</pre>
    <pre>
If I call the dest directly, everything works as expected..

Any ideas?</pre>
    <pre>
</pre>
    <pre>Jerry
</pre>
  </body>
</html>