I just installed Trixbox CE 2.8.0.4 and then followed the HUDlite tutorial, I installed tbm-hudadmin and then goto the HUDmanager and get the error: "could not open XML input". What am I doing wrong?
HUDlite Error: could not open XML input
Solution for Trixbox CE 2.8.0.4 Hudlite Admin - error: "could not open XML input"
Go to SSH to your trixbox server.
1) Create the directory hud and give it permissions:
cd /etc/asterisk/
mkdir hud
chown asterisk:asterisk hud
chmod 777 hud
cd hud
2) Create a file users.xml, using the command: nano users.xml
Paste and configure with just one extension that you need (them will appears all the others at the GUI 'WEB Admin interface')
<opt>
<sip150>
<e150>Maria Castro</e150>
<e150>sip150</e150>
<e150>150</e150>
<e150></e150>
<e150></e150>
<e150></e150>
<e150>1001</e150>
</sip150>
</opt>
Save it using: Control + X
And don't forget to change the permissions to this file:
chown asterisk:asterisk users.xml
chmod 777 users.xml
Now return to the GUI 'WEB Admin interface' click on Hudlite -Admin and you have back the info.
This is great help work like jet.
Scott why are the good things taken out of Asterisk?
Yours,
Kristjan Fridrik Sigurdsson
Computer systems ltd.
www.tolvukerfi.is
After you have installed hudlite server and hudlite admin, restart your trixbox. When your box is on, log in with root and password. Then you use these command (if the hudlite server still failed to start)
service ircd stop
service hudlite-server stop
service ircd start
service hudlite-server start
I have done so and it was success.
How did you get the server to start?
I have 2.8.0.4 and have installed hudlite server 1 and updated to 2 and still can not get is to start. I have tried restarting it, no luck. I have the admin working with out issue, but can't get the server to start.
Any help would be great.
Thanks,

Member Since:
2010-07-28