Hi men,
Just a quick howto install FAX.
In my case, I am playing with Asterisk 1.6.1, downgrading my previous 1.6.2 which can't have FAX modules for now.
You must synchronise the correct FAX version with your Asterisk version !
After having received your FAX license and registered it with the "register" tool, you must download and execute the "benchfax" to know what is the correct FAX module version for your Asteris kserver environment :
wget
http://downloads.digium.com/pub/telepho ... 0.7-x86_32
chmod 500 benchfax-1.0.7-x86_32
./benchfax-1.0.7-x86_32
After few minutes (5 x 14 tests !) you must read the result and know what version you must download.
Mine was "opteron".
Then, download the two necessary modules (change for yours depending Asteirsk version and CPU) :
wget
http://downloads.digium.com/pub/telepho ... _32.tar.gz
wget
http://downloads.digium.com/pub/telepho ... _32.tar.gz
tar xzvf res_fax-1.6.1_1.0.8-x86_32.tar.gz
tar xzvf res_fax_digium-1.6.1_1.0.8-opteron_32.tar.gz
Then, copy the two modules to the good Asterisk lib repertory :
cp res_fax-1.6.1_1.0.8-x86_32/res_fax.so /usr/lib/asterisk/modules
cp res_fax_digium-1.6.1_1.0.8-opteron_32/res_fax_digium.so /usr/lib/asterisk/modules
Restart Asterisk and you can check if ok by entering any command starting by "FAX" from the Asterisl CLI :
asterisk*CLI> fax show version
Fax For Asterisk Components:
Applications: 1.6.1_1.0.8
Digium Fax T.38 Driver: 1.6.1_1.0.8 (optimized for opteron_32)
Digium Fax G.711 Driver: 1.6.1_1.0.8 (optimized for opteron_32)
That's all !
Thank you Digium guys !
Best Regards,
Francois BERGERET
France