[asterisk-bugs] [Asterisk 0013116]: Asterisk 1.4.21.1 segfaults many times daily using mixmonitor

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Aug 4 08:06:27 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13116 
====================================================================== 
Reported By:                aragon
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13116
Category:                   Applications/app_mixmonitor
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.21 
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-07-20 14:37 CDT
Last Modified:              2008-08-04 08:06 CDT
====================================================================== 
Summary:                    Asterisk 1.4.21.1 segfaults many times daily using
mixmonitor
Description: 
Random crashes while mixmonitor is used
backtrace attached
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0013210 Asterisk production environment crashes...
====================================================================== 

---------------------------------------------------------------------- 
 (0091041) jvandal (reporter) - 2008-08-04 08:06
 http://bugs.digium.com/view.php?id=13116#c91041 
---------------------------------------------------------------------- 
Problem is caused by 'MixMonitor' and fax tone. 

 == Begin MixMonitor Recording IAX2/iaxmodem0-6286
    -- Zap/71-1 is proceeding passing it to IAX2/iaxmodem0-6286
    -- Zap/71-1 is ringing
    -- Zap/71-1 answered IAX2/iaxmodem0-6286
fireworx*CLI>
Disconnected from Asterisk server




I have fix the crash problem by adding a GotoIf when call from IAXmodem to
bypass the MixMonitor(...) application

dialplan...

exten => s,n,GotoIf($["foo${FAXMODEM}" = "foo"]?$[${PRIORITY} + 1] :
$[${PRIORITY} + 2])
exten => s,n,MixMonitor


iax.conf...

[iaxmodem0]
setvar=FAXMODEM=iaxmodem0 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-08-04 08:06 jvandal        Note Added: 0091041                          
======================================================================




More information about the asterisk-bugs mailing list