mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-3794 zig zag mismatch
This commit is contained in:
parent
55faab9d7b
commit
dbba4a2eab
@ -2633,7 +2633,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char *
|
||||
if (in) {
|
||||
open = "open";
|
||||
|
||||
if (!strcasecmp(astate, "terminated") && switch_false(resub)) {
|
||||
if (switch_false(resub)) {
|
||||
int term;
|
||||
|
||||
const char *direction = switch_event_get_header(helper->event, "Caller-Direction");
|
||||
|
Loading…
x
Reference in New Issue
Block a user