Module: kamailio
Branch: master
Commit: 2682d85657d1caf96961a6153cd82c506fde7d0d
URL:
https://github.com/kamailio/kamailio/commit/2682d85657d1caf96961a6153cd82c5…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/2682d85657d1caf96961a6153cd82c5…
Patch:
https://github.com/kamailio/kamailio/commit/2682d85657d1caf96961a6153cd82c5…
---
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;
}