Hi All

 

I have the following dialog module setup

 

# ----- Dialog -----------

modparam("dialog", "db_url","mysql://openser:xxxxxxxxxxxxx@localhost/openser")

modparam("dialog", "db_mode", 1)

modparam("dialog", "dlg_flag", 4)

modparam("dialog", "enable_stats", 1)

modparam("dialog", "rr_param", "did")

 

If I execute

 

/usr/local/sbin/openserctl fifo dlg_list

 

I get the dialogs that are taking place. However there is nothing written into the database even for calls longer than 2 minute

 

Anything I missed here?

Thanks