[asterisk-bugs] [Asterisk 0011979]: Asterisk crash when I park a call

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Aug 27 17:38:43 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11979 
====================================================================== 
Reported By:                jvandal
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   11979
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.4.18 
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-02-12 12:04 CST
Last Modified:              2008-08-27 17:38 CDT
====================================================================== 
Summary:                    Asterisk crash when I park a call
Description: 
Using Asterisk 1.4.18, when I try to park a call, I immediatly got a core
dump just after playback the parking lot.

CentOS 4.6, i386, kernel 2.6.9-67.0.1 (CentOS).



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

---------------------------------------------------------------------- 
 (0091841) mdu113 (reporter) - 2008-08-27 17:38
 http://bugs.digium.com/view.php?id=11979#c91841 
---------------------------------------------------------------------- 
There's actually one more case when I can get asterisk crashed.
It happens when I execute Park app from agi script that is run by dynamic
feature. This only happens if dynamic feature is configured to run on
peer.
Here's the setup:
- features.conf:
[applicationmap]
park_caller => *33,peer/callee,AGI,park.agi|park_caller
park_callee => *33,peer/caller,AGI,park.agi|park_callee

- script park.agi:

#!/usr/bin/perl -w

<STDIN>;
print "exec park\n";
<STDIN>;

Attached file - park_dyn_feature-20080827.txt is asterisk log and
backtrace.
FYI: if dynamic feature is configured to run the script on "self" channel
(self/callee,self/caller) then everything works fine.
I understand that this setup is quite exotic, but it indicates that some
problems still exist in the parking code. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-08-27 17:38 mdu113         Note Added: 0091841                          
======================================================================




More information about the asterisk-bugs mailing list