FS-3794 zig zag mismatch

This commit is contained in:
Anthony Minessale 2012-02-22 18:39:16 -06:00
parent 55faab9d7b
commit dbba4a2eab

View File

@ -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");