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

FS-4024 --resolve

上级 48177682
...@@ -2703,9 +2703,9 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * ...@@ -2703,9 +2703,9 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
rpid = "on-the-phone"; rpid = "on-the-phone";
force_status = 1; force_status = 1;
} else if (!strcmp(astate, "terminated") || !strcmp(astate, "hangup")) { } else if (!strcmp(astate, "terminated") || !strcmp(astate, "hangup")) {
rpid = "online"; //rpid = "online";
dialog_rpid = ""; //dialog_rpid = "";
force_event_status = "Available"; //force_event_status = "Available";
term = 1; term = 1;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论