FreePBX 2.10.1.1 not showing FOP2Admin module

My module manager shows it to be installed, but when I try to access it:

/admin/config.php?display=fop2admin

I get:

404 Not found (modules//page..php)

I'm really not sure what to do as I need to change extension permissions ASAP, and I can't find a manual way in SSH as it's linked to FreePBX so fop2.cfg is ignored. Thanks

Comments

  • What fop2admin version do you have installed? Did you try with the latest version?

    If you need to do a manual config, you are free to do so by editing fop2.cfg accordingly. You can disable the autoconfiguration by removing the last #exec line and then writing your own user lines and buttonfile=xxxxx on fop2.cfg

    For a quick way to get the button config from the autoconfig in a static file, you can run

    /usr/local/fop2/autoconfig-users-freepbx.sh > /usr/local/fop2/buttons.cfg

    Then in fop2.cfg remove the last #exec line and put instead

    user=100:1234:all
    buttonfile=buttons.cfg

    In any case, your issue might probably be fixed by using the latest fop2admin

    Best regards,
  • Thanks, I am using the most recent version downloaded right off the website so I'm not sure
  • The last version is 1.2.11 . You can check your version by going to FreePBX, module admin section.
  • This is the version we use and the issues persists
  • Here is how my FreePBX menus look currently:

    http://i.imgur.com/jXVf6.png
    http://i.imgur.com/qThmd.png
    http://i.imgur.com/wW8Ro.png

    I should add too, I have actually purchased FOP2
  • Is FOP2 installed. I do not think that the admin module actually installs the FOP2 software.

    I just built 2 FreePBX installs from the FreePBX distro. I had to uninstall iSymphony and manually install FOP2 software and then the FOP2 admin module.

    How did you install FreePBX? Was it a distro or built by hand?
  • fop2admin appears in the 3rd party drop down menu. You did not post a screenshot of that?
Sign In or Register to comment.