Search results

  1. M

    Password reset

    Sorry that is a feature regression caused by rewriting the authentication a few versions back. At the moment the password reset will not work. I will work to get that re-implemented.
  2. M

    Transcription installed, but options not showing up in extension, or voicemail pages

    After installing those features and then running upgrade -> app defaults it adds settings with specific settings for you to make it easier. Manually adding the settings is possible but not recommended for these settings because it will create duplicates. How we determine if the setting is...
  3. M

    Fusion PBX 5.3 New install On Debian 12

    Basic steps for an outbound call - Create a gateway or a bridge statement - Add an outbound caller ID number to your extension that matches a number at your VoIP provider. - Make an outbound route to use to route calls to your Gateway. - When you create your outbound route make sure you are...
  4. M

    2FA | MFA |FusionPBX 5.3

    When you enable it in default settings these are global settings and it affects all domains. If however, you configure the same settings in domain settings then it only affects that domain.
  5. M

    Outbound route not working (no requests leaving PBX)

    Looking at the log it says So it looks like you put your phone external IP address in the providers access control list. This is a common mistake. I changed the name to make it more obvious not to do that. The providers access control list is only for your VoIP provider / carrier IP addresses...
  6. M

    SOLVED Can't Login After Upgrading to Lastest Master Branch (v5.3.4)

    I'll provide a little more information to help people out. You need a file called config.conf in the /etc/fusionpbx directory. Here is an example file you will need to update the database password which you can get from the config.php file. For some time the upgrade would make this file for...
  7. M

    Doubts Voicemail to Email

    Go to default settings and search for smtp_from you will see there are multiple settings make sure they have a value or disable the ones that are empty. The one that is required is under the email category.
  8. M

    Doubts Voicemail to Email

    Check to see that the email_queue service is running. Also go to the menu then Status -> Email Queue and check the status.
  9. M

    Out going calls failing - provider states ANI is wrong

    @DigitalDaz Can you move this thread to a more better category. It's out of place under FusionPBX News
  10. M

    Call Group Pickup / Intercept

    The answer to the question depends on the version of FusionPBX. Please share your version. Note: The DSN is not in FusionPBX by default. It is added manually for certain circumstances.
  11. M

    Doubts Voicemail to Email

    The email_queue service is needed to send emails. You can check if emails have been sent from the menu Status -> Email Queue. On newer versions of FusionPBX, you also can test sending an email from that page.
  12. M

    Outbound routes add creates 2 routes

    I'm the one that added the additional 'outbound route'. So I know why I added it. The purpose of the additional outbound route is to set the call_direction to outbound early enough in the dialplan so that it can be known that the call is identified as an outbound call. We were setting this...
  13. M

    SOLVED No Call detail or recordings in GUI after update

    FreeSWITCH first writes a call detail record to the file system. FusionPBX then reads it using the cron job or service and loads it into the database. So use crontab to disable that service then make a phone call. If you make a call then you don't see a call detail record written to the file...
  14. M

    SOLVED No Call detail or recordings in GUI after update

    Check if you see call detail record XML files in this directory.
  15. M

    SOLVED No Call detail or recordings in GUI after update

    First off make sure you upgrade schema or upgrade.php. Then use this link to enable CDR - https://www.pbxforums.com/threads/crd-logs-and-recordings-not-showing-in-portal.8078/post-32553
  16. M

    Possible bug in call block: call block doesn't block calls the first time you add a rule unless you reload/rescan

    The Number One Reason the call block doesn't work is to fill in the Caller ID Name as if it is a description. Most of the time the description is better off left blank. I will test to see if it clears the cache after enabling it the first time.
  17. M

    Possible bug in call block: call block doesn't block calls the first time you add a rule unless you reload/rescan

    The first entry in the call block enables the call_block dialplan for the current domain. After that its enabled for all future new entries for that domain.
  18. M

    Possible bug in call block: call block doesn't block calls the first time you add a rule unless you reload/rescan

    FusionPBX 5.2.4 is not the current release. The latest release is 5.3.x.
  19. M

    Bug deleting entries from dialplan FPBX v5.2.4

    FusionPBX 5.3 is the current FusionPBX release. I just confirmed that this is not a problem on 5.3. This bug was fixed several months ago. The dialplan XML is deleted when the dialplan detail is deleted. I remember fixing this bug it was several months ago. It's a good thing 5.3 was released...
  20. M

    Bug deleting entries from dialplan FPBX v5.2.4

    If you press save again it will read the current dialplan settings and remove the line from the XML.