mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
FSCORE-670
This commit is contained in:
parent
f30a1cc688
commit
bddec41f43
@ -2175,6 +2175,7 @@ SWITCH_DECLARE(void) switch_ivr_delay_echo(switch_core_session_t *session, uint3
|
|||||||
if ((jb_frame = stfu_n_read_a_frame(jb))) {
|
if ((jb_frame = stfu_n_read_a_frame(jb))) {
|
||||||
write_frame.data = jb_frame->data;
|
write_frame.data = jb_frame->data;
|
||||||
write_frame.datalen = (uint32_t) jb_frame->dlen;
|
write_frame.datalen = (uint32_t) jb_frame->dlen;
|
||||||
|
write_frame.buflen = (uint32_t) jb_frame->dlen;
|
||||||
status = switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0);
|
status = switch_core_session_write_frame(session, &write_frame, SWITCH_IO_FLAG_NONE, 0);
|
||||||
if (!SWITCH_READ_ACCEPTABLE(status)) {
|
if (!SWITCH_READ_ACCEPTABLE(status)) {
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user