FS-4024 --resolve

This commit is contained in:
Anthony Minessale 2012-04-10 15:32:23 -05:00
parent 4817768299
commit cf2406edaa
1 changed files with 3 additions and 3 deletions

View File

@ -2703,9 +2703,9 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
rpid = "on-the-phone";
force_status = 1;
} else if (!strcmp(astate, "terminated") || !strcmp(astate, "hangup")) {
rpid = "online";
dialog_rpid = "";
force_event_status = "Available";
//rpid = "online";
//dialog_rpid = "";
//force_event_status = "Available";
term = 1;
}