Search results

  1. 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
  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

    emailing from script

    what are the best and easiest ways to email from a bash or shell script? the email_script.sh will contain variables for email to, email from, subject, body, file to attach etc. If I call fs_cli luarun email.lua, the email is not sent because the domain uuid and domain name are not included. I...
  4. whut

    Cloud phonebooks

    Growing out of an ongoing curiosity do you use cloud phonebooks on your devices, and how much desire is there for cloud phonebook support for more devices through the provisioning templates? Only yealink, granstream, and flyingvoice have this setup in the provisioning templates. I know some...
  5. whut

    cpu steal %

    Greetings, I am messing around with some vital stats of servers for an observability GUI and would like some feedback on running this set of commands: top -bn1 | grep '%Cpu' ; top -bn1 | grep '%Cpu' | awk -F 'st' '{print $1}' | awk '{print $NF}' What I am looking for is for the 'st' item in...
  6. whut

    sip contain sms/message

    Long time listener, first time caller. Many phones have a 'messaging' application. Within this application you could (painstakingly) send a text message to another phone/extension on the server. You can also do this with more ease through the phone's embedded webpages. How could I send a text...