Add the description element for import (#4288)
To make it possible to use descriptions for own dialplan xmls
This commit is contained in:
@@ -354,7 +354,7 @@ include "root.php";
|
|||||||
else {
|
else {
|
||||||
$this->dialplan_enabled = "true";
|
$this->dialplan_enabled = "true";
|
||||||
}
|
}
|
||||||
$this->dialplan_description = '';
|
$this->dialplan_descriptio = $dialplan['extension']['@attributes']['description'];
|
||||||
$this->dialplan_add();
|
$this->dialplan_add();
|
||||||
//loop through the condition array
|
//loop through the condition array
|
||||||
$x = 0;
|
$x = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user