-
- Downloads
(closes issue #12467)
Reported by: atis Tested by: murf This upgrade adds the ~~ (concatenation) string operator to expr2. While not needed in normal runtime pbx operation, it is needed when raw exprs are being syntax checked. This plays into future syntax- unification plans. By permission of atis, this addition in trunk and the reason of why things are as they are will suffice to close this bug. I also added a short note about the previous addition of "sip show sched" to the CLI in CHANGES, which I discovered I forgot in a previous commit. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114423 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 15 additions, 0 deletionsCHANGES
- doc/tex/ael.tex 3 additions, 3 deletionsdoc/tex/ael.tex
- doc/tex/channelvariables.tex 21 additions, 0 deletionsdoc/tex/channelvariables.tex
- main/ast_expr2.c 243 additions, 188 deletionsmain/ast_expr2.c
- main/ast_expr2.fl 2 additions, 1 deletionmain/ast_expr2.fl
- main/ast_expr2.h 32 additions, 22 deletionsmain/ast_expr2.h
- main/ast_expr2.y 33 additions, 4 deletionsmain/ast_expr2.y
- main/ast_expr2f.c 2080 additions, 316 deletionsmain/ast_expr2f.c
- pbx/ael/ael-test/ael-ntest24/extensions.ael 27 additions, 0 deletionspbx/ael/ael-test/ael-ntest24/extensions.ael
- pbx/ael/ael-test/ref.ael-ntest10 72 additions, 65 deletionspbx/ael/ael-test/ref.ael-ntest10
- pbx/ael/ael-test/ref.ael-ntest24 34 additions, 0 deletionspbx/ael/ael-test/ref.ael-ntest24
- pbx/ael/ael-test/ref.ael-test1 7 additions, 7 deletionspbx/ael/ael-test/ref.ael-test1
- pbx/ael/ael-test/ref.ael-test18 7 additions, 7 deletionspbx/ael/ael-test/ref.ael-test18
- pbx/ael/ael-test/ref.ael-test19 7 additions, 7 deletionspbx/ael/ael-test/ref.ael-test19
- pbx/ael/ael-test/ref.ael-test3 13 additions, 13 deletionspbx/ael/ael-test/ref.ael-test3
- pbx/ael/ael-test/ref.ael-test5 7 additions, 7 deletionspbx/ael/ael-test/ref.ael-test5
- pbx/ael/ael-test/ref.ael-test8 7 additions, 7 deletionspbx/ael/ael-test/ref.ael-test8
- pbx/ael/ael-test/ref.ael-vtest13 820 additions, 744 deletionspbx/ael/ael-test/ref.ael-vtest13
- pbx/ael/ael-test/ref.ael-vtest17 4 additions, 3 deletionspbx/ael/ael-test/ref.ael-vtest17
Loading
Please register or sign in to comment