Setting up endpoints manager

kenewto

New Member
Joined
Jan 5, 2012
Messages
34
Reaction score
0
I have a snom 320 that I'm toying with. When I click on the end point template manager, it show no products (modules) installed. Click here to install some.

I do that and I see SNOM on the list and click install. The page blanks and when I return to the configuration manager it still shows no products installed.

Am I missing a step?
 
I already have endpointman 2.9.2.9 installed. What would the newer version do for me?
 
Probably work as tm1000 is the author of the Endpoint Manager....
 
Before I attempt to fix problems for people I usually get them update first. Mainly because it's very easy to do so and secondly because I don't remember what my code looked like from last june.
 
We're very fortunate here as most of the developers routinely monitor the forums and respond to user's requests for help. It is a nice surprise! :biggrin5:
 
Maybe I assumed something, this is what I got when I updated. Are there different developers of endpont manager that use the same version numbers?
PBX End Point Manager
2.9.2.9
Andrew Nagy
Enabled and up to date
 
No. It's me and me alone. I develop the module for FreePBX that shows up in your updater.

The issue is that I develop on the newest releases of FreePBX, that being 2.10. So my versioning has to match whatever version of FreePBX I am currently working on. That does NOT mean it won't work on older versions because I do check all the way back to 2.8 and I have it set to allow down to 2.5.

However me attempting to make the 2.10.3.2 into 2.9.3.5 or something would be a complete waste of my (free) time.

Therefore when users have issues I just ask them to update. If they still have issues then I fix the bug.

This is how it works because it's me, myself and I.

Blank pages are usually SQL errors which I did not handle well in 2.9.x. Since I wrote my own sql wrapper to catch these now everything is much better.

We can keep going in loops and you can keep questioning me about why I am offering my free help and versioning up here or you can install it and we can progress.

No hard feelings. Remember my tone of voice never comes across correctly over forums.

-Andrew, tm1000, FreePBX/2600hz/Provisioner/Endpoint Manager/CID Superfecta.

Maybe I assumed something, this is what I got when I updated. Are there different developers of endpont manager that use the same version numbers?
PBX End Point Manager
2.9.2.9
Andrew Nagy
Enabled and up to date
 
How do I manually updat it? the update modules doesn't seem to offer a newer version.
 
To install the new version you download the file pointed out to you by tm1000. Then, go to the Module Admin and go to Upload Module. There, point it to the file you just downloaded and continue with the process.
 
Thank you, I have updated the module.

I get the same results, I install SNOM, the screen blanks as if it does something but when I go to the template manager or endpoint device list, they show that I don't have anything installed. I think I'm missing a step.
 
ssh into your machine

run

tail -f /var/log/httpd/error_log

Then do the same thing you are doing again and send the results of that log to me.

Since you are getting the same error I think it's something you are doing but lets be sure.

Thank you, I have updated the module.

I get the same results, I install SNOM, the screen blanks as if it does something but when I go to the template manager or endpoint device list, they show that I don't have anything installed. I think I'm missing a step.
 
root@pbx:~ $ tail -f /var/log/httpd/error_log
[Thu Feb 09 13:01:30 2012] [error] [client 192.168.0.13] PHP Deprecated: Function split() is deprecated in /var/www/html/menu.php on line 31, referer: http://192.168.0.100/
[Thu Feb 09 13:01:30 2012] [error] [client 192.168.0.13] PHP Deprecated: Function split() is deprecated in /var/www/html/menu.php on line 31, referer: http://192.168.0.100/
[Thu Feb 09 13:01:42 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_devices
[Thu Feb 09 13:01:42 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_devices
[Thu Feb 09 13:01:42 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_devices
[Thu Feb 09 13:01:42 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_devices
[Thu Feb 09 13:01:42 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_devices
[Thu Feb 09 13:01:42 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/codemirror.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_devices
[Thu Feb 09 13:01:42 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/jquery.form.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_devices
[Thu Feb 09 13:01:42 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/xml.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_devices
[Thu Feb 09 13:02:24 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_config
[Thu Feb 09 13:02:24 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_config
[Thu Feb 09 13:02:24 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_config
[Thu Feb 09 13:02:24 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_config
[Thu Feb 09 13:02:24 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_config
[Thu Feb 09 13:02:25 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/codemirror.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_config
[Thu Feb 09 13:02:25 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/jquery.form.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_config
[Thu Feb 09 13:02:25 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/xml.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_config
[Thu Feb 09 13:02:30 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=tool&display=epm_config
[Thu Feb 09 13:02:30 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=tool&display=epm_config
[Thu Feb 09 13:02:30 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=tool&display=epm_config
[Thu Feb 09 13:02:30 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=tool&display=epm_config
[Thu Feb 09 13:02:30 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=tool&display=epm_config
[Thu Feb 09 13:02:30 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/codemirror.js, referer: http://192.168.0.100/admin/config.php?type=tool&display=epm_config
[Thu Feb 09 13:02:30 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/jquery.form.js, referer: http://192.168.0.100/admin/config.php?type=tool&display=epm_config
[Thu Feb 09 13:02:31 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/xml.js, referer: http://192.168.0.100/admin/config.php?type=tool&display=epm_config
[Thu Feb 09 13:02:34 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_templates
[Thu Feb 09 13:02:34 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_templates
[Thu Feb 09 13:02:34 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_templates
[Thu Feb 09 13:02:34 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_templates
[Thu Feb 09 13:02:34 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/css, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_templates
[Thu Feb 09 13:02:34 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/codemirror.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_templates
[Thu Feb 09 13:02:34 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/jquery.form.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_templates
[Thu Feb 09 13:02:35 2012] [error] [client 192.168.0.13] File does not exist: /var/www/html/admin/assets/endpointman/js/xml.js, referer: http://192.168.0.100/admin/config.php?type=setup&display=epm_templates
 
The problem appears to be this:

That the directory '/var/www/html/admin/assets/endpointman/' does not exist. which means all javascript will fail. this directly affects everything, including the look (all of the images and css will be missing also)

My advice. Uninstall and reinstall endpoint manager. it will fix that error.
 
I did that and it does not create a directory. It creates a file called endpointman. Still the same symptoms. When I open endpoint manager I see a message at the top of the screen "WARNING: Assets Missing! ^^Please click the Orange "Apply Configuration Changes" Bar"

When I install or uninstall I get the orange apply configuration bar and I do apply it. When I open endpoint manager and see the warning, there is no orange bar.
 
I need to investigate this further.

But I do know that it worked in version 2.9.2.9. So I'm thinking there is some system error going on, on your end. Regardless this gives me the excuse I need to be able to work on this with freepbx.
 
FYI, in case you need, this is PIAF 3 64 bit.

PIAF Installed Version = 2.0.6.2 Running on *HARDWARE*
FreePBX Version = 2.9.0.7
Running Asterisk Version = 1.8.8.0
Asterisk Source Version = 1.8.8.0
Dahdi Source Version = 2.6.0+2.6.0
Libpri Source Version = 1.4.12
Operating System = CentOS release 6.2 (Final)
Kernel Version = 2.6.32-220.2.1.el6.x86_64 - 64 Bit
Core 2.9.0.2 Online upgrade available (2.9.0.4)
FreePBX Framework 2.9.0.7 Online upgrade available (2.9.0.9)
Paging and Intercom 2.9.0.5 Online upgrade available (2.9.0.6)
 
If you uninstall endpoint manager does that folder stille exist?

eg this folder? /var/www/html/admin/assets/endpointman/
 

Members online

No members online now.

Forum statistics

Threads
26,686
Messages
174,407
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top