[sr-dev] git:master:2682d856: tmx: err to work if resuming suspended transaction fails
Daniel-Constantin Mierla
miconda at gmail.com
Thu Sep 17 12:52:19 CEST 2015
Module: kamailio
Branch: master
Commit: 2682d85657d1caf96961a6153cd82c506fde7d0d
URL: https://github.com/kamailio/kamailio/commit/2682d85657d1caf96961a6153cd82c506fde7d0d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-09-17T12:48:36+02:00
tmx: err to work if resuming suspended transaction fails
- it can be a non-suspended transaction id or after expiration
---
Modified: modules/tmx/tmx_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/2682d85657d1caf96961a6153cd82c506fde7d0d.diff
Patch: https://github.com/kamailio/kamailio/commit/2682d85657d1caf96961a6153cd82c506fde7d0d.patch
---
diff --git a/modules/tmx/tmx_mod.c b/modules/tmx/tmx_mod.c
index 28dbcd7..d2d8e60 100644
--- a/modules/tmx/tmx_mod.c
+++ b/modules/tmx/tmx_mod.c
@@ -638,7 +638,7 @@ static int w_t_continue(struct sip_msg* msg, char *idx, char *lbl, char *rtn)
if(_tmx_tmb.t_continue(tindex, tlabel, act)<0)
{
- LM_ERR("resuming the processing of transaction [%u:%u] failed\n",
+ LM_WARN("resuming the processing of transaction [%u:%u] failed\n",
tindex, tlabel);
return -1;
}
More information about the sr-dev
mailing list