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

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Nov 19 12:28:10 CST 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-11-19 12:28 CST
====================================================================== 
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


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

---------------------------------------------------------------------- 
 (0095088) svnbot (reporter) - 2008-11-19 12:28
 http://bugs.digium.com/view.php?id=13473#c95088 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 157784

U   trunk/configure
U   trunk/configure.ac

------------------------------------------------------------------------
r157784 | tilghman | 2008-11-19 12:28:09 -0600 (Wed, 19 Nov 2008) | 6
lines

Add check for t38_terminal_init in spandsp (not found in 0.0.6, so it
should fail reasonably)
(closes issue http://bugs.digium.com/view.php?id=13473)
 Reported by: genie
 Patches: 
       20080916__bug13473.diff.txt uploaded by Corydon76 (license 14)

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

http://svn.digium.com/view/asterisk?view=rev&revision=157784 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-11-19 12:28 svnbot         Checkin                                      
2008-11-19 12:28 svnbot         Note Added: 0095088                          
======================================================================




More information about the asterisk-bugs mailing list