From 225870213b57ff9895bb5790e4831d851899584c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 24 Apr 2023 11:58:52 -0600 Subject: [PATCH] Change the fax dialplan order Change to 40 is in case people use a fax number that conflicts with outbound routes --- app/fax/resources/classes/fax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fax/resources/classes/fax.php b/app/fax/resources/classes/fax.php index fb68685ae8..33dffef2a5 100644 --- a/app/fax/resources/classes/fax.php +++ b/app/fax/resources/classes/fax.php @@ -164,7 +164,7 @@ if (!class_exists('fax')) { $dialplan["dialplan_context"] = $_SESSION['domain_name']; $dialplan["dialplan_continue"] = "false"; $dialplan["dialplan_xml"] = $dialplan_xml; - $dialplan["dialplan_order"] = "310"; + $dialplan["dialplan_order"] = "40"; $dialplan["dialplan_enabled"] = "true"; $dialplan["dialplan_description"] = $this->fax_description; $dialplan_detail_order = 10;