From: Giovanni Maruzzelli Date: Wed, 27 Jan 2010 13:32:28 +0000 (+0000) Subject: skypiax: added FS timers, allow for better Virtual Machine (xen, ec2) conference... X-Git-Tag: v1.0.6~589 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a177f9c3e62f9e1b93a88cec7b7fb8a4b21e4358;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/mod/endpoints/mod_skypiax/mod_skypiax.c b/src/mod/endpoints/mod_skypiax/mod_skypiax.c index dbc2341ef8..6dec1695ec 100644 --- a/src/mod/endpoints/mod_skypiax/mod_skypiax.c +++ b/src/mod/endpoints/mod_skypiax/mod_skypiax.c @@ -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 }