forked from mx504/freepbx-endpointmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
35 lines (35 loc) · 1.41 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
<module>
<rawname>endpointman</rawname>
<repo>standard</repo>
<name>OSS PBX End Point Manager</name>
<version>2.11.4.9</version>
<type>setup</type>
<category>Connectivity</category>
<publisher>Andrew Nagy</publisher>
<license>MPLv1.1</license>
<menuitems>
<epm_devices sort="1">OSS Endpoint Device List</epm_devices>
<epm_templates sort="2">OSS Endpoint Template Manager</epm_templates>
<epm_config sort="3">OSS Endpoint Configuration</epm_config>
<epm_advanced sort="4">OSS Endpoint Advanced Settings</epm_advanced>
</menuitems>
<description>
OSS PBX End Point Manager is the free supported PBX Endpoint Manager for FreePBX.
It is NOT to be confused with the commercial version called 'endpoint'.
The main differences between the two versions is that the developer of Commercial Endpoint works 30 hours a week paid by Schmoozecom to work on it.
</description>
<changelog>
*2.11.4.9* Fix a stupid error on my part with requiring php 5.3 SORRY! :-(
*2.XX.X.X* https://github.com/tm1000/freepbx-endpointmanager/commits/master
</changelog>
<info>https://github.com/tm1000/freepbx-endpointmanager</info>
<location>release/2.11/endpointman-2.11.0.1.tgz</location>
<depends>
<version>2.10</version>
</depends>
<requirements>
<module>fw_ari</module>
<phpversion>5.1.0</phpversion>
</requirements>
<md5sum>2832e12476c29c6a72c85225fb7ad143</md5sum>
</module>