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

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to