From 6b999b247dfbacb588783a3d084d6aa38ed754c7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 10 Sep 2016 16:52:28 -0600 Subject: [PATCH] Update app_config.php Aastra function change name and label for callforward to call_forward and correct the spelling for redial. --- app/devices/app_config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index b6563be83f..5ea0cff59c 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -6,7 +6,7 @@ $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; $apps[$x]['version'] = ""; - $apps[$x]['license'] = "Mozilla Public License 1.1"; + $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Devices for provisioning."; $apps[$x]['description']['es-cl'] = "Provicionamiento de dispositivos."; @@ -1225,8 +1225,8 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; $z++; - $vendors[$y]['functions'][$z]['label'] = "label-callforward"; - $vendors[$y]['functions'][$z]['name'] = "callforward"; + $vendors[$y]['functions'][$z]['label'] = "label-call_forward"; + $vendors[$y]['functions'][$z]['name'] = "call_forward"; $vendors[$y]['functions'][$z]['value'] = "callforward"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; @@ -1303,9 +1303,9 @@ $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; $z++; - $vendors[$y]['functions'][$z]['label'] = "label-redail"; - $vendors[$y]['functions'][$z]['name'] = "redail"; - $vendors[$y]['functions'][$z]['value'] = "redail"; + $vendors[$y]['functions'][$z]['label'] = "label-redial"; + $vendors[$y]['functions'][$z]['name'] = "redial"; + $vendors[$y]['functions'][$z]['value'] = "redial"; $vendors[$y]['functions'][$z]['groups'][] = "superadmin"; $vendors[$y]['functions'][$z]['groups'][] = "admin"; $z++;