comparison sip-in/call.h @ 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 02761f1ae5e5
children e5aee661e3b2
comparison
equal deleted inserted replaced
61:e12036337412 62:75b7a7b61824
36 uint32_t mgw_xact; 36 uint32_t mgw_xact;
37 uint32_t mgw_xact_id; 37 uint32_t mgw_xact_id;
38 uint32_t sdp_addend; 38 uint32_t sdp_addend;
39 char invite_fail[80]; 39 char invite_fail[80];
40 unsigned sip_tx_count; 40 unsigned sip_tx_count;
41 int mncc_active;
42 uint32_t mncc_callref;
41 }; 43 };
42 44
43 #define OVERALL_STATE_CRCX 1 45 #define OVERALL_STATE_CRCX 1
44 #define OVERALL_STATE_CALL_GSM 2 46 #define OVERALL_STATE_CALL_GSM 2
45 #define OVERALL_STATE_ALERTING 3 47 #define OVERALL_STATE_ALERTING 3