[asterisk-bugs] [Asterisk 0014191]: Asterisk 1.6 restarts after completion of incoming fax
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jan 8 16:23:57 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14191
======================================================================
Reported By: Ian
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14191
Category: Applications/app_fax
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Asterisk Version: 1.6.0.3-rc1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2009-01-07 13:34 CST
Last Modified: 2009-01-08 16:23 CST
======================================================================
Summary: Asterisk 1.6 restarts after completion of incoming
fax
Description:
Asterisk 1.6.0.3rc1
dahdi-linux-2.1.0
dahdi-tools-2.1.0
libpri-1.4.8
SpanDSP-0.0.5pre4
My configuration is as follows. I have an asterisk 1.4 server that
interfaces with a POTS network. Our fax calls come into this server on an
analog card. The extension is then passed onto a second server running 1.6
which is dedicated for faxes. here is the extensions.conf
exten => _22X,1,Wait(2)
exten => _22X,n,Set(FAXFILE=/var/fax/${UNIQUEID}.tif)
exten => _22X,n,Answer()
exten => _22X,1,Wait(3)
exten => _22X,n,ReceiveFax(${FAXFILE})
exten => _22X,1,Hangup()
The fax is saved in the correct directory. However, after the save
asterisk restarts with a code 127
the only error that shows up is:
symbol lookup error /var/lib/asterisk/modules/app_fax.so undefined symbol
T30_get_tx_ident
A fresh reinstall of everything did not fix the problem.
When it was first installed everything work great. When I stress tested
with 8 incoming faxes simultaneously this problem popped up and never went
away.
Ian
======================================================================
----------------------------------------------------------------------
(0097246) snuffy (manager) - 2009-01-08 16:23
http://bugs.digium.com/view.php?id=14191#c97246
----------------------------------------------------------------------
Please post a backtrace of the fault (if it generates one)
Follow guidelines in doc/backtrace.txt on how to get a backtrace.
Issue History
Date Modified Username Field Change
======================================================================
2009-01-08 16:23 snuffy Note Added: 0097246
======================================================================
More information about the asterisk-bugs
mailing list