Recent content by whut

  1. whut

    Domain Counts add-on application broken

    Thanks that works IF you ignore the instructions. The old apps/domain_counts repo still exists and the instructions are for the old repo. :oops:
  2. whut

    Domain Counts add-on application broken

    I noticed the add-on application domain counts is broken. I don't have the time to fix the code. Does someone have time to fix? It looks like it needs more than fixing the error with improved standards and redundancy fixes. require_once "resources/check_auth.php"; is on lines 29, 33, 36 as one...
  3. whut

    Change *97 to 1571

    The "\" is present because @kieranp1987 having copied the *97 or *98 dialplans which require the * to be escaped in the regular expression
  4. whut

    New Messaging app refers to non-existent file

    Fusion PBX owns and maintains. You can submit a change on the site's edit mode since it is open source
  5. whut

    Change *97 to 1571

    Delete the escaping character "\" destination number regular expression.
  6. whut

    Change *97 to 1571

    include an image of your dialplan in the dialplan edit page
  7. whut

    New Messaging app refers to non-existent file

    https://github.com/fusionpbx/fusionpbx-app-messages/tree/main/resources/service debian-message_queue.service is the only .service file in the directory. debian-message_events.service was renamed to debian-message_events...
  8. whut

    SOLVED Upgrade broke displaying of many things

    Who ya gonna call? not the ghostbusters. Mark!
  9. whut

    Enforce a code before accessing outbound dialtone - only on certain users

    On the extension level you can use account code, call group, toll allow, or extension uuid to accomplish your desired design. I would recommend using call group. If you your client is in the USA the client needs to be able to dial 911 without a prefix dialed code. I anticipate other countries...
  10. whut

    Understanding logs

    Run a test to simulate the same parking and caller hang up actions, and similar scenarios to become more confident in the story.
  11. whut

    Video calls are not working

    Flush the cache from Status menu - SIP Status sub menu - Flush Cache button.
  12. whut

    Call parking change

    The call park dialplans automatically include the domain context. https://github.com/fusionpbx/fusionpbx/blob/master/app/dialplans/resources/switch/conf/dialplan/470_valet_park.xml
  13. whut

    XML_CDR

    CDR page already has accommodations for custom fields. What is your definition of "rate"? It could be many
  14. whut

    All outbound calls are going through only one gateway

    Your outbound routes look wrong. When you create a new outbound route an order 22 for setting direction = outbound early enough is important. Do not bridge in the order 22 outbound route. In the order 100 (or roughly 100) that is where you are bridging. Edit the order 100 to include an...
  15. whut

    Stop call recordings

    Yes