Hello all,
I would like to report a vulnerability, more specifically a remote heap
buffer overflow. Should I report it in this mailing list or somewhere
else like the issue tracker in github?
Thank you,
Stelios Tsampas
IT Security Researcher
CENSUS S.A.
Module: kamailio
Branch: master
Commit: 0328dda233469873b0e4632f9cd78a20a7dc06c9
URL: https://github.com/kamailio/kamailio/commit/0328dda233469873b0e4632f9cd78a2…
Author: jaybeepee <jason.penton(a)gmail.com>
Committer: jaybeepee <jason.penton(a)gmail.com>
Date: 2016-02-11T10:34:06+02:00
modules/ims_charging: changed log line from ERR to DBG
---
Modified: modules/ims_charging/dialog.c
---
Diff: https://github.com/kamailio/kamailio/commit/0328dda233469873b0e4632f9cd78a2…
Patch: https://github.com/kamailio/kamailio/commit/0328dda233469873b0e4632f9cd78a2…
---
diff --git a/modules/ims_charging/dialog.c b/modules/ims_charging/dialog.c
index 3ee608b..248f4eb 100644
--- a/modules/ims_charging/dialog.c
+++ b/modules/ims_charging/dialog.c
@@ -179,7 +179,7 @@ void dlg_terminated(struct dlg_cell *dlg, int type, unsigned int termcode, char*
LM_DBG("processing dlg_terminated in Ro and session [%.*s] has active = %d", ro_session->ro_session_id.len, ro_session->ro_session_id.s, ro_session->active);
if ((!ro_session->active && (ro_session->start_time != 0)) || (ro_session->ccr_sent == 1)) {
unref_ro_session_unsafe(ro_session,1,ro_session_entry);
- LM_ERR("CCR already sent or Ro Session is not active, but may have been answered [%d]\n", (int)ro_session->start_time);
+ LM_DBG("CCR already sent or Ro Session is not active, but may have been answered [%d]\n", (int)ro_session->start_time);
ro_session_unlock(ro_session_table, ro_session_entry);
return;
}
Hi,
Any pointers on how I would go about inserting /incrementing a document, using
a json encoded string using mongodb_cmd
Say:
Database: kamailio
Collection: test
Documentid: _id
Valuename : beans
Value: 1
And increment beans by 2
Thanks,
Boudy
Hi Kamailio users and Devs.
I am interested to know if any of you are using SST module with DIALOG
module and sharing the timeout avp between the two - expecting the call to
be torn down if no in-dialog requests are processed. If you are using it,
is it working as you expect?
To me it seems that the timers in the dialog module will never be updated
by any in-dialog requests. I just wanted to check before I start looking at
fixing... perhaps I am missing something.
Cheers
Jason
Hi!
Some of the database definition files are in /utils and some in /utils/kamctl - shall we move them into one place and if so, which directory
is the correct one?
These are used by kamdbctl.
/O