Search results

  1. whut

    Call blocking by area code [solved]

    An IVR requiring caller input or extension call screen are useful aids as they require the caller to make interactive actions.
  2. whut

    Reconciling CDR and other changes from Backup

    I am not thinking of a guide for how to copy all CDR table records from a cdr_copy version to existing v_xml_cdr table. Hopefully you have performed a "copy v_xml_cdr table to cdr_copy table" so you can import yesterday's CDR data.
  3. whut

    let's encrypt issuance

    Does the fusion lets encrypt issuance script use HTTP-01 Challenge or TLS-SNI-01 Challenge? I will guess HTTP-01
  4. whut

    Hide SIP INVITE Variables

    Try this in your outbound route <action application="unset" data="sip_h_X-accountcode"/>
  5. whut

    Import devices

    I would try another similar model provisioning template to see if enabled get set correctly.
  6. whut

    Import devices

    What is your field name? Make sure it is `device_enabled`
  7. whut

    Import devices

    Set the enabled field to `true`. lowercase
  8. whut

    Ring Group Issues

    Definitely flush cache. That is odd behavior. Make sure you are not using the same extension number more than one time on a domain. You cannot have phone extension 200 again for any other type of extensions
  9. 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...
  10. whut

    Remote Phone Receive Call Issues

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

    Remote Phone Receive Call Issues

    @cemotyz09 was correct. It is an ACL issue.
  12. 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.
  13. 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...
  14. 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.
  15. 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:
  16. 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.
  17. 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...
  18. 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...
  19. 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.