Update dialplans.php

This commit is contained in:
FusionPBX
2025-10-29 11:12:14 -06:00
committed by GitHub
parent 89a6540158
commit f8ec330631

View File

@@ -178,6 +178,7 @@ require_once dirname(__DIR__, 2) . "/resources/require.php";
$parameters['dialplan_context'] = $context;
}
if (!empty($search)) {
$search = strtolower($search);
$sql .= "and (";
$sql .= " lower(dialplan_context) like :search ";
$sql .= " or lower(dialplan_name) like :search ";