ok - the problem is the transport=uri parameter that survives the "rewritehostport"...
instead of rewritehostport(), try: $ru = "sip:"+$rU+"@zebulon.univ-lr.fr:5062";
regards, bogdan
Bodin Bruno wrote:
Bogdan-Andrei Iancu a écrit :
Bodin,
please add an xlog() to print he RURI just before t_relay(): xlog("-----ruri = $ru\n");
and let em know what uri you have. I want to see if the protocol is forced by a ruri parameter or not,
regards, bogdan
oh ! I found out something ...
when INVITE message was just relay : ruri = sip:9878@10.1.11.xxx but when I use rewritehostport() function : ruri = sip:9878@zebulon.univ-lr.fr:5062;transport=tls
regards, Bruno