I'm trying to patch the Asterisk 1.2 source to support AEL2 as follows: svn checkout http://svn.digium.com/svn/asterisk/branches/1.2 cd 1.2 svn diff http://svn.digium.com/svn/asterisk/branches/1.2 http://svn.digium.com/svn/asterisk/team/murf/AEL2-1.2 > AEL.patch patch -p0 < AEL.patch make install
The patch and build go fine, but I get the following errors when asterisk attempts to load the AEL2 module on startup: # [pbx_ael2.so]Aug 25 15:16:25 WARNING[28836]: loader.c:348 __load_resource: No usecount in module /usr/lib/asterisk/modules/pbx_ael2.so # Aug 25 15:16:25 WARNING[28836]: loader.c:380 __load_resource: 1 error loading module /usr/lib/asterisk/modules/pbx_ael2.so, aborted # Aug 25 15:16:25 WARNING[28836]: loader.c:554 load_modules: Loading module pbx_ael2.so failed! The box is running CentOS 4.3. Anybody else experiencing the same issues or am I doing something wrong? Thanks. Stephen Kratzer _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users