FS-3794 zig zag mismatch contd

This commit is contained in:
Anthony Minessale 2012-02-22 19:27:02 -06:00
parent dbba4a2eab
commit 0b27385734
1 changed files with 1 additions and 1 deletions

View File

@ -2676,7 +2676,7 @@ 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")) {
} else if (!strcmp(astate, "terminated") || !strcmp(astate, "hangup")) {
rpid = "online";
dialog_rpid = "";
force_event_status = "Available";