Hudlite Server & Client Installation on trixbo 2.6.x /2.6X. (Centos 5.x)

farrukhndm
Posts: 48
Member Since:
2008-09-04

Download three packages
1) tbm-hudadmin: tbm - HUD admin

Wget http://yum.trixbox.org/centos/5/RPMS/tbm-hudadmin-2.6.1.0-5.noarc...
then install it
Rpm –ivh tbm-hudadmin-0-2.6.1.0-4

2) Internet Relay Chat Server
Wget http://yum.trixbox.org/centos/5/RPMS/ircd-hybrid-7.2.1-1.i386.rpm
then install it
rpm –ivh ircd-hybrid-7.2.1-1.i386.rpm

3)Hudlite Server
Wget http://yum.trixbox.org/centos/5/RPMS/hudlite-server-1.4.32-1.i386...
then install it
Rpm –ivh hudlite-server-1.4.32-1.i386.rpm

it will install halite server & Add menu of HUDlite admin.
when you click over Hudlite admin it will display all extension and their randomly generated password .
now you can connect your hudlite Client with the hudite server.
4)Hudlite Client of XP
http://www.hudlite.org/uploads/hud-lite-2.1.1.1170.exe



farrukhndm
Posts: 48
Member Since:
2008-09-04
But Unable to login on hudlite Client .

My HudServer is running.. when i login with provided HudLite login (sip+My extension ) and password provided on Hudlite admin panel with server name of my asterisk box and port 6600
it says Unable login /login fail???



dbaddorf
Posts: 93
Member Since:
2009-08-06
server password?

Are you setting the server password under the advanced settings? The server password should be "password" (no quotes).



farrukhndm
Posts: 48
Member Since:
2008-09-04
Unable to Connect Hudlite Client with Hud Server !

i am unable to find Adance settings of Menu ? is it in Hudlit admin ?

without setting password on Hudlite Server,on client side i am giving settings.

--------------------------------------
Hudlit Client Software Setting are
---------------------------------------
Hud Settings->

Conenction Setting.>
Extenion
Username: sip9000
password: nm3vkbh9

Advance Settings

server Name: my server IP
Server Password : password
server port: 6600
Login timeout: 30
reloing Pasue: 5
Parktestion 9000

but fail to connect by giving message " Unable to connect Hudlite Server "

please guide me where i have done mistake.



dbaddorf
Posts: 93
Member Since:
2009-08-06
check connectivity & hud server

The Advanced settings that I was talking about was on the hudlite client itself - under "file - settings - connection". It looks like you have the server password set correctly to "password".
Can you connect to the server from the client on port 6600? Try:

telnet <server ip> 6600

You may want to make sure that the hudlite server is running:

ps -ef | grep hud

It appears from the following link: http://www.trixbox.org/forums/vendor-moderated-forums/hudlite-tri... that some people found problems with the /etc/hosts file or permissions on hud files. You may want to take a look at it...
I hope you find this helpful...



farrukhndm
Posts: 48
Member Since:
2008-09-04
Please check below

Please check below results,which showing hudlite server is started but it not listening on port 6600 : why?
[trixbox1.localdomain ~]# ps -ef | grep hud
root 9130 1 7 09:55 ? 00:55:21 /usr/local/fonality/hud/hudlite- server
root 24036 23995 0 22:25 pts/0 00:00:00 grep hud

--------------------------------------------
[trixbox1.localdomain ~]# /etc/init.d/hudlite-server status
hudlite-server (pid 9130) is running...
--------------------------------
[root@mail ~]# telnet 192.168.1.7 6600
Trying 192.168.1.7...
telnet: connect to address 192.168.1.7: Connection refused

-----------------------
nmap -sT -O localhost

Starting Nmap 4.76 ( http://nmap.org ) at 2009-11-04 23:03 EST
Interesting ports on trixbox1.localdomain (127.0.0.1):
Not shown: 992 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
80/tcp open http
111/tcp open rpcbind
443/tcp open https
2000/tcp open callbook
3306/tcp open mysql
Device type: general purpose
Running: Linux 2.6.X
OS details: Linux 2.6.17 - 2.6.25
Network Distance: 0 hops

OS detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 2.90 seconds

#netstat -anp | grep 6600
( shows no output)

it means the server is not listening on port 6600

----------------
[trixbox1.localdomain ~]# vi /etc/hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 trixbox1.localdomain trixbox1 localhost.localdomain localhost
------------------------

so please guide how to solve it.



dbaddorf
Posts: 93
Member Since:
2009-08-06
restart of hud server?

And if you restart hud (from root) is port 6600 still not listening?

/etc/init.d/hudlite-server restart
netstat -an |grep 6600


farrukhndm
Posts: 48
Member Since:
2008-09-04
I have restarted HUD lite

I have restarted HUD lite server but it makes no effect when I started
#netstat -antp | grep 6600
show no results
..........................................
what I have to do now ??



dbaddorf
Posts: 93
Member Since:
2009-08-06
prior link

Had you checked everything out in the link: http://www.trixbox.org/forums/vendor-moderated-forums/hudlite-tri...? I don't know if there are other links or not on why the hud server wouldn't start, but that was one that i found.
I'm just guessing, but I wonder if maybe you have the wrong version of hudlite installed? I think that I would try removing the rpm's, and install hudlite with either the command line:

install-hudlite

Or go to Packages and Install “tbm-hudadmin”.
This is just a guess, but I hope maybe you will find something with this...



Comment viewing options

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