Hi
Asterisk Version: 10.12.2
FFA Version: 10.1_1.3.1
I would like to send faxes via FFA's SendFax() application with higher resolutions e.g.:
- 300x300 DPI (Superfine)
- 400x400 DPI (Ultrafine)
Does anyone know how to do this?
I already tried to change the ghostscript command, which generated the tiff file, but that did not seem to do the trick:
gs -q -r400x400 -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sPAPERSIZE=letter -sOutputFile=fax.tif input.pdf
Trying to send this file resulted in a segfault and a forced restart of asterisk:
[Aug 7 15:51:14] ERROR[31069]: res_fax_digium.c:2145 dgm_fax_start: FAX handle 0: failed to queue document 'fax.tif'
[Aug 7 15:51:14] ERROR[31069]: res_fax.c:1380 generic_fax_exec: channel 'channel' FAX session '0' failure, reason: 'failed to start FAX session' (INIT_ERROR)
j16344*CLI>
Disconnected from Asterisk server
Executing last minute cleanups
My questions:
- Is faxing in a different resolution supported by FFA?
- If yes, in which format do I have to generate the TIFF-file?
- Or is there a fundamental error in my thinking?
Thanks
Greetings
Oli4