diff sip-in/mgw_ops.c @ 62:75b7a7b61824

sip-in: got as far as sending MNCC_SETUP_REQ to themwi-mncc
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Sep 2022 18:43:08 -0800
parents e12036337412
children f332ccc240f1
line wrap: on
line diff
--- a/sip-in/mgw_ops.c	Sat Sep 17 16:43:30 2022 -0800
+++ b/sip-in/mgw_ops.c	Sat Sep 17 18:43:08 2022 -0800
@@ -123,7 +123,7 @@
 			sizeof(struct sockaddr_in));
 		switch (call->overall_state) {
 		case OVERALL_STATE_CRCX:
-			/* proceed_with_call_setup(call); */
+			proceed_with_call_setup(call);
 			return;
 		case OVERALL_STATE_TEARDOWN:
 			tmgw_send_dlcx(call);