diff sip-in/call.h @ 62:75b7a7b61824

sip-in: got as far as sending MNCC_SETUP_REQ to themwi-mncc
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Sep 2022 18:43:08 -0800
parents 02761f1ae5e5
children e5aee661e3b2
line wrap: on
line diff
--- a/sip-in/call.h	Sat Sep 17 16:43:30 2022 -0800
+++ b/sip-in/call.h	Sat Sep 17 18:43:08 2022 -0800
@@ -38,6 +38,8 @@
 	uint32_t	sdp_addend;
 	char		invite_fail[80];
 	unsigned	sip_tx_count;
+	int		mncc_active;
+	uint32_t	mncc_callref;
 };
 
 #define	OVERALL_STATE_CRCX		1