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

missed one

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6333 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 32b9b45a
...@@ -364,7 +364,7 @@ void sofia_presence_event_handler(switch_event_t *event) ...@@ -364,7 +364,7 @@ void sofia_presence_event_handler(switch_event_t *event)
} }
if (euser && host && if (euser && host &&
(sql = switch_mprintf("select user,host,status,rpid,'' from sip_registrations where sip_user='%q' and sip_host='%q'", (sql = switch_mprintf("select sip_user,sip_host,status,rpid,'' from sip_registrations where sip_user='%q' and sip_host='%q'",
euser, host)) && (profile = sofia_glue_find_profile(host))) { euser, host)) && (profile = sofia_glue_find_profile(host))) {
sofia_glue_execute_sql_callback(profile, sofia_glue_execute_sql_callback(profile,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论