search for: fixed_nated_contact

Displaying 1 result from an estimated 1 matches for "fixed_nated_contact".

2005 Jan 25
1
SER Prob
...nt from the IP in the via header and also # #sees if the IP address in the contact header is private # if (nat_uac_test("3")){ # if (method == "REGISTER" || ! search("^Record-Route:")){ # log("Log: Someone trying to register from private IP,rewriting\n"); # # fixed_nated_contact(); #Rewrite contact with source IP # if (method == "INVITE"){ # fix_nated_sdp("1"); #Add direction=active to SDP # }; # force_rport(); # Add rport parameter to topmost Via # setflag(6); # Mark as Nated # }; # }; ###################End##################### # we record-route all...