FS-4819 --resolve we can match the one offered just for the sake of interop since it probably won't hurt anything, if it does we can take further action

This commit is contained in:
Anthony Minessale 2013-09-12 10:02:44 +05:00
parent ea5e88414b
commit 8258abc3ac
1 changed files with 3 additions and 1 deletions

View File

@ -1053,7 +1053,9 @@ static t38_mode_t negotiate_t38(pvt_t *pvt)
t38_options->T38FaxTranscodingMMR = 0;
t38_options->T38FaxTranscodingJBIG = 0;
t38_options->T38FaxRateManagement = "transferredTCF";
t38_options->T38FaxMaxBuffer = 2000;
if (!t38_options->T38FaxMaxBuffer) {
t38_options->T38FaxMaxBuffer = 2000;
}
t38_options->T38FaxMaxDatagram = LOCAL_FAX_MAX_DATAGRAM;
if (!zstr(t38_options->T38FaxUdpEC) &&
(strcasecmp(t38_options->T38FaxUdpEC, "t38UDPRedundancy") == 0 ||