From 47c09b99c62301357316cf34afc800fe94870c5e Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 9 Aug 2015 12:14:47 -0600 Subject: [PATCH] Change $name to ${name} --- resources/classes/destinations.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php index d9c600190a..db112440a9 100644 --- a/resources/classes/destinations.php +++ b/resources/classes/destinations.php @@ -89,15 +89,15 @@ class destinations { $this->destinations[$x]['field']['destination'] = "destination"; $this->destinations[$x]['select_value']['dialplan'] = "transfer:\${destination}"; $this->destinations[$x]['select_value']['ivr'] = "menu-exec-app:transfer \${destination}"; - $this->destinations[$x]['select_label'] = "\$name"; + $this->destinations[$x]['select_label'] = "\${name}"; $y = 0; - $this->destinations[$x]['result']['data'][$y]['name'] = 'check_voicemail'; + $this->destinations[$x]['result']['data'][$y]['name'] = '*98'; $this->destinations[$x]['result']['data'][$y]['destination'] = '*98 XML ${context}'; $y++; - $this->destinations[$x]['result']['data'][$y]['name'] = 'company_directory'; + $this->destinations[$x]['result']['data'][$y]['name'] = '*411'; $this->destinations[$x]['result']['data'][$y]['destination'] = '*411 XML ${context}'; $y++; - $this->destinations[$x]['result']['data'][$y]['name'] = 'record'; + $this->destinations[$x]['result']['data'][$y]['name'] = '*732'; $this->destinations[$x]['result']['data'][$y]['destination'] = '*732 XML ${context}'; $y++; }