-
Notifications
You must be signed in to change notification settings - Fork 11
/
module.xml
54 lines (54 loc) · 2.12 KB
/
module.xml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<module>
<rawname>firewall</rawname>
<repo>standard</repo>
<name>System Firewall</name>
<version>17.0.1.30</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>AGPLv3+</license>
<licenselink>https://www.gnu.org/licenses/agpl-3.0.txt</licenselink>
<category>Connectivity</category>
<candisable>no</candisable>
<description>Integrated PBX Firewall. Currently works with RHEL 6 and RHEL 7 compatible distributions. Note: This requires the Sysadmin RPM. Please see wiki for further information.</description>
<more-info>https://sangomakb.atlassian.net/wiki/spaces/PG/pages/26181828/Firewall</more-info>
<changelog>
*17.0.1.30* bump
*17.0.1* 17.0.1 alpha release
</changelog>
<depends>
<file>/usr/lib/sysadmin/includes.php</file>
<module>sipsettings ge 17.0.1</module>
<module>manager ge 17.0.1</module>
<version>17.0.1</version>
</depends>
<menuitems>
<firewall>Firewall</firewall>
</menuitems>
<location>compatibility</location>
<md5sum>compatibility</md5sum>
<supported>
<version>17.0</version>
</supported>
<console>
<command>
<name>firewall</name>
</command>
</console>
<hooks>
<dashboard class="Overview" namespace="FreePBX\modules\Dashboard\Sections">
<method callingMethod="getSummary" class="Firewall" namespace="FreePBX\modules">dashboardService</method>
</dashboard>
<framework class="Start" namespace="FreePBX\Console\Command">
<method callingMethod="preAsteriskHooks" class="Firewall" namespace="FreePBX\modules">startFirewall</method>
</framework>
<framework class="Stop" namespace="FreePBX\Console\Command">
<method callingMethod="postAsteriskHooks" class="Firewall" namespace="FreePBX\modules">stopFirewall</method>
</framework>
<framework class="Chown" namespace="FreePBX\Console\Command">
<method callingMethod="fwcChownFiles" class="Firewall" namespace="FreePBX\modules">chownFreepbx</method>
</framework>
<Backup class="Backup" namespace="FreePBX\modules">
<method callingMethod="postrestoreModulehook" class="Firewall" namespace="FreePBX\modules">postrestorehook</method>
</Backup>
</hooks>
<oobe method="oobeHook" priority="200"/>
</module>