Recent content by whut

  1. 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
  2. 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
  3. whut

    Change *97 to 1571

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

    Change *97 to 1571

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

    SOLVED Upgrade broke displaying of many things

    Who ya gonna call? not the ghostbusters. Mark!
  7. 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...
  8. 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.
  9. whut

    Video calls are not working

    Flush the cache from Status menu - SIP Status sub menu - Flush Cache button.
  10. 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
  11. whut

    XML_CDR

    CDR page already has accommodations for custom fields. What is your definition of "rate"? It could be many
  12. 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...
  13. whut

    Stop call recordings

    Yes
  14. whut

    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 find any that are record = true then re-save that entity in the GUI and check the table again to make sure it saved correctly. sip flush cache after changes
  15. whut

    Stop call recordings

    sip flush cache would be wise