Hey all,
thanks for all your advices.
I changed the route as you told me, but still nothing in DB table "dialog"... :(
The XLOG message you suggested (see below) says the following:
INFO: <script>: Completed <null> to <null> - <null> duration 5(15060)
So it seems that the variables don't have any value...
Any ideas why???
Thank you!
Regards,
Nicolas
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"); } }