diff sip-in/prack.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/prack.c	Wed Sep 28 16:32:13 2022 -0800
+++ b/sip-in/prack.c	Wed Sep 28 18:37:19 2022 -0800
@@ -94,7 +94,6 @@
 					GSM48_CC_CAUSE_INTERWORKING);
 			disconnect_tmgw(call);
 			sip_mark_end_time(call, sip_linger_error);
-			/* TODO: transition from TEARDOWN to DEAD_SIP */
 			return;
 		}
 		out_msg_finish(&resp);