[sr-dev] git:master:33c54495: tm: warn in case of transaction is not suspended by a continue is attempted

Daniel-Constantin Mierla miconda at gmail.com
Thu Sep 17 12:52:19 CEST 2015


Module: kamailio
Branch: master
Commit: 33c5449563becd2357b648ec469ef247a6ae2f5d
URL: https://github.com/kamailio/kamailio/commit/33c5449563becd2357b648ec469ef247a6ae2f5d

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-09-17T12:50:55+02:00

tm: warn in case of transaction is not suspended by a continue is attempted

---

Modified: modules/tm/t_suspend.c

---

Diff:  https://github.com/kamailio/kamailio/commit/33c5449563becd2357b648ec469ef247a6ae2f5d.diff
Patch: https://github.com/kamailio/kamailio/commit/33c5449563becd2357b648ec469ef247a6ae2f5d.patch

---

diff --git a/modules/tm/t_suspend.c b/modules/tm/t_suspend.c
index 1ca56db..e657959 100644
--- a/modules/tm/t_suspend.c
+++ b/modules/tm/t_suspend.c
@@ -178,7 +178,7 @@ int t_continue(unsigned int hash_index, unsigned int label,
 	}
 
 	if (!(t->flags & T_ASYNC_SUSPENDED)) {
-		LM_ERR("transaction is not suspended [%u:%u]\n", hash_index, label);
+		LM_WARN("transaction is not suspended [%u:%u]\n", hash_index, label);
 		return -2;
 	}
 




More information about the sr-dev mailing list