Search results

  1. whut

    fail2ban won't start on Debian 12

    Thank you for taking the time to reply, Adrian. I was able to fix most of the issues by changing ssh jail logpath by disabling its logpath and adding bankend = systemd. Perhaps it would be improved further with journalctl -u ssh.service. f2b is now running for me and I have no warnings and no...
  2. whut

    fail2ban won't start on Debian 12

    I am trying fusion on Debian 12 but fail2ban will not start. Fusion website says Debian12 is the recommended operating system now. How do you get fail2ban to run on Debian 12? 1 warning and 2 errors. I think one of the problems is the ssh logpath /var/log/auth.log does not exist. I think...
  3. whut

    I am unable to make any kind of outbound calls, Inbound calls are perfect!

    Place your sip trunk provider's ip addresses in the providers ACL. Do not change the name of this ACL. Create additional ACLs for other purposes like customers, team, and so on. All ACLs should be set to deny. Then the ip addresses in CIDR notation will be set to allow.
  4. whut

    Monitoring active sessions on a gateway

    I am not certain if this is going in the direction you are wanting, but try this fs_cli -x "show calls as xml" | grep "<direction>" | awk -F'[<>]' '{print $3}' | sort | uniq -c
  5. whut

    Enable/ Display Call Flow Status while disabling the ability to Edit it

    You could create a call flow toggle permissions and edit the call flow php with significant changes to incorporate the permission. You could create a call flow application for the dashboard/ homepage that involves the call flow names and the toggle.
  6. whut

    Is there any way we can disable Eavesdrop completely?

    You would need to edit the php to hide eavesdrop. The best option would be to edit the application by adding a permission for eavesdrop and wrapping that permission around each of the eavesdrop functionalities in the php. There are multiple lines of code to consider when removing the eavesdrop...
  7. whut

    Is there any way we can disable Eavesdrop completely?

    go look at the permission operator_panel_eavesdrop
  8. whut

    Add "time of day" to preset Time Condition in Default Settings

    Create a simple time condition that includes what you want. Then view the dialplan of the newly created time condition and you will see exactly what you will need to add to your preset holiday's parameters.
  9. whut

    Add "time of day" to preset Time Condition in Default Settings

    Easter is based upon the lunar calendar. As such, it will not fit within the time conditions framework to cover each year. For Easter you could get a multiple years list and create presets like easter2024, easter2025, and so forth. For specific hours of the day on Mother's Day, add...
  10. whut

    blocking spam calls

    Use the call block application. Build a call blocking dialplan including wildcards If it is a specific range of numbers. Add call screening to extensions. Have the inbound calls route through an IVR. Many sip providers have a way to block numbers at their level. Report the numbers to your...
  11. whut

    Are dynamic extensions possible?

    The admin defines what the call flow destinations are. I do not see that a user could select a destination.
  12. whut

    Are dynamic extensions possible?

    You could use call flows. That requires someone to dial the call flow code to change the flow of calls. You could also use time conditions.
  13. whut

    Fusion update broke GXP2130 provision BLF

    So all grandstream devices will be broken in any new installs? Master branch is not default. How is any default installation supposed to work with grandstream?
  14. whut

    Recording Lenny

    What are your plans for identifying inbound calls to be sent to Lenny? Do you have any spam score data? Are you planning on turning Lenny into a destination so you can push calls to it as part of the call block treatment?
  15. whut

    Wrong Stats on User Dashboard

    Then how about make a faxuser group, hide the dashboard items from the group, and redirect faxuser group to the fax application. Do not overwhelm them with the needless access.
  16. whut

    Wrong Stats on User Dashboard

    You will want to have run the permission updates/upgrade. Probably restore default on the group permissions. If you have made adjustments then make sure to capture those beforehand. /var/www/fusionpbx/app/xml_cdr/resources/dashboard/recent_calls.php only has 3 permissions: if xml_cdr_view then...
  17. whut

    Wrong Stats on User Dashboard

    User should only see details for the extension(s) the user is assigned to. Domain level admin should only see the details for the domain. Review the group permissions carefully. Make sure they don't have something global like the XML CDR domain all permission. Test thoroughly with test accounts.
  18. whut

    Caller ID name change via command or API call

    I would be interested in hearing more details about the foreign API for gathering the updated list of guests/patients information. I would recommend creating a update_extensions.sh, or similar named script, which will contain database password and your SQL update v_extensions statement. Make...
  19. whut

    SOLVED Changing settings does not apply but shows in GUI - part 2

    Your cache settings image shows a conflict with everything else you are describing. you have told fusion that your cache is in /tmp. Change the cache location to /var/cache/fusionpbx Save Reload button in the top-right of the default settings page. Then watch the /var/cache/fusionpbx...
  20. whut

    reduce empty 3s voicemails

    The best solution is in the save voicemail process. But that may be difficult. Have you tried a new test server installation to see if it exhibits the same issue?