Hi All,

 

I was attempting to switch from UDP to TCP for relaying.  I used t_relay_to_tcp() instead of t_relay() =>

 

if (!t_relay_to_tcp()) {

       sl_reply_error();

}

 

The problem is that I am still seeing the SIP messages as UDP on the Server that the messages are relayed to.  Any Ideas?

 

Thank you,

Steve