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:
parent
7323745f0a
commit
a177f9c3e6
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue