From: Anthony Minessale Date: Wed, 7 Mar 2007 19:41:15 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~947 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e07112cb9411f1064a4a36d2de13a0a490c52a;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4466 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_g729/mod_g729.c b/src/mod/codecs/mod_g729/mod_g729.c index d28e42dc53..12ec94f9ce 100644 --- a/src/mod/codecs/mod_g729/mod_g729.c +++ b/src/mod/codecs/mod_g729/mod_g729.c @@ -214,10 +214,10 @@ static switch_status_t switch_g729_decode(switch_codec_t *codec, } } - } else { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "yo this frame is an odd size [%d]\n", encoded_data_len); - return SWITCH_STATUS_FALSE; - } + } //else { + //switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "yo this frame is an odd size [%d]\n", encoded_data_len); + //return SWITCH_STATUS_FALSE; + //} return SWITCH_STATUS_SUCCESS; #endif }