Recent content by whut

  1. whut

    Hey guys, I'm currently developing a billing app

    $apps[$x]['description']['id'] = "Manajemen billing dan tarif untuk panggilan keluar."; does not look like a valid entry. the entries are typically language-country. Are you interacting with the existing v_providers table or are you creating a conflicting v_providers table? It looks like you...
  2. whut

    Number translation

    If it did not work for you then your update/upgrade process is missing steps or you are using an old branch that does not have the fix. The source code fix is on the master branch.
  3. whut

    Linphone QR code provisioning and registration

    Has anyone been successful recently with provisioning and registering with Fusionpbx's Linphone QR codes on mobile application? Scanning the QR code immediately fails.
  4. whut

    Yealink T33G Linekey

    You may want to share screenshots of how you added blf key to the device for auto provisioning. Hopefully you are not using an antiquated version of fusionpbx.
  5. whut

    Number translation

    Stash your local change and update fusionpbx. This has been fixed in the source code. https://github.com/fusionpbx/fusionpbx/pull/8033
  6. 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:
  7. 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...
  8. 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
  9. 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
  10. whut

    Change *97 to 1571

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

    Change *97 to 1571

    include an image of your dialplan in the dialplan edit page
  12. 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...
  13. whut

    SOLVED Upgrade broke displaying of many things

    Who ya gonna call? not the ghostbusters. Mark!
  14. 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...
  15. 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.