Update destinations.php

This commit is contained in:
FusionPBX 2017-09-28 03:19:12 -06:00 committed by GitHub
parent 74930291b3
commit 6b6fbaaf0c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class destinations {
}
$this->destinations[$x]['type'] = 'array';
$this->destinations[$x]['label'] = 'other';
$this->destinations[$x]['name'] = 'dialplan';
$this->destinations[$x]['name'] = 'dialplans';
$this->destinations[$x]['field']['name'] = "name";
$this->destinations[$x]['field']['destination'] = "destination";
$this->destinations[$x]['select_value']['dialplan'] = "transfer:\${destination}";