From fe7b9786f5e09735eea25e4f8e70ba694f8c0475 Mon Sep 17 00:00:00 2001 From: jaybeepee Date: Thu, 16 Jul 2015 09:36:18 +0200 Subject: [PATCH] modules/tm: unset async suspended transaction flag post-continue --- modules/tm/t_suspend.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/tm/t_suspend.c b/modules/tm/t_suspend.c index 86fb3be49fc..64f9af81e93 100644 --- a/modules/tm/t_suspend.c +++ b/modules/tm/t_suspend.c @@ -437,6 +437,10 @@ int t_continue(unsigned int hash_index, unsigned int label, sip_msg_free(t->uac[branch].reply); t->uac[branch].reply = 0; } + + t->flags &= ~T_ASYNC_SUSPENDED; /*This transaction is no longer suspended so unsetting the SUSPEND flag*/ + + return 0; kill_trans: