Open Source - Can SpanDSP and FaxForAsterisk coexist in the same asterisk implementation?
In short, no. FaxforAsterisk is intended to replace SpanDSP for handling faxes within Asterisk. Although the modules are named differently, please take into consideration that they perform similar functions and register the same applications in Asterisk core.
In order to disable SpanDSP, please either remove or configure Asterisk to not load the module.
[Disable]
In the file /etc/asterisk/module.conf add the line:
noload => res_fax_spandsp.so
[Remove]
rm /usr/lib/asterisk/modules/res_fax_spandsp.so
Then restart Asterisk.
Note: Prior to Asterisk 1.8, the SpanDSP module was "app_fax.so"
Related content
Open Source - Fax For Asterisk FAQ
Open Source - Fax For Asterisk FAQ
More like this
Open Source - Does Asterisk include a desktop client or web client for sending & receiving faxes?
Open Source - Does Asterisk include a desktop client or web client for sending & receiving faxes?
More like this
Open Source - How to Disable Fax For Asterisk
Open Source - How to Disable Fax For Asterisk
More like this
PBX Platforms - Changing Major Asterisk Versions on the Fly
PBX Platforms - Changing Major Asterisk Versions on the Fly
More like this
Build Single Asterisk Module
Build Single Asterisk Module
More like this
SIPStation and FAXStation - Difference between res_fax and res_fax_digium
SIPStation and FAXStation - Difference between res_fax and res_fax_digium
More like this