FS-4024 --resolve

This commit is contained in:
Anthony Minessale 2012-04-10 15:32:23 -05:00
parent 4817768299
commit cf2406edaa

View File

@ -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;
} }