search for: check_pval_item

Displaying 4 results from an estimated 4 matches for "check_pval_item".

2008 Dec 23
2
AEL Variable Warning Messages
...RID(num)})}) { TRUNK="Zap/r2"; } else { TRUNK="Zap/r1"; } Dial(${TRUNK}/${num},,Ttok); } It's working and correctly routing outside calls, but I get the following messages when I reload the extensions.ael file: [Dec 23 12:16:22] WARNING[2994]: pbx_ael.c:2500 check_pval_item: Warning: file /etc/asterisk/extensions.ael, line 93-93: expression "Zap/r2" has operators, but no variables. Interesting... [Dec 23 12:16:22] WARNING[2994]: pbx_ael.c:2500 check_pval_item: Warning: file /etc/asterisk/extensions.ael, line 95-95: expression "Zap/r1" has opera...
2010 Apr 02
1
Gosub replacement within AEL2 dialplans
Hello, When reloading a diaplan (asterisk 1.6.1.X), I can see in console : [Apr 2 09:02:00] WARNING[2217]: ael/pval.c:2522 check_pval_item: Warning: file /etc/asterisk/extensions.ael, line 621-621: application call to Gosub affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead! What is then the recommended substitution for Gosub() application (when you want to return to next statement a...
2008 Oct 06
1
AEL and swap from macros to contexts
...igrate from macros to contexts and Gosub but if I try to use gosub in extensions.ael, ael compiler complains, that I shouln't use Gosub app, but I can't find ael keyword, that will be Gosub equivalent, or can I ignore this ael warnings? thanks PJ LOG: lev:3 file:pval.c line:2521 func: check_pval_item Warning: file /etc/asterisk/extensions.ael, line 36-36: application call to Gosub affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead!
2019 Oct 11
3
clarification on gosub, macros and AEL
...() underneath and not Macro()? Still good so far? So if macros in extensions.ael are not deprecated because they just use Gosub() underneath them, when why, when I try to use Gosub() and contexts in extensions.ael directly do I get warnings like: [Oct 11 13:50:55] WARNING[10343]: ael/pval.c:2526 check_pval_item: Warning: file /etc/asterisk/extensions.ael, line 552-552: application call to Gosub affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead! but not with these Gosub() implemented "macros"? Cheers, b. -------------- next part --------------...