[asterisk-users] Faxing: Anyone have a compiled executable?
Kevin P. Fleming
kpfleming at digium.com
Sat Jan 16 10:14:53 CST 2010
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: kpfleming at digium.com
Check us out at www.digium.com & www.asterisk.org
More information about the asterisk-users
mailing list