Search results

  1. M

    Best Practices for Fail2Ban and Event Guard Configuration in FusionPBX?

    Fail2ban has been both good and bad for FusionPBX. I think many people gave up on FusionPBX because of Fail2ban. Fail2ban has hurt nearly everyone who has used FusionPBX. That is why it's no longer protecting FreeSWITCH by default. You can change that by updating your jail.conf file in...
  2. M

    CDR Not Updating

    What is your version of FusionPBX?
  3. M

    Copyright on original work

    I'm not talking about the theme. The theme is different.
  4. M

    Copyright on original work

    What you said here is misleading and false. FusionPBX is open source and half of the original member features have been open-sourced. Of the member features that do exist I wrote all of them. I've open-sourced almost all of the code I've written for more than a decade. I came up with the design...
  5. M

    No CDR on Call Detail Records menu after reboot

    What is your current version of FusionPBX?
  6. M

    No CDR on Call Detail Records menu after reboot

    If you looked at what I shared it is not using HTTP. The HTTP POST is not ideal. FreeSWITCH has not perfected their escaping values perfectly so some call details records vanish because of improperly escaped values. For this reason, FusionPBX no longer relies on the HTTP POST. The other...
  7. M

    No CDR on Call Detail Records menu after reboot

    This is already documentation for this topic in the forum so here is a link. - https://www.pbxforums.com/threads/crd-logs-and-recordings-not-showing-in-portal.8078/#post-32553
  8. M

    No CDR on Call Detail Records menu after reboot

    We aren't counting the call detail records so its just showing you 8 pages and this is configurable from default settings category cdr. If you updated make sure to run upgrade -> schema. You can also check to see if you have any cdr files in /var/log/freeswitch/xml_cdr directory.
  9. M

    IP authentication incoming calls are forbidden

    Your provider can send to port 5060 or 5090 if you add their IP addresses to the providers Access Control List. Then flush the cache from the Status -> SIP Status page. Then press the RELOAD ACL button. Used the default providers list rather than a new list unless you want to make it harder on...
  10. 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.
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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.
  16. 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...
  17. M

    Setup email version 5.3 - Step by Step

    I'm available now if you want to call back.
  18. 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...
  19. 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...
  20. 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...