Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...