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: