Search results

  1. M

    Can't find speech/transcribe default settings

    You should find a category in the default settings for speech and transcribe with these names. If you are running FusionPBX 5.3 release or higher.
  2. M

    SOLVED Weird Agent Status Behaviour

    To find out what is happening you may find it helpful to do the following. - Look at the FreeSWITCH logs in the Menu -> Status -> Log viewer. - Also using the sngrep command can help you see what is happenning
  3. M

    CDR Not Updating

    I'm using 5.4.0 on the master branch and it's working fine on my system. I even double-checked by updating everything again and then made some test calls. I could fix this likely in 5 or 10 minutes with a phone call and remote desktop. Not sure how to help with it without that.
  4. M

    Best Practices for Fail2Ban and Event Guard Configuration in FusionPBX?

    We have mostly been using jail.local only exception was for ignoreip list used jail.conf. The reason is if you used the fail2ban.sh script to update fail2ban you wouldn't loose your white-listed IP addresses that are in the jail.conf file. Update: Just checked and it maybe possible for...
  5. 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...
  6. M

    CDR Not Updating

    What is your version of FusionPBX?
  7. M

    Copyright on original work

    I'm not talking about the theme. The theme is different.
  8. 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...
  9. M

    No CDR on Call Detail Records menu after reboot

    What is your current version of FusionPBX?
  10. 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...
  11. 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
  12. 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.
  13. 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...
  14. 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.
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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.
  20. 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...