diff sip-in/call_list.c @ 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 915f0f397fb6
children 9b87894704eb
line wrap: on
line diff
--- a/sip-in/call_list.c	Tue Sep 27 23:45:40 2022 -0800
+++ b/sip-in/call_list.c	Wed Sep 28 14:29:10 2022 -0800
@@ -61,6 +61,7 @@
 
 	for (call = call_list; call; call = call->next) {
 		switch (call->sip_state) {
+		case SIP_STATE_RINGING_REL:
 		case SIP_STATE_INVITE_200:
 		case SIP_STATE_INVITE_ERR:
 		case SIP_STATE_BYE_SENT: