Timo & Ovidiu,
Yes, you are correct. Thanks!
So, hopefully this is better:
route { # Initial invite only if (is_method("INVITE") && (! has_totag() ) ) { dlg_manage(); }
if (is_method("BYE")) { xlog ("L_INFO", "Completed $dlg(from_uri) to $dlg(to_uri) - $DLG_lifetime duration"); } }