[OpenSIPS-Users] dialog only written to DB for answered calls

Kingsley Tart kingsley at dns99.co.uk
Fri Jun 11 10:23:45 EST 2021


Hi,

I have the dialog module set to do delayed DB updates every 2 seconds,
but dialogs don't get written to the DB unless a call is answered.
However, "opensips-cli -x mi dlg_list" shows dialogs where the remote
end is still ringing.


I have these settings for the dialog module:

loadmodule "dialog.so"
modparam("dialog", "db_url", "mysql://opensips:BLAH@BLAH/opensips")
modparam("dialog", "db_mode", 2)
modparam("dialog", "db_update_period", 2)
modparam("dialog", "dlg_match_mode", 1)
modparam("dialog", "options_ping_interval", 30)


Is it possible to get the dialog module to write ALL dialogs into the
DB, not just ones where the call has been answered?

This is OpenSIPS 3.1.2.

Cheers,
Kingsley.




More information about the Users mailing list