mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-27 10:45:44 +00:00
Order of the outbound fax dialplan needs to have a lower number than outbound routes.
This commit is contained in:
@@ -291,7 +291,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
if ($dialplan_type == "add") {
|
||||
//add the dialplan entry for fax
|
||||
$dialplan_name = $fax_name;
|
||||
$dialplan_order ='333';
|
||||
$dialplan_order ='310';
|
||||
$dialplan_context = $_SESSION['context'];
|
||||
$dialplan_enabled = 'true';
|
||||
$dialplan_description = $fax_description;
|
||||
|
||||
Reference in New Issue
Block a user