From: Steve Underwood Date: Fri, 10 May 2013 13:44:17 +0000 (+0800) Subject: Relax the image resolutions supported for FAX X-Git-Tag: v1.5.1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d501c77566e88d5e9b68f71bf48dadd7dae186f6;p=thirdparty%2Ffreeswitch.git Relax the image resolutions supported for FAX --- diff --git a/src/mod/applications/mod_spandsp/mod_spandsp_fax.c b/src/mod/applications/mod_spandsp/mod_spandsp_fax.c index 9364d054dd..b1c0135f42 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp_fax.c +++ b/src/mod/applications/mod_spandsp/mod_spandsp_fax.c @@ -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_FINE | 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); if (pvt->disable_v17) {