diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php index 14c0f56f5a..5465c8b3a9 100644 --- a/resources/classes/destinations.php +++ b/resources/classes/destinations.php @@ -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}";