Change the fax dialplan order

Change to 40 is in case people use a fax number that conflicts with outbound routes
This commit is contained in:
FusionPBX 2023-04-24 11:58:52 -06:00 committed by GitHub
parent d11d4b167d
commit 225870213b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;