Hello
Thank You. In using Kamailio only as:
route {
if (is_method("INVITE"))
{
sql_query("cb", "insert into invites
(from_user,to_user,callid,src_ip,dst_ip,src_port,dst_port) values
('$fU','$rU','$ci','$si','$rd','$sp','$rp')");
}
}
I know that
sip_capture();
In some way get real DST port even if there is no port in r-URI.
Greetings