Hello,
I'm facing the same problem as:
https://github.com/OpenSIPS/opensips/issues/190
When I look at a wireshark, I see the following in the VIA header:
Via: SIP/2.0/UDP
\000\000\000\000\000\000\000\000\000\000\000\000\000:5060;branch=z9hG4bK9414.22d66c76.0
As far as I can see it's only with the CANCEL method, in the config it looks
like:
if (method=="CANCEL")
{
set_advertised_address(185.XX.XX.XX);
route("PROCESS_RTP_PROXY");
unforce_rtp_proxy();
if (t_check_trans())
t_relay();
exit;
}
I've tested it with 1.8.3 and 1.10.1
Does anyone has this same problem?
Regards,
Bernard Buitenhuis
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users