提交 4670a770 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix sofia interaction with presence api command

上级 5b3b7707
...@@ -1112,6 +1112,7 @@ static void actual_sofia_presence_event_handler(switch_event_t *event) ...@@ -1112,6 +1112,7 @@ static void actual_sofia_presence_event_handler(switch_event_t *event)
"sip_user='%q' and sip_host='%q'", "sip_user='%q' and sip_host='%q'",
rpid, status, mod_sofia_globals.hostname, profile->name, euser, host); rpid, status, mod_sofia_globals.hostname, profile->name, euser, host);
sofia_glue_execute_sql_now(profile, &sql, SWITCH_TRUE); sofia_glue_execute_sql_now(profile, &sql, SWITCH_TRUE);
proto = SOFIA_CHAT_PROTO;
} }
if (zstr(uuid)) { if (zstr(uuid)) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论