all,We are running a fax2email service based on asterisk 1.8.18.0, and we are currently trying out asterisk 1.8.32.2 in our labs. We get the following error when sending faxes out:[Apr 7 14:34:20] ERROR[16653]: res_fax.c:2121 sendfax_exec: modemssett..
Author : Simon Humbert
Home » Articles posted by Simon Humbert
all,It looks like people commonly use this kind of dialplan when receiving faxes on Asterisk, with a jump to extension fax during the Wait() if a fax tone is detected:[start-here]exten => _X.,1,Answer()exten => _X.,n,Wait(n)exten => _X.,n,…do stuff..