Hello,
I'm trying to get dialog module working..
...my problem is that nothing is stored in the database in table "dialog" yet. I'm looking for CDRs there...
Can anyone please help me, so that I can see the CDRs in the database!???
I inserted in kamailio.cfg:
[...]
loadmodule "dialog.so"
[...]
modparam("dialog", "db_url", "mysql://XXX:XXX@localhost/openser") modparam("dialog", "db_mode", 1) modparam("dialog", "dlg_flag", 4) modparam("dialog", "dlg_match_mode", 1)
[...]
route { if (is_method("INVITE")) { dlg_manage(); } }
[...]
I'm actually not sure what "dlg_flag" is good for, but kamailio doesn't start without.
Thanks for your help...
Regards,
Nicolas