FreeCalypso > hg > themwi-system-sw
changeset 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 | 7e04d28fae8b |
children | 815e4c59162e |
files | include/tmgw_ctrl.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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