From: Brian West Date: Wed, 7 Dec 2011 08:49:43 +0000 (-0600) Subject: echo it broken if we receive it broken X-Git-Tag: v1.2-rc1~27^2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2fe133eba546f04453877f2c1f2a77e9823652;p=thirdparty%2Ffreeswitch.git echo it broken if we receive it broken --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_fax.c b/src/mod/applications/mod_spandsp/mod_spandsp_fax.c index 8eb26a921d..5f90dfe24a 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_fax.c +++ b/src/mod/applications/mod_spandsp/mod_spandsp_fax.c @@ -835,9 +835,11 @@ static t38_mode_t negotiate_t38(pvt_t *pvt) t38_options->T38MaxBitRate = (pvt->disable_v17) ? 9600 : 14400; /* cisco gets mad when we set this to one in a response where they set it to 0, are we allowed to hardcode this to 1 on responses? */ + /* if (!zstr(t38_options->sdp_o_line) && !switch_stristr("cisco", t38_options->sdp_o_line)) { t38_options->T38FaxFillBitRemoval = 1; } + */ t38_options->T38FaxTranscodingMMR = 0; t38_options->T38FaxTranscodingJBIG = 0;