diff mgw/dlcx.c @ 170:a6eb2de277f6

mgw: massive simplification for continuous RTP stream from BTS
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 20 Nov 2022 01:58:47 -0800
parents 8c28426abef0
children
line wrap: on
line diff
--- a/mgw/dlcx.c	Sat Nov 19 23:08:49 2022 -0800
+++ b/mgw/dlcx.c	Sun Nov 20 01:58:47 2022 -0800
@@ -80,8 +80,6 @@
 
 	for (ep = delq; ep; ep = np) {
 		np = ep->next;
-		if (ep->dtmf_pp)
-			dtmf_stop_immediate(ep);
 		if (ep->ep_type & TMGW_EP_HAS_GSM_SOCK)
 			free_rtp_end(&ep->rtp_gsm);
 		if (ep->ep_type & TMGW_EP_HAS_PSTN_SOCK)