FreeCalypso > hg > themwi-system-sw
diff include/tmgw_ctrl.h @ 125:5081f2bc6f1c
include/tmgw_ctrl.h: define commands for DTMF start & stop
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 Oct 2022 16:07:59 -0800 |
parents | 7dae2bae56a1 |
children | f062c32a5116 |
line wrap: on
line diff
--- a/include/tmgw_ctrl.h Sat Oct 01 15:54:50 2022 -0800 +++ b/include/tmgw_ctrl.h Sat Oct 01 16:07:59 2022 -0800 @@ -19,6 +19,8 @@ #define TMGW_CTRL_OP_CRCX 1 #define TMGW_CTRL_OP_MDCX 2 #define TMGW_CTRL_OP_DLCX 3 +#define TMGW_CTRL_OP_DTMF_START 4 +#define TMGW_CTRL_OP_DTMF_STOP 5 #define TMGW_CTRL_MASK_GSM_CONN 0x0001 #define TMGW_CTRL_MASK_PSTN_CONN 0x0002