Displaying 1 result from an estimated 1 matches for "ttok".
Did you mean:
took
2008 Dec 23
2
AEL Variable Warning Messages
...macro:
globals {
CONSOLE="Console/dsp";
TRUNK="Zap/r1";
TCTC_Operator=15;
Law_Operator=12;
};
macro outside-dial ( num ) {
if (${DB_EXISTS(Office/${CALLERID(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...