[asterisk-commits] branch murf/AEL2 r20785 - in
/team/murf/AEL2/pbx: ./ ael-test/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Apr 16 19:13:58 MST 2006
Author: murf
Date: Sun Apr 16 21:13:56 2006
New Revision: 20785
URL: http://svn.digium.com/view/asterisk?rev=20785&view=rev
Log:
Hmmm, more functions have been added to the list!
I depersonalized some one of my test cases.
Modified:
team/murf/AEL2/pbx/ael-test/ref.ael-test3
team/murf/AEL2/pbx/pbx_ael2.c
Modified: team/murf/AEL2/pbx/ael-test/ref.ael-test3
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2/pbx/ael-test/ref.ael-test3?rev=20785&r1=20784&r2=20785&view=diff
==============================================================================
--- team/murf/AEL2/pbx/ael-test/ref.ael-test3 (original)
+++ team/murf/AEL2/pbx/ael-test/ref.ael-test3 Sun Apr 16 21:13:56 2006
@@ -9,10 +9,10 @@
LOG: lev:2 file:ael.flex line:465 func: ael_yylex --Read in included file /etc/asterisk/telemarket_torture.ael2, 28036 chars
LOG: lev:2 file:pbx_ael2.c line:3382 func: pbx_load_module AEL2 load process: parsed config file name './extensions.ael2'.
LOG: lev:3 file:pbx_ael2.c line:2136 func: check_pval_item Warning: file ./extensions.ael2, line 5-5: expression Console/dsp has operators, but no variables. Interesting...
-LOG: lev:3 file:pbx_ael2.c line:2136 func: check_pval_item Warning: file ./extensions.ael2, line 8-8: expression "Steve-Murphy" has operators, but no variables. Interesting...
+LOG: lev:3 file:pbx_ael2.c line:2136 func: check_pval_item Warning: file ./extensions.ael2, line 8-8: expression "Joe-Worker" has operators, but no variables. Interesting...
LOG: lev:3 file:pbx_ael2.c line:2136 func: check_pval_item Warning: file ./extensions.ael2, line 10-10: expression Zap/6 has operators, but no variables. Interesting...
LOG: lev:2 file:pbx_ael2.c line:3385 func: pbx_load_module AEL2 load process: checked config file name './extensions.ael2'.
LOG: lev:2 file:pbx_ael2.c line:3387 func: pbx_load_module AEL2 load process: compiled config file name './extensions.ael2'.
LOG: lev:2 file:pbx_ael2.c line:3390 func: pbx_load_module AEL2 load process: merged config file name './extensions.ael2'.
LOG: lev:2 file:pbx_ael2.c line:3393 func: pbx_load_module AEL2 load process: verified config file name './extensions.ael2'.
-LOG: lev:4 file:ael2_parse line:261 func: main 99 contexts, 347 extensions, 793 priorities
+LOG: lev:4 file:ael2_parse line:261 func: main 172 contexts, 858 extensions, 2326 priorities
Modified: team/murf/AEL2/pbx/pbx_ael2.c
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2/pbx/pbx_ael2.c?rev=20785&r1=20784&r2=20785&view=diff
==============================================================================
--- team/murf/AEL2/pbx/pbx_ael2.c (original)
+++ team/murf/AEL2/pbx/pbx_ael2.c Sun Apr 16 21:13:56 2006
@@ -3765,6 +3765,7 @@
"BASE64_ENCODE",
"CALLERID",
"CDR",
+ "CHANNEL",
"CHECKSIPDOMAIN",
"CHECK_MD5",
"CURL",
@@ -3786,21 +3787,27 @@
"IF",
"IFTIME",
"ISNULL",
+ "KEYPADHASH",
"LANGUAGE",
"LEN",
"MATH",
"MD5",
"MUSICCLASS",
"QUEUEAGENTCOUNT",
+ "QUEUE_MEMBER_COUNT",
+ "QUEUE_MEMBER_LIST",
+ "QUOTE",
"RAND",
"REGEX",
"SET",
+ "SHA1",
"SIPCHANINFO",
"SIPPEER",
"SIP_HEADER",
"SORT",
"STAT",
"STRFTIME",
+ "STRPTIME",
"TIMEOUT",
"TXTCIDNAME",
"URIDECODE",
More information about the asterisk-commits
mailing list