diff sip-in/call.h @ 108:0d6435808bcd

sip-in: implement 100rel for 180 Ringing response
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 14:29:10 -0800
parents e5aee661e3b2
children 9b87894704eb
line wrap: on
line diff
--- a/sip-in/call.h	Tue Sep 27 23:45:40 2022 -0800
+++ b/sip-in/call.h	Wed Sep 28 14:29:10 2022 -0800
@@ -52,7 +52,7 @@
 
 #define	SIP_STATE_INVITE_PROC		1
 #define	SIP_STATE_RINGING		2
-#define	SIP_STATE_RINGING_PRACK		3
+#define	SIP_STATE_RINGING_REL		3
 #define	SIP_STATE_INVITE_200		4
 #define	SIP_STATE_CONNECTED		5
 #define	SIP_STATE_BYE_SENT		6