Hey there Kamailio Users....

I have followed the guidance of:  
https://kamailio.org/docs/modules/5.1.x/modules/tm.html

I have created a dial code '8888' and will change the URI and add a few 
others...

------------

request_route {

    if($rU=~"^8888$") {
       seturi("sip:[email protected]");
       append_branch("sip:[email protected]");
       append_branch("sip:[email protected]");
       append_branch("sip:[email protected]");
       t_relay();
    }
}
-----------------

It works great BUT....

There no PUBLISH events sent out, as a result, no BLFs flash,etc...

Also, no audio on the line when I pick up the phone.

If I call the dest directly, everything works as expected..

Any ideas?

Jerry

__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions
  * [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!
Edit mailing list options or unsubscribe:
  * https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to