echo it broken if we receive it broken

This commit is contained in:
Brian West 2011-12-07 02:49:43 -06:00
parent 9fe1f6fdcb
commit 2d2fe133eb
1 changed files with 2 additions and 0 deletions

View File

@ -835,9 +835,11 @@ static t38_mode_t negotiate_t38(pvt_t *pvt)
t38_options->T38MaxBitRate = (pvt->disable_v17) ? 9600 : 14400; 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? */ /* 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)) { if (!zstr(t38_options->sdp_o_line) && !switch_stristr("cisco", t38_options->sdp_o_line)) {
t38_options->T38FaxFillBitRemoval = 1; t38_options->T38FaxFillBitRemoval = 1;
} }
*/
t38_options->T38FaxTranscodingMMR = 0; t38_options->T38FaxTranscodingMMR = 0;
t38_options->T38FaxTranscodingJBIG = 0; t38_options->T38FaxTranscodingJBIG = 0;