git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6457
d0543943-73ff-0310-b7d9-
9358b9ac24b2
if (switch_buffer_inuse(ep.buffer) >= len) {
switch_buffer_lock(ep.buffer);
- write_frame.datalen = switch_buffer_read(ep.buffer, buf, len);
+ write_frame.datalen = (uint32_t)switch_buffer_read(ep.buffer, buf, len);
write_frame.samples = write_frame.datalen / 2;
if (switch_core_session_write_frame(session, &write_frame, 1000, 0) != SWITCH_STATUS_SUCCESS) {
goto end;