rtp adjustments when using jitterbuffer

This commit is contained in:
Anthony Minessale
2010-12-21 15:35:13 -06:00
parent 665b12b1f5
commit a3b01c195b
2 changed files with 13 additions and 28 deletions

View File

@@ -2285,7 +2285,7 @@ SWITCH_DECLARE(void) switch_ivr_delay_echo(switch_core_session_t *session, uint3
break;
}
stfu_n_eat(jb, ts, read_frame->payload, read_frame->data, read_frame->datalen);
stfu_n_eat(jb, ts, read_frame->payload, read_frame->data, read_frame->datalen, 0);
ts += interval;
if ((jb_frame = stfu_n_read_a_frame(jb))) {