[Home]

Summary:ASTERISK-10577: hint to monitor meetme using ael syntax
Reporter:pj (pj)Labels:
Date Opened:2007-10-19 10:13:42Date Closed:2007-10-23 23:23:43
Priority:MinorRegression?No
Status:Closed/CompleteComponents:PBX/pbx_ael
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:dialplan below, generates ael syntax error,
it seems, that ael don't like ':' in hint, to specify meetme room number.
old syntax is working...
exten => 958,hint,Meetme:100

context linestates {
     hint(SIP/324) 324 => NoOP;
     hint(Meetme:100) 958 => NoOP;
}

Cols: 19-19: Error: syntax error, unexpected ':', expecting ')' or '&' or word
Comments:By: Digium Subversion (svnbot) 2007-10-23 22:53:32

Repository: asterisk
Revision: 86936

U   branches/1.4/pbx/ael/ael.tab.c
U   branches/1.4/pbx/ael/ael.y

------------------------------------------------------------------------
r86936 | murf | 2007-10-23 22:53:30 -0500 (Tue, 23 Oct 2007) | 1 line

closes issue ASTERISK-10577 -- unable to specify app:spec in hint arguments
------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-10-23 23:23:43

Repository: asterisk
Revision: 86954

_U  trunk/
U   trunk/res/ael/ael.tab.c
U   trunk/res/ael/ael.y

------------------------------------------------------------------------
r86954 | murf | 2007-10-23 23:23:43 -0500 (Tue, 23 Oct 2007) | 9 lines

Merged revisions 86936 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r86936 | murf | 2007-10-23 22:14:28 -0600 (Tue, 23 Oct 2007) | 1 line

closes issue ASTERISK-10577 -- unable to specify app:spec in hint arguments
........

------------------------------------------------------------------------