comparison sip-in/call.h @ 109:9b87894704eb

sip-in: first step toward final call clearing
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 16:32:13 -0800
parents 0d6435808bcd
children bfc97065bf51
comparison
equal deleted inserted replaced
108:0d6435808bcd 109:9b87894704eb
38 uint32_t sdp_addend; 38 uint32_t sdp_addend;
39 uint32_t mncc_state; 39 uint32_t mncc_state;
40 uint32_t mncc_callref; 40 uint32_t mncc_callref;
41 char invite_fail[80]; 41 char invite_fail[80];
42 unsigned sip_tx_count; 42 unsigned sip_tx_count;
43 time_t sip_clear_time;
43 }; 44 };
44 45
45 #define OVERALL_STATE_CRCX 1 46 #define OVERALL_STATE_CRCX 1
46 #define OVERALL_STATE_CALL_GSM 2 47 #define OVERALL_STATE_CALL_GSM 2
47 #define OVERALL_STATE_ALERTING 3 48 #define OVERALL_STATE_ALERTING 3