Search results

  1. M

    DSN

    FreeSWITCH's default database is SQLite and always has been. FreeSWITCH can still be set up to use the PostgreSQL database. In the latest release, this is done using the following Advanced -> Variables to define the DSN SIP Profiles by changing odbc_dsn Update the /etc/fusionpbx/config.conf file.
  2. M

    Improving FusionPBX Documentation: Cleaning Up Outdated Links

    Len used to work for FusionPBX. I paid him to work on the documentation and help with support. He started getting to know the FreeSWITCH team, and he took a job at Signalwire some years ago and still works there. Currently, two members of the FusionPBX team volunteered to help with public...
  3. M

    Is it posible to move only a tenant?

    There is a green member feature called domain_backup that can be used to back up a single domain. That backup has to be restored to a FusionPBX with the same database structure so therefore the same version of FusionPBX is needed for it to work. The membership is a practical sustainability...
  4. M

    DSN

    I made that change so I'm the best person to answer this question. FusionPBX and FreeSWITCH should NOT share the same instance of the PostgreSQL database. A long-running query for FusionPBX can block requests for FreeSWITCH which could be used for new calls or registrations. In other words, a...
  5. M

    Copyright on original work

    They say "Imitation is the sincerest form of flattery". However, in this case, it is violating copyright. DjangoPBX seemed to have copied several of FusionPBX's page designs and more. This is not okay to cheat and copy our page designs you need to put in time and come up with your own designs...
  6. M

    Dashboard

    To fix this you would go to the Menu and then go to Advanced -> Upgrade. Schema App Defaults Or you can run the following commands from the command line like this. This will run the Upgrade Schema and App Defaults from the command line.
  7. M

    Improving FusionPBX Documentation: Cleaning Up Outdated Links

    Sure, First of all here are some helpful links about this topic. Official FusionPBX Documentation and correct URL https://docs.fusionpbx.com/en/latest/other.html The documentation is currently in the ReStructuredText (RST) format. Those files are hosted on Git Hub...
  8. M

    Setup email version 5.3 - Step by Step

    I'm available now if you want to call back.
  9. M

    Unable to Forward Calls to my fusionPBX

    Give me a call I'll help you get it working. Tell them that Mark asked you to call to get past the receptionist. Our support number is listed on this page. - https://www.fusionpbx.com/support This link shows local time call at 9:00 am or later in the day and if I'm available I'll help you get...
  10. M

    Setup email version 5.3 - Step by Step

    Maybe you should help with documentation. Here you are sharing it in a location that is helpful on a 3rd party forum. But if more people helped with the public documentation it would improve for everyone. It's located here and anyone can send pull requests. - https://docs.fusionpbx.com Raw...
  11. M

    Listening to Voice Mail Greetings

    Here is a link to documentation that we are working on updating and from there you can see a new screenshot of the dashboard. - https://docs.fusionpbx.com/en/latest/home/dashboard.html FusionPBX 5.3 is faster, more secure, more polished, and has fewer bugs than the version you are on. So I...
  12. 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...
  13. M

    Password reset

    @RTL I'm making it a goal to get it done in the next few days.
  14. 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.
  15. 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...
  16. 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...
  17. 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.
  18. 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.
  19. 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...
  20. 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...