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
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users