Pre-Submission Checklist

Type Of Change

Checklist:

Description

This PR Fixes a bug where logging shows a truncated command instead of the original one.

Original query in .cfg: sql_query("ca", "UPDATE dialog SET timeout = timeout + 1 WHERE callid = '$ci' AND timeout > 0;

logged error before fix:

sql_do_query(): cannot do the query [UPDATE dialog SET timeout = timeout + 1 WHERE callid = 'al@there]

logged error after fix:

sql_do_query(): cannot do the query [UPDATE dialog SET timeout = timeout + 1 WHERE callid = 'al@there.com AND timeout > 0;]


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3903

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3903@github.com>