Search results

  1. V

    Creating Custom App

    Dan, thank you. I'm assuming I just randomly change this one only to a unique value? $apps[$x]['uuid'] = "ab583432-192d-4287-a4b1-7aa5daa580a0";
  2. V

    Creating Custom App

    Good Afternoon, This might be a basic question, but cannot seem to find any docs online. When creating a customer application for FusionPBX, there are several uuid fields. With that, when a module is created do the uuids need to be unique or does the system take care of that when the upgrade...
  3. V

    Import Extensions/Devices from CSV file

    Its work perfectly. Thanks! I must have done something wrong initially.
  4. V

    Import Extensions/Devices from CSV file

    I did. Attempted all options on the upgrade page. Under group manager and menu manager the permission was showing correctly. I just removed it and might give it a try later on today or tomorrow.
  5. V

    Import Extensions/Devices from CSV file

    Getting access denied when selecting the Import Extensions from the app menu after the install and all permissions set to www-data. Attempted to set permissions to 777 as well with no success. I'm running ver 4.4.3 on a test server I built earlier today.
  6. V

    Phones Not Registering

    This is a bit of a weird one, but hoping it's an easy fix. The phone in this example was working successfully for months, and suddenly started to fail. I get this message in the CLI when a phone attempts to register where it never registers: [WARNING] sofia_reg.c:1792 SIP auth challenge...
  7. V

    Voicemail Transcription in ver 4.5

    After the update, to ver 4.5, transcription needs to be enabled extension. To do this under apps --> voicemail, enable transcription. Tested and it works.
  8. V

    Voicemail Transcription in ver 4.5

    I recently updated from version 4.2.4 to 4.5 and seems voicemail transcription no longer works, via MS Cognition, with the Bing Speech API. Checking the logs it appears that Fusion is no longer attempting to make it's curl statement to Microsoft. Code between version 4.2.4 and 4.5 in the...
  9. V

    Inbound Call Pop

    Good Afternoon All, I have a client who we are looking to migrate over to a FusionPBX server; however there is one feature I have been unable to duplicate between FreePBX and FusionPBX. On Asterisk, I used to use ADAT or a browser extension which would pop up a browser with a preset URL and...
  10. V

    Robo Call Block Per Domain

    Interesting. Thank you.
  11. V

    Robo Call Block Per Domain

    I was wondering if anyone has made the following update to the Call Block app/module in FusionPBX. The FCC has a public database of all robo/spam callers. With that I am looking to import the list into v_call_block and in the GUI give each domain the ability to enable/disable this list of...
  12. V

    Moving All SQLite DBs to Postgre

    That makes sense. Was curious if it was possible. Thanks.
  13. V

    Moving All SQLite DBs to Postgre

    Anyone have any experiencing in creating an active/active fusionpbx cluster? From the install script it appears that freeswitch is configured to use postgre in the core; however it is using sqlite. Looking for a good set of directions to accomplish this so I can load balance and disperse a few...
  14. V

    [Tutorial] Creating a two node FusionPBX cluster the easy way.

    Excellent. This made a project I was working on go very smoothly for the bulk of the install. Thank you. Currently I have this running in a load balanced (well SRV Records) setup, and it's running very nicely; everything works as one would expect; except a call on nodeA does not display in the...