Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] TXFax/RXFax/AGX-Addons/SpanDSP Crashing


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
nt_jnewman at yahoo.com
Guest





PostPosted: Fri Apr 11, 2008 12:00 pm    Post subject: [asterisk-users] TXFax/RXFax/AGX-Addons/SpanDSP Crashing Reply with quote

Did this just start happening with the 1.4 tree?

Have you made any progress on getting it resolved?

Justin Newman

Quote:
Matt Riddell wrote:
Quote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tzafrir Cohen wrote:
Quote:
Let's be more specific here, folks:

What version numbers?

Asterisk, spandsp, agx-addons / rx-tx-fax?

Asterisk: yesterday's 1.4 SVN
SpanDSP: tried with pre 15, 16 and 18
AGX-Addons: tried with 1.4.5 and svn trunk
rx/txfax: supplied by AGX Addons - although they seem to build the files
and stick them into the modules directory, rather than adding to the
apps directory and modifying the Makefile.

i have Asterisk 1.4.18, SpanDSP 0.0.4pre16, AGX addons 1.4.5
linux kernel 2.6.18 AMD64. it (Asterisk) segfault on rxfax
when i enable faxdetect in zapata.conf. since then it disabled
faxdetect and use nvfaxdetect function in dialplan, it works
fine afterward.

also it seems to works fine using regular 32bit kernel.

--
Edwin Lam <edwin.lam at officegeneral.com>
Systems Engineer, Office General, Inc.
Ph: +1 415 439 4988 Fax: +1 415 283 3370
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xD6506D20



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080411/25dc0cc2/attachment.htm
Back to top
ra25 at atlas.cz
Guest





PostPosted: Tue Apr 15, 2008 9:07 pm    Post subject: [asterisk-users] TXFax/RXFax/AGX-Addons/SpanDSP Crashing Reply with quote

No progress at all. Version from Debian/Lenny repository still crashes and I'm not able to compile AGX. It gives out a long list of error messages. Some unsatisfied dependencies...?
I Can't experiment for a while after unwanted night-time visit of fire-fighters Sad I have to let everything dry and clean out of sand and drywall pieces Sad
Martin
----- Original Message -----
From: Justin Newman
To: asterisk-users at lists.digium.com
Cc: nt_jnewman at yahoo.com
Sent: 11. dubna 2008 13:00
Subject: Re: [asterisk-users] TXFax/RXFax/AGX-Addons/SpanDSP Crashing
Did this just start happening with the 1.4 tree?

Have you made any progress on getting it resolved?

Justin Newman

Quote:
Matt Riddell wrote:
Quote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tzafrir Cohen wrote:
Quote:
Let's be more specific here, folks:

What version numbers?

Asterisk, spandsp, agx-addons / rx-tx-fax?

Asterisk: yesterday's 1.4 SVN
SpanDSP: tried with pre 15, 16 and 18
AGX-Addons: tried with 1.4.5 and svn trunk
rx/txfax: supplied by AGX Addons - although they seem to build the files
and stick them into the modules directory, rather than adding to the
apps directory and modifying the Makefile.

i have Asterisk 1.4.18, SpanDSP 0.0.4pre16, AGX addons 1.4.5
linux kernel 2.6.18 AMD64. it (Asterisk) segfault on rxfax
when i enable faxdetect in zapata.conf. since then it disabled
faxdetect and use nvfaxdetect function in dialplan, it works
fine afterward.

also it seems to works fine using regular 32bit kernel.

--
Edwin Lam <edwin.lam at officegeneral.com>
Systems Engineer, Office General, Inc.
Ph: +1 415 439 4988 Fax: +1 415 283 3370
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xD6506D20





__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


------------------------------------------------------------------------------


_______________________________________________
-- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080415/1ff41b2b/attachment.htm
Back to top
mkezys at gmail.com
Guest





PostPosted: Wed Apr 16, 2008 2:13 am    Post subject: [asterisk-users] TXFax/RXFax/AGX-Addons/SpanDSP Crashing Reply with quote

AGX-Addons crashes Asterisk for us.



Working solution (on 100+ servers we installed):



-----------------



apt-get -y install g++ libtiff4 libtiff4-dev patch autoconf automake
libtiff-tools



cd /usr/src

wget
http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20080402.tar.
gz



tar xzvf spandsp-20080402.tar.gz

cd /usr/src/spandsp-0.0.4

./configure

make

make install



echo "/usr/local/lib" >> /etc/ld.so.conf

ldconfig



cd /usr/src

wget http://193.138.191.205/packets/fax_apps_asterisk14.tgz

tar xzvf fax_apps_asterisk14.tgz

cd /usr/src/fax_apps

make

make install



--------------------



Restart Asterisk.



Voila!



Regards,

Mindaugas Kezys

http://www.kolmisoft.com

MOR PRO - Advanced Billing for Asterisk







From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Martin
Sent: Wednesday, April 16, 2008 5:07 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] TXFax/RXFax/AGX-Addons/SpanDSP Crashing



No progress at all. Version from Debian/Lenny repository still crashes and
I'm not able to compile AGX. It gives out a long list of error messages.
Some unsatisfied dependencies...?

I Can't experiment for a while after unwanted night-time visit of
fire-fighters Sad I have to let everything dry and clean out of sand and
drywall pieces Sad

Martin

----- Original Message -----

From: Justin Newman <mailto:nt_jnewman at yahoo.com>

To: asterisk-users at lists.digium.com

Cc: nt_jnewman at yahoo.com

Sent: 11. dubna 2008 13:00

Subject: Re: [asterisk-users] TXFax/RXFax/AGX-Addons/SpanDSP Crashing



Did this just start happening with the 1.4 tree?

Have you made any progress on getting it resolved?

Justin Newman

Quote:
Matt Riddell wrote:
Quote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tzafrir Cohen wrote:
Quote:
Let's be more specific here, folks:

What version numbers?

Asterisk, spandsp, agx-addons / rx-tx-fax?

Asterisk: yesterday's 1.4 SVN
SpanDSP: tried with pre 15, 16 and 18
AGX-Addons: tried with 1.4.5 and svn trunk
rx/txfax: supplied by AGX Addons - although they seem to build the files
and stick them into the modules directory, rather than adding to the
apps directory and modifying the Makefile.

i have Asterisk 1.4.18, SpanDSP 0.0.4pre16, AGX addons 1.4.5
linux kernel 2.6.18 AMD64. it (Asterisk) segfault on rxfax
when i enable faxdetect in zapata.conf. since then it disabled
faxdetect and use nvfaxdetect function in dialplan, it works
fine afterward.

also it seems to works fine using regular 32bit kernel.

--
Edwin Lam <edwin.lam at officegeneral.com>
Systems Engineer, Office General, Inc.
Ph: +1 415 439 4988 Fax: +1 415 283 3370
http://pgpkeys.mit.edu:11371/pks/lookup?op=get
<http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0xD6506D20>
&search=0xD6506D20


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_____

_______________________________________________
-- 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080416/02fd41e1/attachment-0001.htm
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services