提交 034d3741 authored 作者: Anthony Minessale's avatar Anthony Minessale

4569 tweaks

上级 772f60d2
......@@ -1222,10 +1222,10 @@ static void our_sofia_event_callback(nua_event_t event,
refer_to = sip_header_as_string(nua_handle_home(nh), (void *) sip->sip_refer_to);
if ((params = strchr(refer_to, ';'))) {
if (*refer_to == '<') {
*params++ = '\0';
} else {
if (strchr(refer_to, '<')) {
*params++ = '>';
} else {
*params++ = '\0';
}
if (!(method = switch_find_parameter(params, "method", NULL))) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论