Search results

  1. whut

    Need help setting up Voxbeam. P-Asserted-Identity: header

    Set the outbound caller ID information on every extension page. Follow the examples for your inbound and outbound gateways in https://www.voxbeam.com/static/guides/Freeswitch-English.pdf You will need to edit the gateway pressing the advanced button on the gateway edit page to adjust the...
  2. whut

    Remote Phone Receive Call Issues

    Fixing your ACL issue is paramount for success.
  3. whut

    Remote Phone Receive Call Issues

    @cemotyz09 was correct. It is an ACL issue.
  4. whut

    SOLVED http connection refused

    You must have a reboot after installing. If you have rebooted and it is still a problem then look at IP tables for a UFW rule blocking port 443 and a UFW rule blocking port 80. If those UFW port block rules exist in IP tables then delete them.
  5. whut

    Fusionpbx in hotel / hospitality

    fusion has a wake up dialplan but IMO it needs to be developed much more to make it more user friendly and fully functional. It is not apparent, for example, when adding a wake up call that it is in 24 hour format. How to update or remove a wake up? I think it needs its own application and table...
  6. whut

    fail2ban won't start on Debian 12

    Thanks for the input @Jimbob . I destroyed the deb 12 server and will not be getting back to it for some time. Hopefully The fusion installation will be thoroughly tested on deb 12 and be fixed before I have time to throw at it again.
  7. whut

    fail2ban won't start on Debian 12

    going back to debian 11 since all of the jails can be enabled and they work on that version. :mad:
  8. whut

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

    Make sure you have newest fusion and make sure your new time condition preset is created correctly. Use the other presets as your example to ensure you have all of the settings exact.
  9. 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...
  10. 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...
  11. 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.
  12. 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
  13. 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.
  14. 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...
  15. whut

    Is there any way we can disable Eavesdrop completely?

    go look at the permission operator_panel_eavesdrop
  16. 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.
  17. 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...
  18. 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...
  19. 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.
  20. 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.