Search results

  1. Z

    Installing SMS app gives 403

    I have done, the problem was that the menu item was not pointing to the correct php file.
  2. Z

    Installing SMS app gives 403

    Hi All, I have recently followed the install guide <a href="https://github.com/fusionpbx/fusionpbx-apps/tree/master/sms">here</a>, I have added it as a menu item and set the permissions accordingly but when I try to reach it I get a 403 forbidden error from nginx. I have attached the header of...
  3. Z

    Writing my own module / app

    Hi, I have been searching around for some documentation on creating a menu item style app to integrate into my fusion server. So far I can tell they need certain files such as app_menu.php and app_config.php but I was wondering if this has been documented anywhere? Any help would be appreciated...
  4. Z

    Problems with Users, Group and Menu manager.

    Hi all, I am attempting to create a uer with a group that permits access to certain menu items. When I added the new user to the default group "user" it worked as intended, although the CDR stats page gave an "access denied". Anyway, I then created a new group "standard_user" that restricts...
  5. Z

    Help needed matching FreePBX extension vars to FusionPBX ext

    I have followed through and done that, however it fails when I try to import using my best guess as what lines up to what. Is there a default required list of variables that voicemail requires that is causing it to fail due to it lacking something?
  6. Z

    Help needed matching FreePBX extension vars to FusionPBX ext

    Hi all, I am using FreePBX bulk handler to export a CSV file of the extensions to then import into Fusion, however, as expected the variable names to not match. So far I have matched the credentials and CID stuff but the issue is I cannot find the variables the Fusion uses to store voicemail...
  7. Z

    Need to find where Fusion sets api_hanguphook in freeswitch

    Hi all, title says it all really. I'm trying to write a Lua script that looks for the session recording file after the session has hung up. My problem - according to some lovely people on the Freeswitch slack channels - is that FusionPBX sets the api_hangup_hook at the end of the dial plan but I...
  8. Z

    FusionPBX setting api_hangup_hook in the Freeswitch API

    I am trying to set the api_hangup_hook in a lua script but I have been told on the Freeswitch slack that FusionPBX sets this at the end of the dialplan. Essentially I am trying to send an email to the recipient of the call an email with a file attachment that is the .wav recording of the call...