2
0
blackc2004 9 жил өмнө
parent
commit
83df7929fb
2 өөрчлөгдсөн 60 нэмэгдсэн , 0 устгасан
  1. 23 0
      bdr/INSTALL
  2. 37 0
      zoiper/INSTALL

+ 23 - 0
bdr/INSTALL

@@ -0,0 +1,23 @@
+This adds a BDR Management interface so that you can see your BDR version, node count, delete a node and also see your LAG Bytes which is helpful to see if a node is not replicating.
+
+On your server
+git clone https://github.com/fusionpbx/fusionpbx-apps
+Copy or move the directory 'bdr' into your main FusionPBX directory
+cp -R fusionpbx-app/bdr /var/www/fusionpbx/apps
+chown -R www-data:www-data /var/www/fusionpbx/apps/bdr
+
+Log into the FusionPBX webpage
+Advanced -> Upgrade
+Menu Defaults and Permission Defaults.
+Log out and back in
+
+Advanced -> Default Settings
+Add a Default Setting
+Category: server
+Subcategory: bdr_fusionpbx_enable
+Type: boolean
+Value: true
+Enabled: True
+Save
+
+Then go to Advanced -> BDR Management

+ 37 - 0
zoiper/INSTALL

@@ -0,0 +1,37 @@
+This all adds a one-click install for both the Desktop and Mobile Zoiper APPs in the User Portal. The page is accessible by end users.
+
+I used the FREE Zoiper OEM account
+
+Go to: https://oem.zoiper.com/
+Sign up for Login
+Configure your Desktop and Mobile Apps with the information you want.
+Then click "CONFIGURE" Under Desktop. 
+This will give you a LINK with a PAGE ID:
+https://www.zoiper.com/en/page/MYPAGEID?u=&h=&p=&o=&t=&x=&a=&tr="
+Copy the page ID
+
+On your server
+git clone https://github.com/fusionpbx/fusionpbx-apps
+Copy or move the directory 'zoiper' into your main FusionPBX directory
+cp -R fusionpbx-app/zoiper /var/www/fusionpbx/apps
+chown -R www-data:www-data /var/www/fusionpbx/apps/zoiper
+
+Log into the FusionPBX webpage
+Advanced -> Upgrade
+Menu Defaults and Permission Defaults.
+Log out and back in
+
+Advanced -> Default Settings
+Add a Default Setting
+Category: zoiper
+Subcategory: page_id
+Type: text
+Value: MYPAGEID
+Enabled: True
+Save
+
+Then go to Apps -> Zoiper
+Superadmin will see a list of ALL USER EXTENSIONS
+Users will only see the extensions assigned to them.
+
+Click on a link and it will take you to the Zoiper Site. Follow instructions there to download and install.