Hi, I am using Asterisk 1.2.1 and followed instructions on http://www.asteriskguru.com/tutorials/spandsp.html to install faxing capability on my server. I get the following error messages... Asterisk Dynamic Loader Starting: == Parsing '/etc/asterisk/modules.conf': Found [app_rxfax.so]Dec 27 12:14:27 WARNING[14679]: loader.c:334 __load_resource: No load_module in module /usr/lib/asterisk/modules/app_rxfax.so Dec 27 12:14:27 WARNING[14679]: loader.c:341 __load_resource: No unload_module in module /usr/lib/asterisk/modules/app_rxfax.so Dec 27 12:14:27 WARNING[14679]: loader.c:348 __load_resource: No usecount in module /usr/lib/asterisk/modules/app_rxfax.so Dec 27 12:14:27 WARNING[14679]: loader.c:355 __load_resource: No description in module /usr/lib/asterisk/modules/app_rxfax.so Dec 27 12:14:27 WARNING[14679]: loader.c:362 __load_resource: No key routine in module /usr/lib/asterisk/modules/app_rxfax.so Dec 27 12:14:27 WARNING[14679]: loader.c:371 __load_resource: Key routine returned NULL in module /usr/lib/asterisk/modules/app_rxfax.so Dec 27 12:14:27 WARNING[14679]: loader.c:380 __load_resource: 6 errors loading module /usr/lib/asterisk/modules/app_rxfax.so, aborted Dec 27 12:14:27 WARNING[14679]: loader.c:499 load_modules: Loading module app_rxfax.so failed! [root@lv08 modules]# Any ideas? Thank you Dov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051227/e3aaeb1b/attachment.htm
On 12/27/05, Dov Bigio <dovb@terra.com.br> wrote:> Hi, > > I am using Asterisk 1.2.1 and followed instructions on > http://www.asteriskguru.com/tutorials/spandsp.html to > install faxing capability on my server. > > I get the following error messages... > > Asterisk Dynamic Loader Starting: > == Parsing '/etc/asterisk/modules.conf': Found > [app_rxfax.so]Dec 27 12:14:27 WARNING[14679]: loader.c:334 __load_resource: > No load_module in module > /usr/lib/asterisk/modules/app_rxfax.so > Dec 27 12:14:27 WARNING[14679]: loader.c:341 __load_resource: No > unload_module in module > /usr/lib/asterisk/modules/app_rxfax.so > Dec 27 12:14:27 WARNING[14679]: loader.c:348 __load_resource: No usecount in > module /usr/lib/asterisk/modules/app_rxfax.so > Dec 27 12:14:27 WARNING[14679]: loader.c:355 __load_resource: No description > in module /usr/lib/asterisk/modules/app_rxfax.so > Dec 27 12:14:27 WARNING[14679]: loader.c:362 __load_resource: No key routine > in module /usr/lib/asterisk/modules/app_rxfax.so > Dec 27 12:14:27 WARNING[14679]: loader.c:371 __load_resource: Key routine > returned NULL in module > /usr/lib/asterisk/modules/app_rxfax.so > Dec 27 12:14:27 WARNING[14679]: loader.c:380 __load_resource: 6 errors > loading module /usr/lib/asterisk/modules/app_rxfax.so, > aborted > Dec 27 12:14:27 WARNING[14679]: loader.c:499 load_modules: Loading module > app_rxfax.so failed! > [root@lv08 modules]#Which version of the app_rxfax and app_txfax applications did you grab from http://www.soft-switch.org/? -- Bird's The Word Technologies, Inc. http://www.btwtech.com/
Dov Bigio wrote:> I am using Asterisk 1.2.1 and followed instructions on > http://www.asteriskguru.com/tutorials/spandsp.html to install faxing > capability on my server.what platform are you running on? (wich distro?) Does the make of the app_txfax and app_rxfax work out well?
Hi BJ, Kristof, It worked! I am using the version at http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.2pre21c/asterisk-1.2.x/. I think I had bad symlinks on /usr/local/lib and by reading the tutorial on AsteriskGuru I found that... (The previously installed version of spandsp has been 0.0.3, but now you have installed version 0.0.2. The problem is that the installation of version 0.0.3 creates a symlink, which is not replaced by installation of version 0.0.2. So the symlink points to the library of version 0.0.3, which actually does not exist.). I simply deleted all files related to spandsp from this directory and installed it again! Thank you Dov ----- Original Message ----- From: "Kristof Hardy" <kristof.hardy@catsanddogs.com> To: "Dov Bigio" <dovb@terra.com.br>; "Asterisk Users Mailing List - Non-CommercialDiscussion" <asterisk-users@lists.digium.com> Sent: Tuesday, December 27, 2005 12:59 PM Subject: Re: [Asterisk-Users] spandsp & fax> Dov Bigio wrote: > > I am using Asterisk 1.2.1 and followed instructions on > > http://www.asteriskguru.com/tutorials/spandsp.html to install faxing > > capability on my server. > > what platform are you running on? (wich distro?) > Does the make of the app_txfax and app_rxfax work out well? > > > >
Don, The previous question I believe was what linux are you using? By the way, I would like to know that too, just I was trying to make this work for weeks with no success. Thanks, Carlos Alperin -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Dov Bigio Sent: Tuesday, December 27, 2005 10:54 AM To: Kristof Hardy; Asterisk Users Mailing List - Non-CommercialDiscussion Subject: Re: [Asterisk-Users] spandsp & fax Hi BJ, Kristof, It worked! I am using the version at http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.2pre21c/asterisk-1. 2.x/. I think I had bad symlinks on /usr/local/lib and by reading the tutorial on AsteriskGuru I found that... (The previously installed version of spandsp has been 0.0.3, but now you have installed version 0.0.2. The problem is that the installation of version 0.0.3 creates a symlink, which is not replaced by installation of version 0.0.2. So the symlink points to the library of version 0.0.3, which actually does not exist.). I simply deleted all files related to spandsp from this directory and installed it again! Thank you Dov ----- Original Message ----- From: "Kristof Hardy" <kristof.hardy@catsanddogs.com> To: "Dov Bigio" <dovb@terra.com.br>; "Asterisk Users Mailing List - Non-CommercialDiscussion" <asterisk-users@lists.digium.com> Sent: Tuesday, December 27, 2005 12:59 PM Subject: Re: [Asterisk-Users] spandsp & fax> Dov Bigio wrote: > > I am using Asterisk 1.2.1 and followed instructions on > > http://www.asteriskguru.com/tutorials/spandsp.html to install faxing > > capability on my server. > > what platform are you running on? (wich distro?) > Does the make of the app_txfax and app_rxfax work out well? > > > >_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users