On Fri, Mar 09, 2007 at 12:18:00PM -0300, Melcon Moraes wrote:
> I got the same thing on a Ubuntu Dapper.

On Ubuntu and Debian, put your modules in the desired order in
/etc/modules .

And just in case you need to unload the module and load them again, the
asterisk init.d script in the Debian package does this when you call its
"asterisk-fix" target:

  /etc/init.d/asterisk stop
  /etc/init.d/zaptel unload           # unload all zaptel modules
  /etc/init.d/module-init-tools start # load modules from /etc/modules
  /etc/init.d/zaptel start            # run ztcfg etc.
  /etc/init.d/asterisk start

-- 
               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

Reply via email to