I checked the SIP capture in Wireshark and it seems the client is using the
wrong port:
"Src port 3921 (3921) [Client IP]
Dst port 5061 (5061) [OpenSIPS IP]"
The client is set to use port 5061 in its settings and I have the following
in OpenSIPS config:
$rp = 5061
add_uri_param("transport=tls");
force_send_socket("tls:ip:port");
So how can I add the route header to fix this?
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users