[asterisk-bugs] [Asterisk 0018208]: Asterisk crash using PickUp Application

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Oct 25 08:50:35 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18208 
====================================================================== 
Reported By:                andrel
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18208
Category:                   General
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.13 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-10-25 08:49 CDT
Last Modified:              2010-10-25 08:50 CDT
====================================================================== 
Summary:                    Asterisk crash using PickUp Application
Description: 
Asterisk crash when using PickUp() in DialPlan
logs as attachments.
====================================================================== 

---------------------------------------------------------------------- 
 (0128383) andrel (reporter) - 2010-10-25 08:50
 https://issues.asterisk.org/view.php?id=18208#c128383 
---------------------------------------------------------------------- 
DialPLAN on Server 1

context voip {
	_90XX => {
		Dial(SIP/${EXTEN},40);
	};

	_9003 => {
		PickUp(9002 at voip);
	};
};

context advdundi {
	_01190XX => NoOp;
};

DialPLAN on Server 2

context voip {
	_80XX => {
		Dial(SIP/${EXTEN},40);
	};

};

context advdundi {
	_01180XX => NoOp;
};
Scenário

3 Asterisk Servers
1 = DUNDi Concentrator
2 = Normal PBX IP

Server 1:
 - 9001 = sip user
 - 9002 = sip user

Server 2:
 - 8001 = sip user 
 - 8002 = sip user

8001 dials 0119002 (goes thru DUNDi IAX)
9001 dials 9003 (Local SIP)

Asterisk crash.

gdb and valgrind logs as attachements. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-25 08:50 andrel         Note Added: 0128383                          
======================================================================




More information about the asterisk-bugs mailing list