Doug wrote: > > > >app_fax.c from: > > > > > > > >https://agx-ast-addons.svn.sourceforge.net/svnroot/agx-ast-addons/trun > > > >k/app-spandsp/ > > Compiled OK: > /usr/src/asterisk/app_fax# ls -lta app_fax.* > -rwxr-xr-x 1 root root 28869 Jan 13 00:25 app_fax.so > -rw-r--r-- 1 root root 25242 Jan 13 00:24 app_fax.c > > Copied to modules directory: > > cp -p app_fax.so /usr/lib/asterisk/modules/ > > There it is: > > ls -lta /usr/lib/asterisk/modules/app_fax* > > -rwxr-xr-x 1 root root 28869 Jan 16 02:10 > /usr/lib/asterisk/modules/app_fax.so > > Added a specific line in /etc/asterisk/modules.conf: > > load => app_fax.so > > Rebooted. No module loaded: > > # lsmod | grep fax > #
app_fax is not a kernel module, it's an Asterisk module. 'lsmod' is never going to show it. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: [email protected] Check us out at www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
