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

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Feb 13 15:52:48 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 15:52 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



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

---------------------------------------------------------------------- 
 (0100146) pj (reporter) - 2009-02-13 15:52
 http://bugs.digium.com/view.php?id=14357#c100146 
---------------------------------------------------------------------- 
this is my complet context for hints:

context linestates {
        hint(SIP/${EXTEN}) _ZXX! => ;
}

it automatically creates this hints:

    -= Registered Asterisk Dial Plan Hints =-
               888phone at linestates          : SIP/888phone         
State:Idle            Watchers  1
                    726 at linestates          : SIP/726              
State:Idle            Watchers  1
                    408 at linestates          : SIP/408              
State:Idle            Watchers  1
                   324p at linestates          : SIP/324p             
State:Idle            Watchers  1
                    322 at linestates          : SIP/322              
State:Idle            Watchers  1
                    628 at linestates          : SIP/628              
State:Idle            Watchers  0
                    734 at linestates          : SIP/734              
State:Unavailable     Watchers  0
                    743 at linestates          : SIP/743              
State:Unavailable     Watchers  1
                    455 at linestates          : SIP/455              
State:Unavailable     Watchers  1
                    324 at linestates          : SIP/324              
State:Unavailable     Watchers  1
                  _ZXX!@linestates          : SIP/${EXTEN}         
State:Idle            Watchers  0


dialplan show linestates
[ Context 'linestates' created by 'pbx_ael' ]
  '322' =>          hint: SIP/322                                
[pbx_ael]
  '324' =>          hint: SIP/324                                
[pbx_ael]
  '324p' =>         hint: SIP/324p                               
[pbx_ael]
  '408' =>          hint: SIP/408                                
[pbx_ael]
  '455' =>          hint: SIP/455                                
[pbx_ael]
  '628' =>          hint: SIP/628                                
[pbx_ael]
  '726' =>          hint: SIP/726                                
[pbx_ael]
  '734' =>          hint: SIP/734                                
[pbx_ael]
  '743' =>          hint: SIP/743                                
[pbx_ael]
  '888phone' =>     hint: SIP/888phone                           
[pbx_ael]
  '_ZXX!' =>        hint: SIP/${EXTEN}                           
[pbx_ael]


... when subscribtions are in effect...

sip show subscriptions
Peer             User        Call ID          Extension        Last state 
   Type            Mailbox    Expiry
193.85.164.154   324p        MGU4NTVlZTFiZjk  888phone at linest  Idle       
   pidf+xml        <none>     000400
193.85.164.154   324p        MmY4YjJmN2FhZDc  455 at linestates   Idle       
   pidf+xml        <none>     000400
193.85.164.154   324p        MGI1MjgxNTEyZDk  726 at linestates   Idle       
   pidf+xml        <none>     000400
193.85.164.154   324p        OTYyNGViNjRkMmY  324 at linestates   Idle       
   pidf+xml        <none>     000400
193.85.164.154   324p        ZGE4ZjJiNWQ0YTA  324p at linestates  Idle       
   pidf+xml        <none>     000400
193.85.164.154   324p        Y2Y0NDQ1MDI2NzA  322 at linestates   Idle       
   pidf+xml        <none>     000400
193.85.164.154   324p        N2EzN2MxN2ViZTQ  408 at linestates   Idle       
   pidf+xml        <none>     000400
193.85.164.154   324p        NTY3ZjliNTIyMDY  743 at linestates   Idle       
   pidf+xml        <none>     000400
8 active SIP subscriptions 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-13 15:52 pj             Note Added: 0100146                          
======================================================================




More information about the asterisk-bugs mailing list