From 03a9c7e11c23b432dc29f234eb1c98f8e2354585 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 25 Nov 2015 14:45:32 -0600 Subject: [PATCH] FS-8575 #resolve [No DTMF passed from a to b during rfc 2833 events.] --- src/switch_rtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 247153c2f7..f9a16e9839 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -6728,6 +6728,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_ case RESULT_GOTO_TIMERCHECK: goto timer_check; case RESULT_CONTINUE: + status = SWITCH_STATUS_SUCCESS; goto result_continue; }