forked from Mirrors/freeswitch
FS-3983 try this
This commit is contained in:
parent
37d6c8556c
commit
8f8af38365
|
@ -2499,7 +2499,9 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
|
|||
|
||||
}
|
||||
|
||||
if (!zstr(uuid)) {
|
||||
if (zstr(uuid)) {
|
||||
stream.write_function(&stream, "<state>terminated</state>\n");
|
||||
} else {
|
||||
if (!zstr(answer_state)) {
|
||||
astate = answer_state;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue