提交 4ea6369d authored 作者: Anthony Minessale's avatar Anthony Minessale

disable dialog matching for subscribe reqs so it always uses a new handle to…

disable dialog matching for subscribe reqs so it always uses a new handle to avoid conflicting with notify transactions
上级 f94b73f0
Thu Apr 25 12:15:42 CDT 2013 Wed Jun 12 23:46:04 CDT 2013
...@@ -2969,7 +2969,7 @@ void agent_recv_request(nta_agent_t *agent, ...@@ -2969,7 +2969,7 @@ void agent_recv_request(nta_agent_t *agent,
url->url_params = NULL; url->url_params = NULL;
agent_aliases(agent, url, tport); /* canonize urls */ agent_aliases(agent, url, tport); /* canonize urls */
if ((leg = leg_find(agent, if (method != sip_method_subscribe && (leg = leg_find(agent,
method_name, url, method_name, url,
sip->sip_call_id, sip->sip_call_id,
sip->sip_from->a_tag, sip->sip_from->a_tag,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论