]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Relax the image resolutions supported for FAX
authorSteve Underwood <steveu@coppice.org>
Fri, 10 May 2013 13:44:17 +0000 (21:44 +0800)
committerSteve Underwood <steveu@coppice.org>
Fri, 10 May 2013 13:44:17 +0000 (21:44 +0800)
src/mod/applications/mod_spandsp/mod_spandsp_fax.c

index 9364d054dda3ce36f622e4a7a55e846f529bd148..b1c0135f428fac8c98f4d045554f7d85b3146d6c 100644 (file)
@@ -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) {