changeset 254:beb6aaecfe63

include/out_routes.h: add flag for E911 special handling
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 15 Aug 2023 00:15:33 -0800
parents 54f78df265fe
children b0bf167bb846
files include/out_routes.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/out_routes.h	Mon Aug 14 23:55:55 2023 -0800
+++ b/include/out_routes.h	Tue Aug 15 00:15:33 2023 -0800
@@ -34,3 +34,5 @@
 	char		sip_user[MAX_SIP_USER_PART+1];
 	uint8_t		flags;
 };
+
+#define	SPECIAL_NUM_FLAG_E911	0x01