[asterisk-bugs] [Asterisk 0013327]: pattern match for a hints always gives state:idle for all extensions
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Aug 16 16:06:16 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13327
======================================================================
Reported By: pj
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13327
Category: Channels/chan_sip/Subscriptions
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 138442
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-08-16 15:43 CDT
Last Modified: 2008-08-16 16:06 CDT
======================================================================
Summary: pattern match for a hints always gives state:idle
for all extensions
Description:
I'm using this ael syntax for pattern match for hints
hint(SIP/${EXTEN}) _ZXX => NoOP;
when subscribe to extensions using this pattern match, it gives always
"idle" state for all subscribed extensions, regardless of actual state of
line, it shows always "idle" for unregistered, or even not existent peers!
pattern match for hints feature was added into trunk in rev. 109970
======================================================================
----------------------------------------------------------------------
(0091479) pj (reporter) - 2008-08-16 16:06
http://bugs.digium.com/view.php?id=13327#c91479
----------------------------------------------------------------------
to work correctly "SIP/${EXTEN}", from example above, should be replaced to
extension number which is subscribed, eg.
replace:
108 at linestates : SIP/${EXTEN} State:Idle Watchers 1
with:
108 at linestates : SIP/108 State:Idle Watchers 1
Issue History
Date Modified Username Field Change
======================================================================
2008-08-16 16:06 pj Note Added: 0091479
======================================================================
More information about the asterisk-bugs
mailing list