[sr-dev] git:master:6138877f: siptrace: log correct dialog event
Henning Westerholt
hw at skalatan.de
Thu Mar 12 18:08:39 CET 2020
Module: kamailio
Branch: master
Commit: 6138877fcabfa579fb243c33b2bdde5d6a862668
URL: https://github.com/kamailio/kamailio/commit/6138877fcabfa579fb243c33b2bdde5d6a862668
Author: Bastian Triller <bastian.triller at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-03-12T18:08:31+01:00
siptrace: log correct dialog event
---
Modified: src/modules/siptrace/siptrace.c
---
Diff: https://github.com/kamailio/kamailio/commit/6138877fcabfa579fb243c33b2bdde5d6a862668.diff
Patch: https://github.com/kamailio/kamailio/commit/6138877fcabfa579fb243c33b2bdde5d6a862668.patch
---
diff --git a/src/modules/siptrace/siptrace.c b/src/modules/siptrace/siptrace.c
index 20603259ff..eb18085c90 100644
--- a/src/modules/siptrace/siptrace.c
+++ b/src/modules/siptrace/siptrace.c
@@ -1909,7 +1909,7 @@ static void trace_dialog(struct dlg_cell* dlg, int type, struct dlg_cb_params *p
if(dlgb.register_dlgcb(dlg, DLGCB_REQ_WITHIN,
trace_dialog_transaction, xavp->val.v.vptr, 0) != 0) {
- LM_ERR("Failed to register DLGCB_TERMINATED callback!\n");
+ LM_ERR("Failed to register DLGCB_REQ_WITHIN callback!\n");
return;
}
More information about the sr-dev
mailing list