[asterisk-bugs] [Asterisk 0014357]: lockout after AEL reload
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Feb 13 18:19:00 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 18:19 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
======================================================================
----------------------------------------------------------------------
(0100151) murf (administrator) - 2009-02-13 18:19
http://bugs.digium.com/view.php?id=14357#c100151
----------------------------------------------------------------------
No, I'm having trouble reproducing this. I have 4 dahdi ports, dahdi/25,
dahdi/26,
dahdi/27, and dahdi/28. I put this line into my dialplan, in a subcontext
that is included by the context that handles when these phones go
off-hook:
hint(dahdi/${EXTEN}) _1ZX! =>
{
Set(CDR(myvar)=zingo);
Dial(Dahdi/${EXTEN:1},30,eTtWwKkHhXx);
}
and core show hints says:
*CLI> core show hints
-= Registered Asterisk Dial Plan Hints =-
958 at notmymessage : Meetme:100&park:701& State:Idle
Watchers 0
_1ZX!@dialextens : dahdi/${EXTEN} State:Idle
Watchers 0
foo4 at default : SIP/foo4&IAX2/foo4 State:Unavailable
Watchers 0
----------------
- 3 hints registered
(The other 2 are from other parts of the dialplan).
Anything I'm missing?
Issue History
Date Modified Username Field Change
======================================================================
2009-02-13 18:19 murf Note Added: 0100151
======================================================================
More information about the asterisk-bugs
mailing list