ok, you used menuselect.... but you said it is not loaded...
did you try to load it manually??? does the module.so file exist in the /usr/lib/asterisk/modules directory???
daveC
Bhrugu Mehta wrote:
hi, thnks 4 reply, actully i am using asterisk 1.4.15 and that is defined in menuselect file.(xml file) so no need to add entry in module.conf Bhrugu mehta On Dec 27, 2007 7:37 PM, dave cantera <david.cantera@iacnet.net> wrote: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_______________________________________________ --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
No comments:
Post a Comment