comparison sip-in/disconnect.c @ 128:5685412bd6aa

sip-in: pass DTMF start & stop to themwi-mgw
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2022 23:07:01 -0800
parents 9b87894704eb
children e499e8db8b82
comparison
equal deleted inserted replaced
127:f062c32a5116 128:5685412bd6aa
42 { 42 {
43 switch (call->mgw_state) { 43 switch (call->mgw_state) {
44 case MGW_STATE_NO_EXIST: 44 case MGW_STATE_NO_EXIST:
45 case MGW_STATE_CONNECTING: 45 case MGW_STATE_CONNECTING:
46 case MGW_STATE_DELETING: 46 case MGW_STATE_DELETING:
47 case MGW_STATE_DTMF_OP:
47 return; 48 return;
48 case MGW_STATE_ALLOCATED: 49 case MGW_STATE_ALLOCATED:
49 case MGW_STATE_COMPLETE: 50 case MGW_STATE_COMPLETE:
50 tmgw_send_dlcx(call); 51 tmgw_send_dlcx(call);
51 return; 52 return;