[asterisk-bugs] [Asterisk 0014357]: lockout after AEL reload

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Feb 13 17:24:27 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14357 
====================================================================== 
Reported By:                pj
Assigned To:                murf
====================================================================== 
Project:                    Asterisk
Issue ID:                   14357
Category:                   Channels/chan_sip/Subscriptions
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 170794 
Request Review:              
====================================================================== 
Date Submitted:             2009-01-28 13:01 CST
Last Modified:              2009-02-13 17:24 CST
====================================================================== 
Summary:                    lockout after AEL reload
Description: 
My asterisk get locked, after AEL reload,
It seems, that it happen, if I use pattern match for hints in dialplan,
like:
        hint(SIP/${EXTEN}) _ZXX! => NoOP;

CLI console output with some errors before lock happen is attached, 
also 'core show locks' output is attached



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

---------------------------------------------------------------------- 
 (0100149) murf (administrator) - 2009-02-13 17:24
 http://bugs.digium.com/view.php?id=14357#c100149 
---------------------------------------------------------------------- 
OK, I stand corrected.

I found the code addition that was made for this. The variable references
have to be global vars. The code will not try to evaluate the ${...} in
terms of a channel, where stuff like ${EXTEN} is stored. So, most likely,
the ${EXTEN} will evaluate to a null string, so you'll be left with
hint(SIP/). I don't know if
this will give you the intended results. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-13 17:24 murf           Note Added: 0100149                          
======================================================================




More information about the asterisk-bugs mailing list