Problem loading extensions.ael

Hi all,

I’m having the following error when doing an ‘ael reload’:

[Jul 12 01:00:23] NOTICE[22889]: pbx_ael.c:4131 pbx_load_module: Starting AEL load process. [Jul 12 01:00:23] NOTICE[22889]: pbx_ael.c:4138 pbx_load_module: AEL load process: calculated config file name '/etc/asterisk/extensions.ael'. [Jul 12 01:00:23] ERROR[22889]: ael.y:756 ael_yyerror: ==== File: /etc/asterisk/extensions.ael, Line 159, Cols: 8-8: Error: syntax error, unexpected word, expecting '{' [Jul 12 01:00:23] NOTICE[22889]: pbx_ael.c:4146 pbx_load_module: AEL load process: parsed config file name '/etc/asterisk/extensions.ael'. [Jul 12 01:00:23] WARNING[22889]: pbx_ael.c:1288 check_goto: Warning: file /etc/asterisk/extensions.ael, line 139-139: goto: no context playlivefeed-waitexten-workaround could be found that matches the goto target! [Jul 12 01:00:23] ERROR[22889]: pbx_ael.c:4159 pbx_load_module: Sorry, but 1 syntax errors and 0 semantic errors were detected. It doesn't make sense to compile.

I should note that the entire /etc/asterisk folder is an exact copy of another box with only the IPs changed, and the other box is running fine. Both are using the same binaries as well.

Version: Asterisk 1.4.22

Can someone help please?

Regards

Lionel

i’m not sure about this, but if you are sure that it’s the same folder has been copied, then how about the permissions? check them that might help

Line 159, Cols: 8-8: Error: syntax error, unexpected word, expecting ‘{’

and

pbx_ael.c:1288 check_goto: Warning: file /etc/asterisk/extensions.ael, line 139-139: goto: no context playlivefeed-waitexten-workaround could be found that matches the goto target!

check them out

Ian