mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +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) {
|
if (in) {
|
||||||
open = "open";
|
open = "open";
|
||||||
|
|
||||||
if (!strcasecmp(astate, "terminated") && switch_false(resub)) {
|
if (switch_false(resub)) {
|
||||||
int term;
|
int term;
|
||||||
|
|
||||||
const char *direction = switch_event_get_header(helper->event, "Caller-Direction");
|
const char *direction = switch_event_get_header(helper->event, "Caller-Direction");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user