123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?php
- //application details
- $apps[$x]['name'] = "Sessiontalk";
- $apps[$x]['uuid'] = "85774108-716c-46cb-a34b-ce80b212bc82";
- $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']['en-gb'] = "";
- $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'] = "";
- //permission details
- $y=0;
- $apps[$x]['permissions'][$y]['name'] = "sessiontalk_view";
- $apps[$x]['permissions'][$y]['groups'][] = "user";
- $apps[$x]['permissions'][$y]['groups'][] = "admin";
- $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
- $y++;
- //default settings
- $y=0;
- $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "67d5e1a7-d0b1-4f3a-b329-fabfb235b0c3";
- $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
- $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "sessiontalk_provider_id";
- $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'] = "Sessiontalk Provider ID";
- $y++;
- $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "f90a2cd2-55e3-42bf-a6b5-8c9db28ecc9b";
- $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
- $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "sessiontalk_transport";
- $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
- $apps[$x]['default_settings'][$y]['default_setting_value'] = "UDP";
- $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
- $apps[$x]['default_settings'][$y]['default_setting_description'] = "Sessiontalk Transport";
- $y++;
- $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "432d9632-eafd-43ef-8955-3a510504c83f";
- $apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
- $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "sessiontalk_srtp";
- $apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
- $apps[$x]['default_settings'][$y]['default_setting_value'] = "Disabled";
- $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
- $apps[$x]['default_settings'][$y]['default_setting_description'] = "Sessiontalk SRTP";
- $y++;
- ?>
|