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 <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]
+972-50-7952406           mailto:[EMAIL PROTECTED]       
http://www.xorcom.com  iax:[EMAIL PROTECTED]/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
_______________________________________________
--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

Reply via email to