comparison 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
comparison
equal deleted inserted replaced
61:e12036337412 62:75b7a7b61824
121 sizeof(struct sockaddr_storage)); 121 sizeof(struct sockaddr_storage));
122 bcopy(&msg->pstn_addr, &call->pstn_rtp_local, 122 bcopy(&msg->pstn_addr, &call->pstn_rtp_local,
123 sizeof(struct sockaddr_in)); 123 sizeof(struct sockaddr_in));
124 switch (call->overall_state) { 124 switch (call->overall_state) {
125 case OVERALL_STATE_CRCX: 125 case OVERALL_STATE_CRCX:
126 /* proceed_with_call_setup(call); */ 126 proceed_with_call_setup(call);
127 return; 127 return;
128 case OVERALL_STATE_TEARDOWN: 128 case OVERALL_STATE_TEARDOWN:
129 tmgw_send_dlcx(call); 129 tmgw_send_dlcx(call);
130 return; 130 return;
131 default: 131 default: