|
@@ -0,0 +1,13 @@
|
|
|
+# fusionpbx-app-device_logs
|
|
|
+Log provisioning requests into the device logs table.
|
|
|
+
|
|
|
+Install
|
|
|
+```
|
|
|
+cd /var/www/fusionpbx/app
|
|
|
+git clone https://github.com/fusionpbx/fusionpbx-app-device_logs.git device_logs
|
|
|
+php /var/www/fusionpbx/core/upgrade/upgrade.php
|
|
|
+```
|
|
|
+Followed by the following steps.
|
|
|
+- Update the menu.
|
|
|
+- Update group permissions.
|
|
|
+- Logout and back in.
|