diff sip-in/call.h @ 113:bfc97065bf51

sip-in: syslog beginning and clearing of calls
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 19:08:13 -0800
parents 9b87894704eb
children 5685412bd6aa
line wrap: on
line diff
--- a/sip-in/call.h	Wed Sep 28 18:59:55 2022 -0800
+++ b/sip-in/call.h	Wed Sep 28 19:08:13 2022 -0800
@@ -19,6 +19,7 @@
 	char		*from_user;
 	unsigned	from_user_len;
 	int		use_100rel;
+	unsigned	in_tag_num;
 	/* PSTN side RTP info */
 	struct sockaddr_in pstn_rtp_local;
 	struct sockaddr_in pstn_rtp_remote;