whut's latest activity

  • whut
    whut replied to the thread XML_CDR.
    CDR page already has accommodations for custom fields. What is your definition of "rate"? It could be many
  • whut
    Your outbound routes look wrong. When you create a new outbound route an order 22 for setting direction = outbound early enough is...
  • whut
    whut replied to the thread Stop call recordings.
    Yes
  • whut
    whut replied to the thread Stop call recordings.
    I have seen a small number of cases when the GUI displayed incorrectly. Check the record fields in the tables for these tables. If you...
  • whut
    whut replied to the thread Stop call recordings.
    sip flush cache would be wise
  • whut
    whut replied to the thread Stop call recordings.
    Start by checking the inbound destinations, call centers, and the extensions. Each of these have recording settings.
  • whut
    whut replied to the thread Active Calls Page Empty.
    see if this post helps with your issue https://www.pbxforums.com/threads/active-calls-dashboard.8562/
  • whut
    whut replied to the thread Provisioning server.
    You can have a different server perform provisioning. You can set the variables in default settings. It has been a long time since I...
  • whut
    whut replied to the thread Call recording.
    Good points to consider. voicemail transcriptions are very short and are only a tiny consideration for STT. Long recordings would be a...
  • whut
    whut replied to the thread Call recording.
    I have seen a very small set of occurrences with the transcription service providers returning results too slowly where the...
  • whut
    whut replied to the thread Call recording.
    Fusionpbx does transcription https://github.com/fusionpbx/fusionpbx-app-transcribe
  • whut
    @agree thanks again for the PL SQL I am finding it very useful. I have been testing it have have a couple of changes here - mostly...
    • Screenshot from 2025-06-27 10-49-25.png
  • whut
    I removed the duplicate `AND table_schema = 'public'` in your WHERE clause in the below. CREATE OR REPLACE FUNCTION delete_domain(id...
  • whut
    nicely done. This could easily be adapted for other purposes too. :cool:
  • whut
    That is nice PL SQL agree. But pressing the delete domain(s) button in the fusionpbx GUI will perform all of the deletes for you.O do...