diff sip-in/sip_ack.c @ 110:c1c94b7fc2e2

sip-in call clearing: DEAD_SIP transition implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 18:37:19 -0800
parents 9b87894704eb
children
line wrap: on
line diff
--- a/sip-in/sip_ack.c	Wed Sep 28 16:32:13 2022 -0800
+++ b/sip-in/sip_ack.c	Wed Sep 28 18:37:19 2022 -0800
@@ -55,6 +55,7 @@
 	case SIP_STATE_INVITE_ERR:
 		call->sip_state = SIP_STATE_ENDED;
 		sip_mark_end_time(call, sip_linger_acked);
+		transition_dead_sip(call);
 		break;
 	}
 }