FS-8575 #resolve [No DTMF passed from a to b during rfc 2833 events.]
This commit is contained in:
parent
1868859638
commit
03a9c7e11c
|
@ -6728,6 +6728,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_
|
||||||
case RESULT_GOTO_TIMERCHECK:
|
case RESULT_GOTO_TIMERCHECK:
|
||||||
goto timer_check;
|
goto timer_check;
|
||||||
case RESULT_CONTINUE:
|
case RESULT_CONTINUE:
|
||||||
|
status = SWITCH_STATUS_SUCCESS;
|
||||||
goto result_continue;
|
goto result_continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue