comparison 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
comparison
equal deleted inserted replaced
140:01fe81914bd6 141:e499e8db8b82
76 #define MGW_STATE_ALLOCATED 1 76 #define MGW_STATE_ALLOCATED 1
77 #define MGW_STATE_CONNECTING 2 77 #define MGW_STATE_CONNECTING 2
78 #define MGW_STATE_COMPLETE 3 78 #define MGW_STATE_COMPLETE 3
79 #define MGW_STATE_DELETING 4 79 #define MGW_STATE_DELETING 4
80 #define MGW_STATE_DTMF_OP 5 80 #define MGW_STATE_DTMF_OP 5
81 #define MGW_STATE_HELD 6
82 #define MGW_STATE_HOLD_OP 7
83 #define MGW_STATE_RETRIEVE_OP 8