mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
dont update display to ring when call is hungup in pidf presence
This commit is contained in:
parent
567dab9376
commit
36851a90b7
@ -1511,7 +1511,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
|
||||
}
|
||||
|
||||
|
||||
if (!is_dialog) {
|
||||
if (!is_dialog && (zstr(astate) || strcasecmp(astate, "hangup"))) {
|
||||
switch_set_string(status_line, status);
|
||||
|
||||
if (in) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user