On Friday 18 February 2011 05:29:56 Borin wrote: > Hello, > trying to load ael module in asterisk ver 1.6.2 got the following: > > asterisk*CLI> module load pbx_ael.so > Unable to load module pbx_ael.so > Command 'module load pbx_ael.so' failed. > [Feb 18 11:25:47] WARNING[7412]: loader.c:449 load_dynamic_module: Error > loading module 'pbx_ael.so': /usr/lib/asterisk/modules/pbx_ael.so: > undefined symbol: ast_compile_ael2 > [Feb 18 11:25:47] WARNING[7412]: loader.c:839 load_resource: Module > 'pbx_ael.so' could not be loaded. > > I did not find in google what it could be and what should be done to > solve this. I also tried the same on ast ver 1.8.2.3, got the same. I > am usind debian as OS and install asterisk from sources that I took on > digium site. Did anyone have the same issue?
Make sure res_ael_share.so is loaded first. -- Tilghman -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
