-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.xml
More file actions
34 lines (34 loc) · 1.13 KB
/
module.xml
File metadata and controls
34 lines (34 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<module>
<rawname>synologyabb</rawname>
<repo>unsupported</repo>
<name>Synology Active Backup for Business</name>
<version>17.0.1</version>
<category>Admin</category>
<description>Interface to configure and monitor backup status with synology active backup for business</description>
<more-info>https://wiki.freepbx.org/display/FPG/PBX+GUI+Home</more-info>
<changelog>
*17.0.1* Initial release
</changelog>
<depends>
<module>framework ge 17.0.1</module>
</depends>
<license>GPLv3+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<menuitems>
<synologyabb>Synology Active Backup for Business</synologyabb>
</menuitems>
<supported>
<version>17.0</version>
</supported>
<console>
<command>
<name>synologyabb</name>
<class>Synologyabb</class>
</command>
</console>
<hooks>
<dashboard class="Overview" namespace="FreePBX\modules\Dashboard\Sections">
<method callingMethod="getSummary" class="Synologyabb" namespace="FreePBX\modules">dashboardService</method>
</dashboard>
</hooks>
</module>