diff sip-in/call.h @ 141:e499e8db8b82

sip-in: handle call hold and retrieve
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 08 Oct 2022 13:28:30 -0800
parents 5685412bd6aa
children
line wrap: on
line diff
--- a/sip-in/call.h	Sat Oct 08 11:48:26 2022 -0800
+++ b/sip-in/call.h	Sat Oct 08 13:28:30 2022 -0800
@@ -78,3 +78,6 @@
 #define	MGW_STATE_COMPLETE		3
 #define	MGW_STATE_DELETING		4
 #define	MGW_STATE_DTMF_OP		5
+#define	MGW_STATE_HELD			6
+#define	MGW_STATE_HOLD_OP		7
+#define	MGW_STATE_RETRIEVE_OP		8