[OpenSIPS-Users] Issue in VIA Header
B. Buitenhuis
bernard at buitenhuis.nu
Sat Apr 12 00:09:49 CEST 2014
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20140411/f7519d71/attachment.htm>
More information about the Users
mailing list