浏览代码

modules/tm: no reason to reset KR on continuation of async requests
- maybe before continuing, a reply has been sent, request forwarded, etc...

Jason Penton 10 年之前
父节点
当前提交
4ba9ee6bff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/tm/t_suspend.c

+ 1 - 1
modules/tm/t_suspend.c

@@ -221,7 +221,7 @@ int t_continue(unsigned int hash_index, unsigned int label,
 			Not a huge problem, fr timer will fire, but CANCEL
 			will not be sent. last_received will be set to 408. */
 
-		reset_kr();
+//		reset_kr();
 
 		/* fake the request and the environment, like in failure_route */
 		if (!fake_req(&faked_req, t->uas.request, 0 /* extra flags */, uac)) {