[asterisk-bugs] [Asterisk 0007767]: [patch] Allow a simple lookup for hint extensions
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Jan 17 14:03:46 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=7767
======================================================================
Reported By: Corydon76
Assigned To: Corydon76
======================================================================
Project: Asterisk
Issue ID: 7767
Category: Core/Configuration
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 55435
Disclaimer on File?: Yes
Request Review:
======================================================================
Date Submitted: 08-19-2006 23:44 CDT
Last Modified: 01-17-2008 14:03 CST
======================================================================
Summary: [patch] Allow a simple lookup for hint extensions
Description:
Currently, all hints must contain only expressions which do not depend upon
a channel definition, since hints may be called without a channel.
However, since hints are always context- and extension-specific, there
should be a way to reference those indicated values when evaluating a hint.
======================================================================
----------------------------------------------------------------------
JCCyC - 01-17-08 14:03
----------------------------------------------------------------------
Small bug: your two patches pbx-branch-1.4-97753.diff and
pbx-trunk-98436.diff stop working if there's no global variables defined.
This is due to the test AST_LIST_FIRST(&globals) which should be moved to
wrap only the call to pbx_substitute_variables_varshead() and the
subsequent assignment.
Workaround: define some dummy local variable.
Issue History
Date Modified Username Field Change
======================================================================
01-17-08 14:03 JCCyC Note Added: 0080823
======================================================================
More information about the asterisk-bugs
mailing list