提交 0b273857 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-3794 zig zag mismatch contd

上级 dbba4a2e
...@@ -2676,7 +2676,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * ...@@ -2676,7 +2676,7 @@ 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")) { } else if (!strcmp(astate, "terminated") || !strcmp(astate, "hangup")) {
rpid = "online"; rpid = "online";
dialog_rpid = ""; dialog_rpid = "";
force_event_status = "Available"; force_event_status = "Available";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论