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.


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to