I'm trialling Asterisk + Digium Fax and have trouble getting the res_fax_digium.so module to load.
I'm running 64-bit CentOS, Asterisk 12.0 installed via the repository (yum). I ran the fax benchmark tool that told me to install the 64-bit Opteron version but that and all the other 64-bit versions give me this error when attempting to load it;
ip-172-31-11-182*CLI> module load res_fax_digium
Unable to load module res_fax_digium
Command 'module load res_fax_digium' failed.
[Feb 13 04:07:32] WARNING[14538]: loader.c:523 load_dynamic_module: Error loading module 'res_fax_digium': /usr/lib64/asterisk/modules/res_fax_digium.so: undefined symbol: ast_verb_sys_level
[Feb 13 04:07:32] WARNING[14538]: loader.c:1032 load_resource: Module 'res_fax_digium' could not be loaded.
Some other details;
[root@ip-172-31-11-182 ~]# uname -a
Linux ip-172-31-11-182 2.6.32-431.5.1.el6.x86_64 #1 SMP Wed Feb 12 00:41:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
[root@ip-172-31-11-182 ~]# rpm -qa | grep asterisk
asterisk-sounds-core-en-gsm-1.4.24-1_centos6.noarch
asterisk-doc-12.0.0-2_centos6.x86_64
asterisk-voicemail-12.0.0-2_centos6.x86_64
asterisk-configs-12.0.0-2_centos6.x86_64
asterisknow-version-3.0.1-2_centos6.noarch
asterisk-core-12.0.0-2_centos6.x86_64
asterisk-dahdi-12.0.0-2_centos6.x86_64
asterisk-12.0.0-2_centos6.x86_64
[root@ip-172-31-11-182 modules]# file res_fax_digium.so
res_fax_digium.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped
ip-172-31-11-182*CLI> module show like fax
Module Description Use Count Status
res_fax.so Generic FAX Applications 0 Running
1 modules loaded
Your help would be much appreciated.
Thanks