FS-8575 #resolve [No DTMF passed from a to b during rfc 2833 events.]

This commit is contained in:
Anthony Minessale 2015-11-25 14:45:32 -06:00 committed by Brian West
parent 1868859638
commit 03a9c7e11c
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}