提交 e05a5c2c authored 作者: Anthony Minessale II's avatar Anthony Minessale II 提交者: Anthony Minessale

Merge pull request #243 in FS/freeswitch from…

Merge pull request #243 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7486-broken-sofia-request-queue to master

* commit '074b07f5':
  FS-7486: Fix handling of queued requests in Sofia-SIP
上级 1613f145
......@@ -1593,10 +1593,6 @@ int nua_client_next_request(nua_client_request_t *cr, int invite)
for (; cr; cr = cr->cr_next) {
if (cr->cr_method == sip_method_cancel)
continue;
if (invite
? cr->cr_method == sip_method_invite
: cr->cr_method != sip_method_invite)
break;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论