diff sip-out/call_list.c @ 163:bfa9f0c0f0ac

sip-out: handle incoming BYE as UAS
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Oct 2022 14:45:31 -0800
parents e54b0a9e322f
children
line wrap: on
line diff
--- a/sip-out/call_list.c	Wed Oct 12 13:44:16 2022 -0800
+++ b/sip-out/call_list.c	Wed Oct 12 14:45:31 2022 -0800
@@ -65,6 +65,7 @@
 		case SIP_STATE_ACCEPT_100:
 		case SIP_STATE_ACCEPT_200:
 		case SIP_STATE_ENDED:
+		case SIP_STATE_MSG_SIZE_ERR:
 			if (call->overall_state != OVERALL_STATE_SIP_FINISH)
 				continue;
 			if (got_dead_sip) {