more jb work, add debug command and logging (sorry jlenk if this breaks win32)

This commit is contained in:
Anthony Minessale
2010-12-14 23:46:26 -06:00
parent 2324c29917
commit e9958c5b0c
4 changed files with 47 additions and 7 deletions

View File

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