Member
Last active 6 years ago
Worked now by using (as per Agustin request) :
/usr/local/fop2/fop2_server --register --rp=http
and I also changed "/etc/sysconfig/fop2" from:
OPTIONS="-d "
To
OPTIONS="-d --rp=http"
When I try to register FOP2 with the serial provided via e-mail after purchase I get this:
/usr/local/fop2/fop2_server: symbol lookup error: /tmp/par-726f6f74/cache-2ceb1d8d065a835aebbb35c6be850b7c4fcd8f3b/libssl.so.6: undefined symbol: CRYPTO_memcmp
I tried via the web interface and it crashed the fop2 daemon.
I'd like to add that the names are OK in the "fop2buttons", "devices" and "users" MySQL tables.
I've changed 2 exts name in FreePBX and then I went into FOP2 admin interface and did a "Synchronize Label". I see the correct information in the admin interface but not in FOP2 itself. If i do a "fop2 reload" I see the correct name for less than a second in the FOP2 interface after the reload and then the old name will "come back".
If a run "/usr/local/fop2/autoconfig-buttons.sh" from the command line, I see the correct names.
Thanks
Daniel
When a user login/logout to/from queue via *45 (FreePBX queue login default feature code) or a user is added/deleted statically via the FreePBX interface, the "new" agent doesn't apprear in the queue's agent list of FOP2. I have to do a "/etc/init.d/fop2 reload" to update the agent list.
I'm using FOP2 2.31.11/Asterisk 11.4.0/FreePBX 2.11.0.11
Sorry for the delay, I was on vacation for the last 2 weeks.
# grep config /var/www/html/fop2/admin/secure/logout.php
require_once("../config.php");
Also when we logout of the admin panel we get:
Warning
You must have a functions-custom.php file in the manager directory.
FOP2 Manager - Version 1.1.4
I've installed a FOP2 server on a separate server as per this document:
http://support.asternic.biz/?/selfhelp/view-article/installing-fop2-on-a-separate-server/8
When I run:
php /var/www/html/fop2/admin/update_conf.php
I get an error in "functions-custom.php" line 167. That line is:
if(!$res = $astman->connect("localhost:".$conf["MGRPORT"], $conf["MGRUSER"] , $conf["MGRPASS"], 'off')) {
I've changed "localhost" on that line by the IP of the remote asterisk server and now I don't get the error anymore but when I go in the admin panel I don't see any extensions. I've check the MySQL credentials and they're OK. If I check in the asterisk database, I see a bunch of fop2 tables so I guess they were created by "update_conf.php". I can connect from the mysql command line of the FOP2 server to the remote asterisk MySQL server with the credentials in "/var/www/html/fop2/admin/config.php".
Thanks for your help
Daniel
I have some extensions where the green "Presence Icon" has a check mark in it, some others are just plain green. What is the difference between the two? I don't see that info in the user guide.
Thanks
Daniel
We're a PBX hosting company and we're running our guest PBXs as OpenVZ guest containers. The problem we ran into is that when move a guest from one host to another the FOP2 license fail and we end up the an unlicensed FOP2. It does the same thing with the Stats Pro license. Is there something we can do about this?