Search results

  1. M

    5.0.5 to 5.3.4 but old interface

    I agree with what MrObscured said in his message. The default settings during an install will look for missing defaults and add those. However, in most cases, it will not automatically update those settings. The reason is someone could have customized certain settings that they want to keep...
  2. M

    Password reset

    @RTL I'm making it a goal to get it done in the next few days.
  3. M

    German voice prompts

    I made the voice prompts send me a reply in the ticket you created and it will remind me to send them to you.
  4. M

    Run script on call inbound

    You need to make sure you have the freeswitch module called curl or mod_curl. You can see this from the Advanced -> Modules page. https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Modules/mod_curl_3965033/ You can create a dialplan from the main dialplan and set the condition to...
  5. M

    Setup for multiple domains on Let’s Encrypt

    If using dehydrated with the letsencrypt.sh script then the SSL certificates are put in the following directory I've updated the documentation for Letsencrypt. https://docs.fusionpbx.com/en/latest/getting_started/lets_encrypt.html We are updating the documentation. The screenshots are being...
  6. M

    How to move the menu bar Version 5.3 - Step by Step

    Changing the menu_style from side to fixed will work and will move the menu to the top.
  7. 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.
  8. 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...
  9. 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...
  10. 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.
  11. 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...
  12. 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...
  13. 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.
  14. 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.
  15. 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
  16. 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.
  17. 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.
  18. 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...
  19. 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...
  20. M

    SOLVED No Call detail or recordings in GUI after update

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