Module: kamailio
Branch: 4.3
Commit: ce43a14d701ec38276883b863cd81bbb3de3b35a
URL:
https://github.com/kamailio/kamailio/commit/ce43a14d701ec38276883b863cd81bb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-09-17T13:53:07+02:00
tmx: err to work if resuming suspended transaction fails
- it can be a non-suspended transaction id or after expiration
(cherry picked from commit 2682d85657d1caf96961a6153cd82c506fde7d0d)
---
Modified: modules/tmx/tmx_mod.c
---
Diff:
https://github.com/kamailio/kamailio/commit/ce43a14d701ec38276883b863cd81bb…
Patch:
https://github.com/kamailio/kamailio/commit/ce43a14d701ec38276883b863cd81bb…
---
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;
}