just starting, two questions

Hi,
We've been getting FreePBX and FOP2 set up over the last month, transitioning a small call center over from a ShoreTel system era 2004.
I have two questions.
1)We purchased the White Label, and I tried changing the index.html <title> tag to "Phones." When I load the FOP2 panel, the tab name is correct for less than a minute, then reverts to "Flash Operator Panel 2". Do I need to change this somewhere else?

2) We have created a virtual host on our web server machine so that instead of users accessing "freepbx.ourserver.com/fop2/", they can access this FOP2 by going to "phones.ourserver.com" Everything seems to work fine, but are there any repercussions you can think of that would pose an issue? It may potentially change the location of html links for folders -beneath- fop2, like in the base directory, but if there really are no html links to things beaneath the FOP2 folder, then we should be fine, right? I was thinking FOP2 is actually modifying the asterisk/freepbx database in other ways.

Thanks!
Kevin

Comments

  • 1) You should set the application title in /var/www/html/fop2/js/presence.js

    2) As long as the base files are located in /var/www/html/fop2 you should not have problems. Set the document root of the virtual server to that location and everything will work fine. If you change the local path to anything else, then you will have issues as the path is set in configuration files that will need modification (fop2.cfg, autoconfig-users.sh, and several plugin configuration files).

    Lastly, FOP2 does not alter *any* database than its own. FreePBX or Asterisk will work as always and are untouched.
  • Good news, title is working and everything else seems to be fine.
    Thanks for the help!
Sign In or Register to comment.