[asterisk-commits] murf: branch 1.4 r84135 - in /branches/1.4/pbx/ael/ael-test: ./ ael-ntest22/ ...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Sep 29 18:00:38 CDT 2007
Author: murf
Date: Sat Sep 29 18:00:37 2007
New Revision: 84135
URL: http://svn.digium.com/view/asterisk?view=rev&rev=84135
Log:
This is a regression update that matches what I did in 84134 for AEL regressions.
Added:
branches/1.4/pbx/ael/ael-test/ael-ntest22/
branches/1.4/pbx/ael/ael-test/ael-ntest22/extensions.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/qq.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/
branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/a.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/b.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/c.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/
branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/d.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/e.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/f.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/
branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/g.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/h.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/i.ael (with props)
branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/j.ael (with props)
branches/1.4/pbx/ael/ael-test/ref.ael-ntest22 (with props)
Modified:
branches/1.4/pbx/ael/ael-test/ref.ael-test2
branches/1.4/pbx/ael/ael-test/ref.ael-test3
branches/1.4/pbx/ael/ael-test/ref.ael-test4
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/extensions.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/extensions.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/extensions.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/extensions.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,7 @@
+#include "t1/*.ael"
+
+context z
+{
+ 123 => NoOp(hi there, z);
+ 124 => NoOp(hi there, z);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/extensions.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/extensions.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/extensions.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/qq.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/qq.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/qq.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/qq.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,6 @@
+
+
+context qq
+{
+ 567 => NoOp(hi there, qq);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/qq.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/qq.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/qq.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/a.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/a.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/a.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/a.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,4 @@
+context a
+{
+ 134 => NoOp(hi there, a);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/a.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/a.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/a.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/b.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/b.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/b.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/b.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,6 @@
+
+
+context b
+{
+ 456 => NoOp(hithere, b);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/b.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/b.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/b.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/c.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/c.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/c.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/c.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,13 @@
+
+
+context c
+{
+ 567 => NoOp(hi there, c);
+}
+
+#include "t2/*.ael"
+
+context w
+{
+ 890 => NoOp(hi there, w);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/c.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/c.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t1/c.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/d.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/d.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/d.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/d.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,4 @@
+context d
+{
+ 134 => NoOp(hi there, d);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/d.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/d.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/d.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/e.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/e.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/e.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/e.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,6 @@
+
+
+context e
+{
+ 456 => NoOp(hithere, e);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/e.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/e.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/e.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/f.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/f.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/f.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/f.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,9 @@
+#include "qq.ael"
+
+context f
+{
+ 567 => NoOp(hi there, f);
+}
+
+#include "t3/*.ael"
+
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/f.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/f.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t2/f.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/g.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/g.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/g.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/g.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,4 @@
+context g
+{
+ 134 => NoOp(hi there, g);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/g.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/g.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/g.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/h.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/h.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/h.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/h.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,6 @@
+
+
+context h
+{
+ 456 => NoOp(hithere, h);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/h.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/h.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/h.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/i.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/i.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/i.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/i.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,4 @@
+context i
+{
+ 134 => NoOp(hi there, i);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/i.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/i.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/i.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/j.ael
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/j.ael?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/j.ael (added)
+++ branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/j.ael Sat Sep 29 18:00:37 2007
@@ -1,0 +1,6 @@
+
+
+context j
+{
+ 567 => NoOp(hi there, j);
+}
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/j.ael
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/j.ael
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ael-ntest22/t3/j.ael
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: branches/1.4/pbx/ael/ael-test/ref.ael-ntest22
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ref.ael-ntest22?view=auto&rev=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ref.ael-ntest22 (added)
+++ branches/1.4/pbx/ael/ael-test/ref.ael-ntest22 Sat Sep 29 18:00:37 2007
@@ -1,0 +1,55 @@
+
+(If you find progress and other non-error messages irritating, you can use -q to suppress them)
+
+(You can use the -n option if you aren't interested in seeing all the instructions generated by the compiler)
+
+
+(You can use the -w option to dump extensions.conf format to extensions.conf.aeldump)
+LOG: lev:2 file:pbx_ael.c line:4048 func: pbx_load_module Starting AEL load process.
+LOG: lev:2 file:pbx_ael.c line:4055 func: pbx_load_module AEL load process: calculated config file name './extensions.ael'.
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t1/a.ael, 41 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t1/b.ael, 42 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t1/c.ael, 106 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t2/d.ael, 41 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t2/e.ael, 42 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t2/f.ael, 82 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./qq.ael, 45 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t3/g.ael, 41 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t3/h.ael, 42 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t3/i.ael, 41 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./t3/j.ael, 43 chars
+LOG: lev:2 file:pbx_ael.c line:4063 func: pbx_load_module AEL load process: parsed config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4066 func: pbx_load_module AEL load process: checked config file name './extensions.ael'.
+Executed ast_context_create(conts, name=a, registrar=pbx_ael);
+Executed ast_context_create(conts, name=b, registrar=pbx_ael);
+Executed ast_context_create(conts, name=c, registrar=pbx_ael);
+Executed ast_context_create(conts, name=d, registrar=pbx_ael);
+Executed ast_context_create(conts, name=e, registrar=pbx_ael);
+Executed ast_context_create(conts, name=qq, registrar=pbx_ael);
+Executed ast_context_create(conts, name=f, registrar=pbx_ael);
+Executed ast_context_create(conts, name=g, registrar=pbx_ael);
+Executed ast_context_create(conts, name=h, registrar=pbx_ael);
+Executed ast_context_create(conts, name=i, registrar=pbx_ael);
+Executed ast_context_create(conts, name=j, registrar=pbx_ael);
+Executed ast_context_create(conts, name=w, registrar=pbx_ael);
+Executed ast_context_create(conts, name=z, registrar=pbx_ael);
+Executed ast_add_extension2(context=a, rep=0, exten=134, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| a, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=b, rep=0, exten=456, priority=1, label=(null), callerid=(null), appl=NoOp, data=hithere| b, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=c, rep=0, exten=567, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| c, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=d, rep=0, exten=134, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| d, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=e, rep=0, exten=456, priority=1, label=(null), callerid=(null), appl=NoOp, data=hithere| e, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=qq, rep=0, exten=567, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| qq, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=f, rep=0, exten=567, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| f, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=g, rep=0, exten=134, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| g, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=h, rep=0, exten=456, priority=1, label=(null), callerid=(null), appl=NoOp, data=hithere| h, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=i, rep=0, exten=134, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| i, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=j, rep=0, exten=567, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| j, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=w, rep=0, exten=890, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| w, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=z, rep=0, exten=123, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| z, FREE, registrar=pbx_ael);
+Executed ast_add_extension2(context=z, rep=0, exten=124, priority=1, label=(null), callerid=(null), appl=NoOp, data=hi there| z, FREE, registrar=pbx_ael);
+LOG: lev:2 file:pbx_ael.c line:4068 func: pbx_load_module AEL load process: compiled config file name './extensions.ael'.
+Executed ast_merge_contexts_and_delete();
+LOG: lev:2 file:pbx_ael.c line:4071 func: pbx_load_module AEL load process: merged config file name './extensions.ael'.
+Executed ast_walk_contexts();
+LOG: lev:2 file:pbx_ael.c line:4074 func: pbx_load_module AEL load process: verified config file name './extensions.ael'.
+LOG: lev:4 file:ael2_parse line:527 func: main 13 contexts, 13 extensions, 14 priorities
Propchange: branches/1.4/pbx/ael/ael-test/ref.ael-ntest22
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/pbx/ael/ael-test/ref.ael-ntest22
------------------------------------------------------------------------------
svn:keywords = Author Id Date Revision
Propchange: branches/1.4/pbx/ael/ael-test/ref.ael-ntest22
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: branches/1.4/pbx/ael/ael-test/ref.ael-test2
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ref.ael-test2?view=diff&rev=84135&r1=84134&r2=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ref.ael-test2 (original)
+++ branches/1.4/pbx/ael/ael-test/ref.ael-test2 Sat Sep 29 18:00:37 2007
@@ -2,20 +2,20 @@
(If you find progress and other non-error messages irritating, you can use -q to suppress them)
(You can use the -w option to dump extensions.conf format to extensions.conf.aeldump)
-LOG: lev:2 file:pbx_ael.c line:3910 func: pbx_load_module Starting AEL load process.
-LOG: lev:2 file:pbx_ael.c line:3917 func: pbx_load_module AEL load process: calculated config file name './extensions.ael'.
-LOG: lev:2 file:ael.flex line:429 func: ael_yylex --Read in included file ./apptest.ael2, 3474 chars
+LOG: lev:2 file:pbx_ael.c line:4048 func: pbx_load_module Starting AEL load process.
+LOG: lev:2 file:pbx_ael.c line:4055 func: pbx_load_module AEL load process: calculated config file name './extensions.ael'.
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./apptest.ael2, 3474 chars
LOG: lev:3 file:ael.y line:529 func: ael_yyparse ==== File: ./apptest.ael2, Line 46, Cols: 8-11: Suggestion: Use the goto statement instead of the Goto() application call in AEL.
-LOG: lev:2 file:pbx_ael.c line:3925 func: pbx_load_module AEL load process: parsed config file name './extensions.ael'.
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 35-35: application call to EndWhile needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 37-37: application call to ExecIf needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:2 file:pbx_ael.c line:4063 func: pbx_load_module AEL load process: parsed config file name './extensions.ael'.
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 35-35: application call to EndWhile needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 37-37: application call to ExecIf needs to be re-written using AEL if, while, goto, etc. keywords instead!
LOG: lev:3 file:pbx_ael.c line:1287 func: check_goto Warning: file ./apptest.ael2, line 46-46: goto: no context cont could be found that matches the goto target!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 47-47: application call to GotoIf needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 48-48: application call to GotoIfTime needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 85-85: application call to Random needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 141-141: application call to While needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:2 file:pbx_ael.c line:3928 func: pbx_load_module AEL load process: checked config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3930 func: pbx_load_module AEL load process: compiled config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3933 func: pbx_load_module AEL load process: merged config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3936 func: pbx_load_module AEL load process: verified config file name './extensions.ael'.
-LOG: lev:4 file:ael2_parse line:512 func: main 1 contexts, 1 extensions, 142 priorities
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 47-47: application call to GotoIf needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 48-48: application call to GotoIfTime needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 85-85: application call to Random needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 141-141: application call to While needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:2 file:pbx_ael.c line:4066 func: pbx_load_module AEL load process: checked config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4068 func: pbx_load_module AEL load process: compiled config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4071 func: pbx_load_module AEL load process: merged config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4074 func: pbx_load_module AEL load process: verified config file name './extensions.ael'.
+LOG: lev:4 file:ael2_parse line:527 func: main 1 contexts, 1 extensions, 142 priorities
Modified: branches/1.4/pbx/ael/ael-test/ref.ael-test3
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ref.ael-test3?view=diff&rev=84135&r1=84134&r2=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ref.ael-test3 (original)
+++ branches/1.4/pbx/ael/ael-test/ref.ael-test3 Sat Sep 29 18:00:37 2007
@@ -2,17 +2,17 @@
(If you find progress and other non-error messages irritating, you can use -q to suppress them)
(You can use the -w option to dump extensions.conf format to extensions.conf.aeldump)
-LOG: lev:2 file:pbx_ael.c line:3859 func: pbx_load_module Starting AEL load process.
-LOG: lev:2 file:pbx_ael.c line:3866 func: pbx_load_module AEL load process: calculated config file name './extensions.ael'.
-LOG: lev:2 file:ael.flex line:429 func: ael_yylex --Read in included file ./include1.ael2, 78 chars
-LOG: lev:2 file:ael.flex line:429 func: ael_yylex --Read in included file ./include2.ael2, 98 chars
-LOG: lev:2 file:ael.flex line:429 func: ael_yylex --Read in included file ./include3.ael2, 57 chars
-LOG: lev:2 file:ael.flex line:429 func: ael_yylex --Read in included file ./include5.ael2, 56 chars
-LOG: lev:2 file:ael.flex line:429 func: ael_yylex --Read in included file ./include4.ael2, 87 chars
-LOG: lev:2 file:ael.flex line:429 func: ael_yylex --Read in included file ./telemarket_torture.ael2, 28036 chars
-LOG: lev:2 file:pbx_ael.c line:3874 func: pbx_load_module AEL load process: parsed config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3877 func: pbx_load_module AEL load process: checked config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3879 func: pbx_load_module AEL load process: compiled config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3882 func: pbx_load_module AEL load process: merged config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3885 func: pbx_load_module AEL load process: verified config file name './extensions.ael'.
-LOG: lev:4 file:ael2_parse line:483 func: main 172 contexts, 858 extensions, 2326 priorities
+LOG: lev:2 file:pbx_ael.c line:4048 func: pbx_load_module Starting AEL load process.
+LOG: lev:2 file:pbx_ael.c line:4055 func: pbx_load_module AEL load process: calculated config file name './extensions.ael'.
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./include1.ael2, 78 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./include2.ael2, 98 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./include3.ael2, 57 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./include5.ael2, 56 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./include4.ael2, 87 chars
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./telemarket_torture.ael2, 28036 chars
+LOG: lev:2 file:pbx_ael.c line:4063 func: pbx_load_module AEL load process: parsed config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4066 func: pbx_load_module AEL load process: checked config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4068 func: pbx_load_module AEL load process: compiled config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4071 func: pbx_load_module AEL load process: merged config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4074 func: pbx_load_module AEL load process: verified config file name './extensions.ael'.
+LOG: lev:4 file:ael2_parse line:527 func: main 172 contexts, 858 extensions, 2326 priorities
Modified: branches/1.4/pbx/ael/ael-test/ref.ael-test4
URL: http://svn.digium.com/view/asterisk/branches/1.4/pbx/ael/ael-test/ref.ael-test4?view=diff&rev=84135&r1=84134&r2=84135
==============================================================================
--- branches/1.4/pbx/ael/ael-test/ref.ael-test4 (original)
+++ branches/1.4/pbx/ael/ael-test/ref.ael-test4 Sat Sep 29 18:00:37 2007
@@ -2,20 +2,20 @@
(If you find progress and other non-error messages irritating, you can use -q to suppress them)
(You can use the -w option to dump extensions.conf format to extensions.conf.aeldump)
-LOG: lev:2 file:pbx_ael.c line:3910 func: pbx_load_module Starting AEL load process.
-LOG: lev:2 file:pbx_ael.c line:3917 func: pbx_load_module AEL load process: calculated config file name './extensions.ael'.
-LOG: lev:2 file:ael.flex line:429 func: ael_yylex --Read in included file ./apptest.ael2, 3474 chars
+LOG: lev:2 file:pbx_ael.c line:4048 func: pbx_load_module Starting AEL load process.
+LOG: lev:2 file:pbx_ael.c line:4055 func: pbx_load_module AEL load process: calculated config file name './extensions.ael'.
+LOG: lev:2 file:ael.flex line:654 func: setup_filestack --Read in included file ./apptest.ael2, 3474 chars
LOG: lev:3 file:ael.y line:529 func: ael_yyparse ==== File: ./apptest.ael2, Line 46, Cols: 8-11: Suggestion: Use the goto statement instead of the Goto() application call in AEL.
-LOG: lev:2 file:pbx_ael.c line:3925 func: pbx_load_module AEL load process: parsed config file name './extensions.ael'.
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 35-35: application call to EndWhile needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 37-37: application call to ExecIf needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:2 file:pbx_ael.c line:4063 func: pbx_load_module AEL load process: parsed config file name './extensions.ael'.
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 35-35: application call to EndWhile needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 37-37: application call to ExecIf needs to be re-written using AEL if, while, goto, etc. keywords instead!
LOG: lev:3 file:pbx_ael.c line:1287 func: check_goto Warning: file ./apptest.ael2, line 46-46: goto: no context cont could be found that matches the goto target!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 47-47: application call to GotoIf needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 48-48: application call to GotoIfTime needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 85-85: application call to Random needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:3 file:pbx_ael.c line:2365 func: check_pval_item Warning: file ./apptest.ael2, line 141-141: application call to While needs to be re-written using AEL if, while, goto, etc. keywords instead!
-LOG: lev:2 file:pbx_ael.c line:3928 func: pbx_load_module AEL load process: checked config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3930 func: pbx_load_module AEL load process: compiled config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3933 func: pbx_load_module AEL load process: merged config file name './extensions.ael'.
-LOG: lev:2 file:pbx_ael.c line:3936 func: pbx_load_module AEL load process: verified config file name './extensions.ael'.
-LOG: lev:4 file:ael2_parse line:512 func: main 1 contexts, 1 extensions, 142 priorities
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 47-47: application call to GotoIf needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 48-48: application call to GotoIfTime needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 85-85: application call to Random needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:3 file:pbx_ael.c line:2392 func: check_pval_item Warning: file ./apptest.ael2, line 141-141: application call to While needs to be re-written using AEL if, while, goto, etc. keywords instead!
+LOG: lev:2 file:pbx_ael.c line:4066 func: pbx_load_module AEL load process: checked config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4068 func: pbx_load_module AEL load process: compiled config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4071 func: pbx_load_module AEL load process: merged config file name './extensions.ael'.
+LOG: lev:2 file:pbx_ael.c line:4074 func: pbx_load_module AEL load process: verified config file name './extensions.ael'.
+LOG: lev:4 file:ael2_parse line:527 func: main 1 contexts, 1 extensions, 142 priorities
More information about the asterisk-commits
mailing list