comparison sip-in/mncc_handle.c @ 98:423610bb2c9e

sip-in: send MDCX to TMGW to connect the call through
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2022 20:28:54 -0800
parents 9e9034ef476c
children 9b87894704eb
comparison
equal deleted inserted replaced
97:9aed16c30622 98:423610bb2c9e
74 disconnect_tmgw(call); 74 disconnect_tmgw(call);
75 strcpy(call->invite_fail, "502 Internal protocol error"); 75 strcpy(call->invite_fail, "502 Internal protocol error");
76 signal_invite_error(call); 76 signal_invite_error(call);
77 return; 77 return;
78 } 78 }
79 /* TODO: send MDCX to themwi-mgw */ 79 tmgw_send_mdcx_connect(call);
80 signal_invite_200(call);
81 } 80 }
82 81
83 static void 82 static void
84 handle_disconnect_ind(call, msg) 83 handle_disconnect_ind(call, msg)
85 struct call *call; 84 struct call *call;