Order of the outbound fax dialplan needs to have a lower number than outbound routes.

This commit is contained in:
Mark Crane 2012-09-18 17:58:40 +00:00
parent d14e30d3a4
commit fce2281530
1 changed files with 1 additions and 1 deletions

View File

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