Res_fax_spandsp – Information About Used Protocol T38 Or G711?
Hello!
I’m working on a fax solution, which reports the result of each sent or received fax to the database.
When using option “F” or not using option “f”, it’s clear which protocol has been used. But if “f” is used, it could be g711 or t38. Is there any variable which contains this information at the end of the fax transmission?
I’m using asterisk 13.
Thanks for any hint, Michael
2 thoughts on - Res_fax_spandsp – Information About Used Protocol T38 Or G711?
after completion you find ${FAXMODE} filled with audio or T38, depending on what has been used. hope that is what you are looking for.
regards, andre
Yes, that’s exactly what I’ve been looking for!
Thanks, Michael