Search results

  1. M

    Improving results from Call Detail Records

    There have been a lot of improvements to Call Detail Records in FusionPBX 5.2 and 5.3. There will be more in the future 5.4 release.
  2. M

    Number of active extensions

    There is also permission for extensions showing the registered extensions from the extensions list. Go to Advanced -> Group Manager -> superadmin and edit the permissions for that group. Put a checkmark in front of the following permission, then a checkmark on the right to protect it, and press...
  3. M

    No CDR on Call Detail Records menu after reboot

    Since you are on 5.1.0 RC2 you can do the upgrade and get a much nicer dashboard, improved CDR details, and a more efficient interface on FusionPBX 5.3.0. Version Upgrade instructions. https://docs.fusionpbx.com/en/latest/advanced/version_upgrade.html
  4. M

    Improving FusionPBX Documentation: Cleaning Up Outdated Links

    Sorry, I wanted to make a backup of it first. That has been completed. The wiki has been shut down. Thanks for the encouragement and push to get this done. I added a redirect from https://wiki.fusionpbx.com to https://docs.fusionpbx.com
  5. M

    Missing CDR Information

    Install the xml_cdr service here using the following commands. This is documented in more detail in the upgrade instructions for 5.1 to 5.2. https://docs.fusionpbx.com/en/latest/advanced/version_upgrade.html#version-5-1-to-5-2
  6. M

    Number of active extensions

    I forgot to mention that FusionPBX 5.3 also shows the number of registrations on the Dashboard. It will show the number of total registrations compared to the number of enabled extensions. Multiple registrations for the same extension will affect the numbers that are shown.
  7. M

    Event guard blocking time length

    This means your iptables firewall is likely not working. You can verify if it's blocked using this command. There are two iptables sip-auth-fail sip-auth-ip If it's not in the list then it's not getting added to iptables. I would check to see if you are updated.
  8. M

    FusionPBX SMS

    The app/sms is likely still working. It might be useful for you to reveal who your VoIP provider is because SMS support is provider-dependent.
  9. M

    Number of active extensions

    What is your version of FusionPBX? Your version is likely not up to date. The registration number is correct on my system. The Status -> SIP Status page also shows the number of extensions shown per SIP profile on the REGISTRATIONS buttons. However, this depends on your version of FusionPBX
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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.
  18. 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
  19. 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.
  20. 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...