[asterisk-bugs] [Asterisk 0017825]: [patch] certain exception states do not jump to 'e' error extension properly

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Aug 10 01:31:13 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17825 
====================================================================== 
Reported By:                fabled
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17825
Category:                   Core/PBX
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.10 
JIRA:                        
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-08-10 01:30 CDT
Last Modified:              2010-08-10 01:31 CDT
====================================================================== 
Summary:                    [patch] certain exception states do not jump to 'e'
error extension properly
Description: 
main/pbx.c: pbx_builtin_raise_exception() sets extensions 'e', priority 0.
It excepts to be called from within the main loop of __ast_pbx_run() where
priority is incremented before next extension is spawned.

However, pbx_uiltin_raise_exception() is called also from multiple places
across pbx.c outside of that loop leaving priority to be zero when that
loop is entered later.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-08-10 01:31 fabled         Summary                  certain exception
states do not jump to 'e' error extension properly => [patch] certain exception
states do not jump to 'e' error extension properly
======================================================================




More information about the asterisk-bugs mailing list