[asterisk-users] Faxing: Anyone have a compiled executable?

Steve Underwood steveu at coppice.org
Sun Jan 17 09:12:23 CST 2010


On 01/17/2010 04:11 PM, Doug wrote:
> At 23:04 1/16/2010, Tilghman Lesher wrote:
>
>   >That's incorrect.  "module show" shows only those modules which are currently
>   >loaded.  BTW, there is also the command "module show like fax", which is much
>   >easier than typing out the whole module name, may show you more modules than
>   >you were aware of, and might be extremely helpful by showing you other
>   >related modules that are already loaded.
>
> Thanks, guys.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> CLI>  module show like fax
> Module                         Description
>     Use Count
> 0 modules loaded
>
>
> CLI>  module show like zt
> Module                         Description
>     Use Count
> 0 modules loaded
>
>
> CLI>  module show like zap
> Module                         Description
>     Use Count
> app_zapateller.so              Block Telemarketers with Special Informa 0
> 1 modules loaded
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> No joy.
>
>
> Read this and recompiled Asterisk:
>     <http://ibot.rikers.org/%23asterisk/20090618.html.gz>
>
> Got these messages:
>
>       WARNING WARNING WARNING
>
>      Your Asterisk modules directory, located at
>      /usr/lib/asterisk/modules
>      contains modules that were not installed by this
>      version of Asterisk. Please ensure that these
>      modules are compatible with this version before
>      attempting to run Asterisk.
>
>         app_fax.so
>         app_saycountpl.so
>         chan_ooh323.so
>         format_mp3.so
>
>
> Read something else and found this in:
>
>     /var/log/asterisk/messages
>
>
> [Jan 17 01:28:16] NOTICE[2479] loader.c: 145 modules will be loaded.
> [Jan 17 01:28:16] WARNING[2479] loader.c: Error loading module
> 'app_fax.so': libspandsp.so.2: cannot open shared object file: No
> such file or directory
> [Jan 17 01:28:17] WARNING[2479] res_smdi.c: No SMDI interfaces are
> available to listen on, not starting SMDI listener.
> [Jan 17 01:28:19] WARNING[2479] loader.c: Error loading module
> 'app_fax.so': libspandsp.so.2: cannot open shared object file: No
> such file or directory
> [Jan 17 01:28:19] WARNING[2479] loader.c: Module 'app_fax.so' could
> not be loaded.
> [Jan 17 01:28:19] ERROR[2479] chan_dahdi.c: Unable to load zapata.conf
> [Jan 17 01:28:20] NOTICE[2479] chan_ooh323.c:
> ---------------------------------------------------------------------------------
> ---  ******* IMPORTANT NOTE ***********
> ---
> ---  This module is currently unsupported.  Use it at your own risk.
> ---
> ---------------------------------------------------------------------------------
>
> Does libspandsp.so.2 need to be copied to someplace
> else?
>
>     # find / -name "libspandsp.so.2*"
>     /usr/src/asterisk/spandsp/spandsp-0.0.6/src/.libs/libspandsp.so.2.0.0
>     /usr/src/asterisk/spandsp/spandsp-0.0.6/src/.libs/libspandsp.so.2
>     /usr/local/lib/libspandsp.so.2.0.0
>     /usr/local/lib/libspandsp.so.2
>    
spandsp follows the normal default behaviour for application using the 
autotools, but this behaviour can be a nuisance for some people. By 
default it puts the library in /usr/local when you do a make install. On 
many machines this directory exists, but is not in the runtime library 
search path. It is, however, in the build search path, so programs build 
OK, but do not run.

Build spandsp with "./configure --prefix=/usr" or add /usr/local/lib to 
your library search list.
>
> Do I need a zapata.conf if I am using ztdummy?
>
>     # find / -name "zapata.conf"
>     #
>
> Any other ideas?
>
>
>    
Steve




More information about the asterisk-users mailing list