[asterisk-bugs] [Asterisk 0013473]: [patch] Asterisk 1.6.0-rc6 crashes with ReceiveFAX

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Oct 28 18:23:38 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13473 
====================================================================== 
Reported By:                genie
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13473
Category:                   Applications/General
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           1.6.1-beta1 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-09-12 13:12 CDT
Last Modified:              2008-10-28 18:23 CDT
====================================================================== 
Summary:                    [patch] Asterisk 1.6.0-rc6 crashes with ReceiveFAX
Description: 
I'm trying to receive a fax message sent by Zoiper 2.16. Following
instructions on webapges I have edited the follwoing configuratin files:

===SIP.CONF=== 
[general]
t38pt_udptl = yes

[1000]
type=friend
context=fax_context
host=dynamic
allow=all
t38pt_udptl = yes


===EXTENSIONS.CONF===
[fax_context]
exten => 300,1,Verbose(Receiving....)
exten => 300,n,ReceiveFAX(fax.sff)
exten => 300,n,Hangup()

exten => h,1,Verbose(Received)
exten => h,n,Noop(FAXSTATUS = ${FAXSTATUS})


Unfortunatelly, when I try to send a fex asterisk crashes completely: i
need to strat it again by typing "sodo asterisk" and then "sodo asterisk
-r" to enter the console.

On the asterisk console I have only following information

Connected to Asterisk 1.6.0-rc6 currently running on durotar (pid =
15529)
Verbosity was 0 and is now 28
  == Using SIP RTP CoS mark 5
  == Using UDPTL CoS mark 5
    -- Executing [300 at fax_context:1] Verbose("SIP/1000-082587e8",
"Receiving....") in new stack
Obierze czy nie....
    -- Executing [300 at fax_context:2] ReceiveFAX("SIP/1000-082587e8",
"fax.sff") in new stack
durotar*CLI>
Disconnected from Asterisk server
Executing last minute cleanups


====================================================================== 

---------------------------------------------------------------------- 
 (0094348) dimas (reporter) - 2008-10-28 18:23
 http://bugs.digium.com/view.php?id=13473#c94348 
---------------------------------------------------------------------- 
SpanDSP 0.0.5pre4 works fine.
I bet you guys have multiple versions of SpanDSP installed on your
machines possibly at different locations. So you can compile fine with one
of them while actual loading of library picks up another one (old) and
Asterisk crashes - just type

locate libspandsp.so

and see what directories in addition to /usr/local/lib and the directory
where spandsp was built contains it.

I personally would remove all instances of spandsp libraries before
installing new. Something like

rm /lib/libspandsp* /usr/lib/libspandsp* /usr/local/lib/libspandsp*

USE AT YOUR OWN RISK! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-10-28 18:23 dimas          Note Added: 0094348                          
======================================================================




More information about the asterisk-bugs mailing list