From: Anthony Minessale Date: Tue, 11 Mar 2008 23:39:46 +0000 (+0000) Subject: update X-Git-Tag: v1.0-rc1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddcae11f558e3427c5caac6f2d187c1d14b7f3fc;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7868 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_alsa/mod_alsa.c b/src/mod/endpoints/mod_alsa/mod_alsa.c index 792671a3fc..88d7f528a9 100644 --- a/src/mod/endpoints/mod_alsa/mod_alsa.c +++ b/src/mod/endpoints/mod_alsa/mod_alsa.c @@ -637,7 +637,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch globals.read_frame.datalen = samples * 2; globals.read_frame.samples = samples; - switch_core_timer_check(&globals.timer); + switch_core_timer_check(&globals.timer, SWITCH_TRUE); globals.read_frame.timestamp = globals.timer.samplecount; *frame = &globals.read_frame;