[asterisk-dev] load failed with app_conference

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Wed Dec 13 07:24:35 MST 2006


On Tuesday 12 December 2006 18:54, Song Zhi Feng wrote:
> I downloaded the app_conference code via:
> http://www.eflo.net/files/VD_app_conference_0.6.zip, and modified
> app_conference.c to add include file "module.h" (module.h is from Asterisk
> 1.2 and copied to the app_conference directory. The module.h has much
> difference between v1.2 and v1.4.0b), then compiled successfully under
> Asterisk 1.4.0b .
>
> I copied app_conference.so to /usr/lib/asterisk/modules. Under Asterisk
> CLI, I use "module load app_conference.so" and try to load it. but error is
> like this:
>
> 	 loader.c: Module 'app_conference.so' did not register itself during load
> 	 loader.c: Module 'app_conference.so' could not be loaded.
>
> So anyone can give clue? or how to load custom module? thanks.

The module API changed significantly between 1.2 and 1.4.  It's going to need
a whole lot more than just adding headers.  Please notify the maintainer of
that module (email generally found at the top of the source code), requesting
an update.

-- 
Tilghman


More information about the asterisk-dev mailing list