From: Anthony Minessale Date: Mon, 29 Sep 2014 14:26:32 +0000 (+0500) Subject: FS-6757 FS-6713 FS-6868 FS-6863 FS-6858 #resolve #comment 5 bugs one typo. From commi... X-Git-Tag: v1.4.9~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da51603a2c0c432e5ed126e8fa35f3e8e7e411d9;p=thirdparty%2Ffreeswitch.git FS-6757 FS-6713 FS-6868 FS-6863 FS-6858 #resolve #comment 5 bugs one typo. From commit 1b612fecb6e8db11da9b15c5522b87e7b642423d --- diff --git a/src/switch_core_io.c b/src/switch_core_io.c index 337ccfc7fb..29e47a2dd9 100644 --- a/src/switch_core_io.c +++ b/src/switch_core_io.c @@ -1410,7 +1410,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_write_frame(switch_core_sess switch_time_t tdiff = diff; while(tdiff > 1) { - switch_buffer_write(bp->raw_read_buffer, fill_data, len); + switch_buffer_write(bp->raw_write_buffer, fill_data, len); tdiff--; } }