itdept2015

Member

Last active 6 years ago

  1. 9 years ago
    Tue Oct 20 23:48:20 2015
    itdept2015 started the conversation Delete autocreated users from FOP2 that should access it?.

    Question.

    I have many automatically created users in FOP2 (created when the FreePBX users were created). I only want a few users utilizing FOP2... so can I delete the users in FOP2 manager without affecting the FreePBX phone users?

    Or do I need to leave them in FOP2 and create a template that restricts their access?

  2. Tue Sep 29 16:07:02 2015
    itdept2015 posted in How to backup FOP2?.

    I got my answer to this on the Live Chat, but wanted to make sure everyone has access to it:

    What is the best method of backing up Fop2? I am using FreePBX 6.12 64bit distro (FreePBX 5.211.65, Asterisk 11 with CentOS 6.5). I notice I can use the FreePBX GUI / Admin / Backup & Restore to administer backups of any folder on the system, but will it work to just backup the [code]/usr/local/fop2/[/code] folder?

    fop2 settings are stored in tables in the asterisk database. That database is usually backed up by any backup module you might have already, then the actual files are [code]/usr/local/fop2[/code] and [code]/var/www/html/fop2[/code]. If you can add folders to your backup, you can add those, sure. Then the service script is another thing, as you have some files but also you must enable them as a service if you are restoring.

    Then in disaster recovery I can do a fresh install of CentOS/FreePBX distro and just restore all of that, and it should work?

    It is not enough just by copying files. The files are [code]/etc/rc.d/init.d/fop2[/code] and [code]/etc/sysconfig/fop2[/code]. [code]chkconfig[/code] is the command to control the service. Add [code]/etc/rc.d/init.d/fop2[/code] and [code]/etc/sysconfig/fop2[/code]
    but then you will have to use [code]chkconfig --add fop2[/code] to add the service in case you restore the files that way
    or just download fop2, extract and run [code]make[/code] to install over, the make install will run [code]chkconfig[/code] for you
    either way will work.

    Final note... the license will probably fail on a new installation, so you will have to revoke/register

  3. Mon Sep 28 23:50:13 2015
    itdept2015 joined the forum.