Change the dialplan detail order so that it starts with 10 instead of 0
This commit is contained in:
parent
4d00203e79
commit
196eb3a55b
|
|
@ -177,7 +177,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||||
$dialplan["dialplan_enabled"] = $destination_enabled;
|
$dialplan["dialplan_enabled"] = $destination_enabled;
|
||||||
$dialplan["dialplan_description"] = $destination_description;
|
$dialplan["dialplan_description"] = $destination_description;
|
||||||
|
|
||||||
$dialplan_detail_order = 0;
|
$dialplan_detail_order = 10;
|
||||||
if (strlen($dialplan_uuid) == 0) {
|
if (strlen($dialplan_uuid) == 0) {
|
||||||
//add the public condition
|
//add the public condition
|
||||||
$y = 0;
|
$y = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue