kamailio-101-tutorial icon indicating copy to clipboard operation
kamailio-101-tutorial copied to clipboard

$tu instead of $ru

Open webstean opened this issue 5 years ago • 0 comments

Thanks for this Nick but:-

if(is_method("INVITE") && ($rU == "000" or $tU == "112" or $tU == "116"))

is a simple typo or something more indepth, ie shouldn't it be:-

if(is_method("INVITE") && ($tU == "000" or $tU == "112" or $tU == "116"))

webstean avatar Aug 24 '20 23:08 webstean