From bddec41f438352063e33c70f13899b978584d627 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Sun, 12 Sep 2010 15:38:58 -0500 Subject: [PATCH] FSCORE-670 --- src/switch_ivr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index c1dc33651c..543e472a13 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -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))) { write_frame.data = jb_frame->data; 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); if (!SWITCH_READ_ACCEPTABLE(status)) { break;