提交 28e8194d authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-6223 --resolve

上级 0a1bb0e9
...@@ -3923,7 +3923,7 @@ void sofia_presence_handle_sip_i_subscribe(int status, ...@@ -3923,7 +3923,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Sending NOTIFY with Expires [0] and State [%s]\n", sstr); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Sending NOTIFY with Expires [0] and State [%s]\n", sstr);
} }
if (zstr(full_agent) || !switch_stristr("zoiper", full_agent)) { if (zstr(full_agent) || (*full_agent != 'z' && *full_agent != 'Z')) {
/* supress endless loop bug with zoiper */ /* supress endless loop bug with zoiper */
nua_notify(nh, nua_notify(nh,
SIPTAG_EXPIRES_STR("0"), SIPTAG_EXPIRES_STR("0"),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论