diff sip-in/call.h @ 109:9b87894704eb

sip-in: first step toward final call clearing
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 16:32:13 -0800
parents 0d6435808bcd
children bfc97065bf51
line wrap: on
line diff
--- a/sip-in/call.h	Wed Sep 28 14:29:10 2022 -0800
+++ b/sip-in/call.h	Wed Sep 28 16:32:13 2022 -0800
@@ -40,6 +40,7 @@
 	uint32_t	mncc_callref;
 	char		invite_fail[80];
 	unsigned	sip_tx_count;
+	time_t		sip_clear_time;
 };
 
 #define	OVERALL_STATE_CRCX		1