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

Doug Doug at NaTel.net
Sun Jan 17 02:11:17 CST 2010


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


Do I need a zapata.conf if I am using ztdummy?

   # find / -name "zapata.conf"
   #

Any other ideas? 




More information about the asterisk-users mailing list