]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-670
authorJeff Lenk <jeff@jefflenk.com>
Sun, 12 Sep 2010 20:38:58 +0000 (15:38 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Sun, 12 Sep 2010 20:38:58 +0000 (15:38 -0500)
src/switch_ivr.c

index c1dc33651cd3e140588f571356fa49f3f11625a3..543e472a132e21af31f8b82dc65db4488732b731 100644 (file)
@@ -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;