提交 c460c00b authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7134 #resolve

上级 f48ec61d
......@@ -4283,9 +4283,9 @@ void sofia_presence_handle_sip_i_subscribe(int status,
"full_via,expires,user_agent,accept,profile_name,network_ip"
" from sip_subscriptions where hostname='%q' and profile_name='%q' and "
"event='message-summary' and sub_to_user='%q' "
"and (sip_host='%q' or presence_hosts like '%%%q%%')",
"and (sip_host='%q' or presence_hosts like '%%%q%%') and call_id='%q'",
to_host, mod_sofia_globals.hostname, profile->name,
to_user, to_host, to_host))) {
to_user, to_host, to_host, call_id))) {
if (mod_sofia_globals.debug_presence > 0) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论