mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-01 22:52:07 +00:00
FS-3794 zig zag mismatch contd
This commit is contained in:
parent
dbba4a2eab
commit
0b27385734
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user