comparison sip-in/call.h @ 128:5685412bd6aa

sip-in: pass DTMF start & stop to themwi-mgw
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2022 23:07:01 -0800
parents bfc97065bf51
children e499e8db8b82
comparison
equal deleted inserted replaced
127:f062c32a5116 128:5685412bd6aa
40 uint32_t mncc_state; 40 uint32_t mncc_state;
41 uint32_t mncc_callref; 41 uint32_t mncc_callref;
42 char invite_fail[80]; 42 char invite_fail[80];
43 unsigned sip_tx_count; 43 unsigned sip_tx_count;
44 time_t sip_clear_time; 44 time_t sip_clear_time;
45 int dtmf_digit;
46 int dtmf_pending_stop;
45 }; 47 };
46 48
47 #define OVERALL_STATE_CRCX 1 49 #define OVERALL_STATE_CRCX 1
48 #define OVERALL_STATE_CALL_GSM 2 50 #define OVERALL_STATE_CALL_GSM 2
49 #define OVERALL_STATE_ALERTING 3 51 #define OVERALL_STATE_ALERTING 3
73 #define MGW_STATE_NO_EXIST 0 75 #define MGW_STATE_NO_EXIST 0
74 #define MGW_STATE_ALLOCATED 1 76 #define MGW_STATE_ALLOCATED 1
75 #define MGW_STATE_CONNECTING 2 77 #define MGW_STATE_CONNECTING 2
76 #define MGW_STATE_COMPLETE 3 78 #define MGW_STATE_COMPLETE 3
77 #define MGW_STATE_DELETING 4 79 #define MGW_STATE_DELETING 4
80 #define MGW_STATE_DTMF_OP 5