fix case for call_completed_elsewhere var set
This commit is contained in:
parent
8adeab7d5a
commit
0aa2009d1d
|
@ -501,7 +501,9 @@ switch_status_t sofia_on_hangup(switch_core_session_t *session)
|
||||||
switch_snprintf(reason, sizeof(reason), "SIP;cause=%d;text=\"%s\"", cause, switch_channel_cause2str(cause));
|
switch_snprintf(reason, sizeof(reason), "SIP;cause=%d;text=\"%s\"", cause, switch_channel_cause2str(cause));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (switch_channel_test_flag(channel, CF_INTERCEPT) || cause == SWITCH_CAUSE_PICKED_OFF || cause == SWITCH_CAUSE_LOSE_RACE) {
|
||||||
switch_channel_set_variable(channel, "call_completed_elsewhere", "true");
|
switch_channel_set_variable(channel, "call_completed_elsewhere", "true");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue