mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-04 04:12:03 +00:00
Relax the image resolutions supported for FAX
This commit is contained in:
parent
46ec57c415
commit
d501c77566
@ -882,7 +882,11 @@ static switch_status_t spanfax_init(pvt_t *pvt, transport_mode_t trans_mode)
|
|||||||
T4_SUPPORT_RESOLUTION_R8_STANDARD
|
T4_SUPPORT_RESOLUTION_R8_STANDARD
|
||||||
| T4_SUPPORT_RESOLUTION_R8_FINE
|
| T4_SUPPORT_RESOLUTION_R8_FINE
|
||||||
| T4_SUPPORT_RESOLUTION_R8_SUPERFINE
|
| T4_SUPPORT_RESOLUTION_R8_SUPERFINE
|
||||||
| T4_SUPPORT_RESOLUTION_R16_SUPERFINE);
|
| T4_SUPPORT_RESOLUTION_R16_SUPERFINE
|
||||||
|
| T4_RESOLUTION_200_100
|
||||||
|
| T4_RESOLUTION_200_200
|
||||||
|
| T4_RESOLUTION_200_400
|
||||||
|
| T4_RESOLUTION_400_400);
|
||||||
t30_set_supported_colour_resolutions(t30, 0);
|
t30_set_supported_colour_resolutions(t30, 0);
|
||||||
|
|
||||||
if (pvt->disable_v17) {
|
if (pvt->disable_v17) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user