Home arrow Projects arrow Wiki reloaded:config:hudlite [TrixBoxToolsWiki]

Hudlite Configuration Notes

Non-Centos i386 installations of Hudlite-server are very much alpha/beta!

Hudlite-server startup

Asterisk and IRCD must be running before Hudlite-server is started

Starting Hudlite-server

Hudlite-server and the irc-hybrid server are disabled at startup (during init). As we don’t use init to start asterisk but amportal start in /etc/rc.local(because this is a Freepbx environment - Freepbx recommends that Asterisk be started and stopped using the amportal script) starting hudlite-server in the init will break hudlite-server as asterisk is not available.

For testing use

from the console

service ircd start
service hudlite-server start

after you have logged in. If everything is working as you want and you want to automatically start hudlite-server when your server starts/powers on then un-comment the ircd and hudlite-server lines in /etc/rc.local in versions above (but not including) 0.3 of the installer.

E.g : from this (the order is important)

/etc/rc.local

/usr/sbin/amportal start
#service ircd start
#service hudlite-server start

to

/etc/rc.local

/usr/sbin/amportal start
service ircd start
service hudlite-server start

Hudlite on FC6

There is a limitation in part of the Hudlite software which breaks it on FC6. You can workaround this by attempting this →

http://www.trixbox.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=10345&forum=15

(8th post down).

If anyone can get this documented in some scripted form I can include it otherwise it will have to wait until I can get around to it.

 
reloaded/config/hudlite.txt (691788 views) · Last modified: 2007/02/22 01:25 by rasker     Back to top