mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
FS-3983 revert
This commit is contained in:
parent
f2c5c92dfa
commit
b1281985d5
@ -2499,11 +2499,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
|
||||
|
||||
}
|
||||
|
||||
if (zstr(uuid)) {
|
||||
if (stream.write_function) {
|
||||
stream.write_function(&stream, "<state>terminated</state>\n");
|
||||
}
|
||||
} else {
|
||||
if (!zstr(uuid)) {
|
||||
if (!zstr(answer_state)) {
|
||||
astate = answer_state;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user