Hi, In what Asterisk file can I edit for me to temporarily unload such modules. But later I woudl still be able to load them. Thanks Angel ____________________________________________________________________________________ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061213/bfb384b7/attachment.htm
/etc/asterisk/modules.conf On 12/13/06, Angel Heart <cocent@yahoo.com> wrote:> > Hi, > > In what Asterisk file can I edit for me to temporarily unload such > modules. But later I woudl still be able to load them. > > Thanks > > Angel > > ------------------------------ > Cheap Talk? Check out<http://us.rd.yahoo.com/mail_us/taglines/postman8/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com>Yahoo! Messenger's low PC-to-Phone call rates. > > _______________________________________________ > --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 > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061213/a607461d/attachment.htm
On Wed, Dec 13, 2006 at 02:03:09AM -0800, Angel Heart wrote:> Hi, > > In what Asterisk file can I edit for me to temporarily unload such > modules. But later I woudl still be able to load them.Works fine as long as the module is not in use. asterisk -rx 'unload app_test.so' Later on: asterisk -rx 'load app_test.so' -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir
Thanks Tzafrir and Marco for the info. If I want to unload modules during start-up, I have to edit my /etc/asterisk/mudules.conf and add something like; noload => app_test.so or I can unload them immediately at CLI using Mr. Cohen suggestion. Regards.> /etc/asterisk/modules.conf>Marco----- Original Message ---- From: Tzafrir Cohen <tzafrir.cohen@xorcom.com> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Sent: Wednesday, December 13, 2006 8:54:04 PM Subject: Re: [asterisk-users] How to temporarily unload modules. On Wed, Dec 13, 2006 at 02:03:09AM -0800, Angel Heart wrote:> Hi, > > In what Asterisk file can I edit for me to temporarily unload such > modules. But later I woudl still be able to load them.Works fine as long as the module is not in use. asterisk -rx 'unload app_test.so' Later on: asterisk -rx 'load app_test.so' -- Tzafrir Cohen icq#16849755 jabber:tzafrir@jabber.org +972-50-7952406 mailto:tzafrir.cohen@xorcom.com http://www.xorcom.com iax:guest@local.xorcom.com/tzafrir _______________________________________________ --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 ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061214/db871ca2/attachment.htm