mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
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:
@@ -1089,7 +1089,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 ||
|
||||
|
||||
Reference in New Issue
Block a user