diff --git a/apps/app_fax.c b/apps/app_fax.c index bef5ed551113f4c8f6fd133454ef985d972e9123..ede204437376a8eedd52c7911c1d631d8d07e204 100644 --- a/apps/app_fax.c +++ b/apps/app_fax.c @@ -373,8 +373,12 @@ static int transmit_audio(fax_session *s) .rate = AST_T38_RATE_14400, .rate_management = AST_T38_RATE_MANAGEMENT_TRANSFERRED_TCF, .fill_bit_removal = 1, - .transcoding_mmr = 1, - .transcoding_jbig = 1, +/* + * spandsp has API calls to support MMR and JBIG transcoding, but they aren't + * implemented quite yet... so don't offer them to the remote endpoint + * .transcoding_mmr = 1, + * .transcoding_jbig = 1, +*/ }; /* if in called party mode, try to use T.38 */