mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
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 */
|
#else /* WIN32 */
|
||||||
//sent = write(tech_pvt->audiopipe_cli[1], frame->data, sent);
|
//sent = write(tech_pvt->audiopipe_cli[1], frame->data, sent);
|
||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
|
|
||||||
//memcpy(tech_pvt->audiobuf_cli, frame->data, frame->datalen);
|
|
||||||
if (tech_pvt->flag_audio_cli == 1) {
|
if (tech_pvt->flag_audio_cli == 1) {
|
||||||
switch_sleep(1000); //1 millisec
|
switch_sleep(1000); //1 millisec
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user