[asterisk-users] AEL problem: bug or feature?
Klaus Darilion
klaus.mailinglists at pernau.at
Mon Oct 5 02:47:32 CDT 2009
Hi! I have a problem with "jump" in AEL:
_+43123456789! => jump +22;
+22 => { NoOp(); }
-> OK
_+43123456789! => jump 22;
22 => { NoOp(); }
-> OK
_+43123456789! => jump 22;
_22 => { NoOp(); }
-> OK
_+43123456789! => jump +22;
_+22 => { NoOp(); }
--> AEL compile error:
LOG: lev:4 file:pbx_ael.c line:1234 func: check_goto Error: file
./ofis/extensions.ael_trunking, line 525-525: goto: no label +22|1
exists in the current context, or any of its inclusions!
Is this is some special feature/limitation or just a bug?
thanks
Klaus
More information about the asterisk-users
mailing list