Search results

  1. M

    Missing CDR Information

    If you do have this commented out Then the call detail records should be saved to the following directory. If you see files in the directory they are waiting to be imported into the database. If there are none then you need to look at the following file and comment out the URL line as shown...
  2. M

    Introducing the All-New IVR Management Page in FS PBX!

    To me, it seems like competing because of not updating FusionPBX to the current release. Your release version is based on a version that is end-of-life. The new version of FusionPBX is significantly better. I doubt the appreciation for FusionPBX as the statement concludes by criticizing it...
  3. M

    Introducing the All-New IVR Management Page in FS PBX!

    Security First Approach – It still requires FusionPBX as you are not even remotely close to feature parity with your interface. Performance Optimization – FusionPBX 5.3 has had many performance improvements. Rigorous Testing and Stability – A much simpler task since FS PBX is short many features...
  4. M

    Introducing the All-New IVR Management Page in FS PBX!

    The bugs that are fixed first are those that give us a phone call. If the person happens to be on the phone with us we can often fix the issue before getting off the phone call. Despite your best efforts your customers are intentionally being left behind. This makes your customers more...
  5. M

    Introducing the All-New IVR Management Page in FS PBX!

    @ardyhash FS PBX isn't being kept up to date with the FusionPBX release and is instead cherry-picking some commits that makes it a fork of FusionPBX. This handicaps the person using FS PBX because they are being artificially held back to an older version of FusionPBX. New releases have several...
  6. M

    Copyright on original work

    @pbxgeek I'm not a copyright expert. However, as far as I understand it there is copyright for code, for page design, and for theme. DjangoPBX is written in Python so the code will be different for that reason. I haven't looked at DjangoPBX code so I'm not commenting on that. Next at the time of...
  7. M

    Copyright on original work

    @pbxgeek Those who are copying it would be subject to the terms of the open-source license and the copyright. And they still can't claim the ownership of the copyright unless the work is original. Copyright laws don't set an extremely high bar for being original but effort needs to go into...
  8. 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.
  9. 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
  10. 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.
  11. 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...
  12. 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...
  13. M

    CDR Not Updating

    What is your version of FusionPBX?
  14. M

    Copyright on original work

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

    No CDR on Call Detail Records menu after reboot

    What is your current version of FusionPBX?
  17. 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...
  18. 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
  19. 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.
  20. 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...