diff 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
line wrap: on
line diff
--- a/include/tmgw_ctrl.h	Sat Oct 01 17:09:51 2022 -0800
+++ b/include/tmgw_ctrl.h	Sat Oct 01 20:31:15 2022 -0800
@@ -40,3 +40,5 @@
 #define	TMGW_RESP_ERR_OPCODE	3
 #define	TMGW_RESP_ERR_PARAM	4
 #define	TMGW_RESP_ERR_NOTSUP	5
+#define	TMGW_RESP_ERR_BUSY	6
+#define	TMGW_RESP_ERR_NOTRDY	7