comparison include/tmgw_ctrl.h @ 127:f062c32a5116

mgw: implement DTMF
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2022 20:31:15 -0800
parents 5081f2bc6f1c
children
comparison
equal deleted inserted replaced
126:815e4c59162e 127:f062c32a5116
38 #define TMGW_RESP_ERR_PROT 1 38 #define TMGW_RESP_ERR_PROT 1
39 #define TMGW_RESP_ERR_RSRC 2 39 #define TMGW_RESP_ERR_RSRC 2
40 #define TMGW_RESP_ERR_OPCODE 3 40 #define TMGW_RESP_ERR_OPCODE 3
41 #define TMGW_RESP_ERR_PARAM 4 41 #define TMGW_RESP_ERR_PARAM 4
42 #define TMGW_RESP_ERR_NOTSUP 5 42 #define TMGW_RESP_ERR_NOTSUP 5
43 #define TMGW_RESP_ERR_BUSY 6
44 #define TMGW_RESP_ERR_NOTRDY 7