HUDlite on non-trixbix server

cbbs70a
Posts: 24
Member Since:
2008-01-17

All;
Sorry, if this is not the correct forum to post this, but I am looking to install HUDlite on a non-trixbox server. I have read conflicting opinions on this. On the hudlite.org website, there is documentation on installing on a generic Linux box, but previously in this forum, the moderator said that it is supported on trixbox only. Can it be installed on a generic Asterisk/Linux box?
Thanks
FSD



donhwyo
Posts: 28
Member Since:
2008-04-12
I have it working in

I have it working in Elastix. Its not hard if you are using centos or some other rpm based distro.

mkdir /etc/asterisk/hud && chown -R asterisk.asterisk /etc/asterisk/hud && chmod -R 755 /etc/asterisk/hud

yum --enablerepo=trixbox install ircd-hybrid perl-Curses perl-Term-ReadKey perl-Tk perl-Net-DNS perl-POE perl-POE-Component-Client-DNS perl-XML-Simple perl-XML-NamespaceSupport perl-XML-SAX perl-XML-Parser libX11 bind-utils.i386

wget http://yum.trixbox.org/centos/5/RPMS/hudlite-server-1.4.32-2.i686... && rpm -Uvh hudlite-server-1.4.32-2.i686.rpm --force

wget wget http://yum.trixbox.org/centos/5/RPMS/tbm-hudadmin-2.6.1.0-5.noarc... && rpm -Uvh --nodeps --force tbm-hudadmin-2.6.1.0-5.noarch.rpm

chconfig ircd on && service ircd start

#hud should be working now
Full thread here:http://www.elastix.org/index.php?option=com_fireboard&Itemid=55&func=view&id=16426&catid=3
Then install the client.
Don



phonebuff
Posts: 445
Member Since:
2007-02-15
HUDLite on PBXinaFlash 1.4

Don,

Have tried this a couple of different ways with no joy.. Everything looks installed, but I can not get the clients to connect to the server ---- An I can not get the ircd log to show connections..

    PBX in a Flash Version 1.4 Daemon Status
********************************************************************
* Running Asterisk Version : Asterisk 1.4.21.2
* Asterisk Source Version  : 1.4.21.2
* Zaptel Source Version    : 1.4.12.1
* Libpri Source Version    : 1.4.9
* Addons Source Version    : 1.4.7

ircd-hybrid-7.2.1-1
perl-Curses-1.15-1.rf
perl-Term-ReadKey-2.30-2.rf
perl-Tk-804.027-4
perl-Net-DNS-0.61-1.el4.rf
perl-POE-0.34-1.el4.rf
perl-POE-Component-Client-DNS-0.9803-1.2.el4.rf
perl-POE-Component-Client-DNS-0.9803-1.2.el4.rf
perl-XML-Parser-2.34-6.1.2.2.1
perl-XML-Simple-2.14-4.fc6
perl-XML-NamespaceSupport-1.09-1.2.1
perl-XML-SAX-0.14-5
libX11-1.0.3-9.el5
hudlite-server-1.4.32-2
tbm-hudadmin-2.6.1.0-5

/var/log/ircd/ircd.log
[2009/6/4 15.35] "/etc/ircd/ircd.conf", line 53: syntax error:  true_no_oper_flood = yes;
[2009/6/4 15.35] "/etc/ircd/ircd.conf", line 54: syntax error:  flags = "exceed_limit, can_flood, can_idle, true_no_oper_flood";
[2009/6/4 15.35] "/etc/ircd/ircd.conf", line 67: syntax error:  fname_userlog = "/var/log/ircd/user.log";
[2009/6/4 15.35] "/etc/ircd/ircd.conf", line 78: syntax error:     use_help = yes;
[2009/6/4 15.35] binding listener socket [0::/6600]:Address already in use

Was wondering if you had any other ideas ..

TIA ---
=======================================



cbbs70a
Posts: 24
Member Since:
2008-01-17
I just put this project back

I just put this project back on my todo list after many months. Thanks to Don, I was able to get HUDLite working on a CentOS installation. Many of the features work. A couple that I do not have working is call parking. I have in extensions_hud.conf:

[xfer-to-park]
include => parkedcalls

But no joy. Also, For intercom, HUD is looking for an extension *74XXX, which is not correct. Where do I define the proper feature code to dial?
This really is a great product. I'd love to get it 100% functional.
Thanks
FSD



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.