Search results

  1. whut

    Call has been on hold and total hold time

    I am wanting to know a few things about a call in fusionpbx like "has this call been on hold?" and "what is the total time this call has been on hold?". I found these variables inside the CDR details, but they are always 0. hold_accum_ms 0 hold_accum_usec 0 last_hold_epoch 0...
  2. whut

    Zoiper app

    Recently I was asked about installing and using the fusionpbx-apps/zoiper application https://github.com/fusionpbx/fusionpbx-apps/tree/master/zoiper We installed the app and the app is full of errors and will not work without a lot of code changes. Has anyone used this app? Is there any value...
  3. whut

    least cost routing in fusionpbx

    How to implement least cost routing in fusionpbx? I know you need to add the LCR module and that you need to load rate sheet(s). Where and how to you load rate sheets? What is the full implementation of LCR in fusionpbx?
  4. 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
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...