bhrugu, did you try and load it manually?
Modules are compiled in to shared object (.so) files. They are installed to /usr/lib/asterisk/modules and can be turned on and off from loading by editing /etc/asterisk/modules.conf. Modules must include asterisk/modules.h. Modules must also export several functions. The following functions generally return 0 on success and non-zero on failure. Do not define any of these functions as static. http://www.lobstertech.com/doc/ast-12-func/#funcmod daveC Bhrugu Mehta wrote: > hi, all > > I creat new application app_myapp.c for asterisk 1.4.15. > I add this in asterisk/apps dir. to load. > > after compiling asterisk app_myapp.o and app_myapp.so has been created but > when > i run " show applications" at cli> . my application not displayed. > > what's wrong??? > > any suggestion!!! > > thanks > Bhrugu Mehta > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- My wife's sister is in California. I should buy her a Videophone2008! Truly, The Next Best Thing to Being There! -- WorldWideVideoPhones.com 856.380.0894 _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
