Create {$mac.xml} (#4842)

* Create {$mac.xml}

This is a template for poly-obi-vvx450

Buttons 1-24 are left side pages 1 - 4
buttons 25-48 are right side pages 1 - 4

Variables used in default settings (all text) 
poly_obi_dst_enabled   (Day Light savings enabled True / False)
poly_obi_logo_450 (URL TO LOGO FILE)
poly_obi_timezone (For example: "GMT-10:00(Hawaii)" )

* Update {$mac.xml}

corrected line 6463 to set as 
      <V X_UD="Y"/>

* Update {$mac.xml}

updated
      <N>ProxyServerPort</N>
and
      <N>ProxyServerTransport</N>

To use values from FusionGUI

* Rename resources/templates/provision/obihai/poly-vvx-450/{$mac.xml} to resources/templates/provision/poly/poly-vvx-450/{$mac.xml}

* Create app_config.php

* Update app_config.php
This commit is contained in:
TNSSF
2019-12-04 16:26:58 -07:00
committed by FusionPBX
parent d157b5ee9f
commit e95183a14e
2 changed files with 13164 additions and 0 deletions

55
app/poly/app_config.php Normal file
View File

@@ -0,0 +1,55 @@
<?php
//application details
$apps[$x]['name'] = "Poly";
$apps[$x]['uuid'] = "6af4ac15-8091-4974-a04a-322637cf8d65";
$apps[$x]['category'] = "Vendor";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "";
$apps[$x]['description']['ar-eg'] = "";
$apps[$x]['description']['de-at'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['es-cl'] = "";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['fr-ca'] = "";
$apps[$x]['description']['fr-fr'] = "";
$apps[$x]['description']['he-il'] = "";
$apps[$x]['description']['it-it'] = "";
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "77bd00d7-9d8f-4f55-9a43-f3e0ca0ff8af";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "poly_obi_dst_enabled";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "True";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Daylight Savings True=enabled False=disable";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "3c021f6e-905d-4fc8-a353-983f4363837d";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "poly_obi_timezone";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "See provision profile for codes.";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "799038b2-77ca-4312-82fc-a0ccd2ed4402";
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "poly_obi_logo_450";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Url of Logo file for VVX 450";
$y++;
?>

File diff suppressed because it is too large Load Diff