From: Anthony Minessale Date: Thu, 10 Mar 2011 21:32:09 +0000 (-0600) Subject: put this back to 0 X-Git-Tag: v1.2-rc1~171^2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4832d26a3a4fdf1763d7fa1503d6148e06b6eab0;p=thirdparty%2Ffreeswitch.git put this back to 0 --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 1e42afc269..3ca14e921d 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -3176,7 +3176,7 @@ switch_status_t sofia_glue_activate_rtp(private_object_t *tech_pvt, switch_rtp_f if ((val = switch_channel_get_variable(tech_pvt->channel, "jitterbuffer_msec")) || (val = tech_pvt->profile->jb_msec)) { int jb_msec = atoi(val); - int maxlen = 0, max_drift = 1000; + int maxlen = 0, max_drift = 0; char *p, *q; if ((p = strchr(val, ':'))) {