forked from FreePBX-ContributedModules/endpointman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.xml
48 lines (48 loc) · 2.02 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
<module>
<rawname>endpointman</rawname>
<repo>unsupported</repo>
<name>OSS PBX End Point Manager</name>
<version>2.11.6</version>
<type>setup</type>
<category>Connectivity</category>
<license>GPLv2+</license>
<licenselink>http://www.gnu.org/licenses/gpl-2.0.txt</licenselink>
<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 Package Manager</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*** supported by Schmoozecom. If you are looking for a supported endpoint manager please look into the Commercial Endpoint Manager by Schmoozecom, INC.
The front end gui is hosted at: https://github.com/FreePBX/endpointman
The backend configurator is hosted at: https://github.com/provisioner/Provisioner
Pull Requests can be made to either of these and are encouraged.
</description>
<changelog>
*2.11.6* Template Manager · Usability and Readability improvements
*2.11.5.5* Update template_editor.html, Update phonesettings.module
*2.11.5.4* Fix fatals in ARI if database doesnt exist.
*2.11.5.3* Outstanding Issues from database abstraction
*2.11.5.2* Use correct abstraction strings
*2.11.5.1* Major cleanup work
*2.11.5.0* Major cosmetic changes thanks to jnovack!
*2.11.4.11* Fixes #6426 (Fatal SQL error - Device cfg submit with apostrophe in extn text description)
*2.11.4.10* Fixes #6428
*2.11.4.9* Fix a stupid error on my part with requiring php 5.3 SORRY! :-(
</changelog>
<info></info>
<location>release/2.11/endpointman-2.11.4.11.tgz</location>
<depends>
<version>2.10</version>
</depends>
<requirements>
<module>fw_ari</module>
<phpversion>5.1.0</phpversion>
</requirements>
<supported>
<version>2.10</version>
</supported>
<md5sum>a3f341e28698ea988c987efd72d0d9c8</md5sum>
</module>