mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-22 17:42:39 +00:00
one more try
This commit is contained in:
parent
7eb324bcad
commit
86d5c02076
@ -6393,6 +6393,9 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
|
|||||||
|
|
||||||
if (send_ack) {
|
if (send_ack) {
|
||||||
tech_send_ack(nh, tech_pvt);
|
tech_send_ack(nh, tech_pvt);
|
||||||
|
} else {
|
||||||
|
ss_state = nua_callstate_ready;
|
||||||
|
goto state_process;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user