skypiax: added FS timers, allow for better Virtual Machine (xen, ec2) conference behavior, to be polished

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16522 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Giovanni Maruzzelli 2010-01-27 13:32:28 +00:00
parent 7323745f0a
commit a177f9c3e6
1 changed files with 0 additions and 2 deletions

View File

@ -776,8 +776,6 @@ static switch_status_t channel_write_frame(switch_core_session_t *session, switc
#else /* WIN32 */
//sent = write(tech_pvt->audiopipe_cli[1], frame->data, sent);
#endif /* WIN32 */
//memcpy(tech_pvt->audiobuf_cli, frame->data, frame->datalen);
if (tech_pvt->flag_audio_cli == 1) {
switch_sleep(1000); //1 millisec
}