Re: [OpenSIPS-Devel] [opensips] dlg_id of dialog to update not set before executing UPDATE (#310)

2014-08-21 Thread Liviu Chircu
Thank you for the detailed report, Mickael! Fixed on trunk (0ad3e4f) and backported to 1.11 and 1.10. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/310#issuecomment-52943584___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] dlg_id of dialog to update not set before executing UPDATE (#310)

2014-08-21 Thread Liviu Chircu
Closed #310. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/310#event-155637530___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [opensips] dlg_id of dialog to update not set before executing UPDATE (#310)

2014-08-20 Thread miko95
Hi, In function update_dialog_dbinfo (see dlg_db_handler.c), the dlg_id is not set before issuing the UPDATE statement. The type is set to DB_BIGINT using the VAL_TYPE macro, but the value is not set. } else if (cell-flags DLG_FLAG_VP_CHANGED) { VAL_TYPE(values) = DB_BIGINT;