diff --git a/app/dialplans/dialplans.php b/app/dialplans/dialplans.php index 409f1abf80..c725040a40 100644 --- a/app/dialplans/dialplans.php +++ b/app/dialplans/dialplans.php @@ -46,11 +46,12 @@ $language = new text; $text = $language->get(); -//drop app uuid from the query if not for inbound or outbound routes, or fifo queues +//drop app uuid from the query if not from specific apps $allowed_app_uuids = [ 'c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4', //inbound routes '8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3', //outbound routes '16589224-c876-aeb3-f59f-523a1c0801f7', //fifo queues + '4b821450-926b-175a-af93-a03c441818b1', //time conditions ]; if (!empty($_GET['app_uuid']) && is_uuid($_GET['app_uuid']) && !in_array($_GET['app_uuid'], $allowed_app_uuids)) { unset($_GET['app_uuid']);