forked from FreePBX-ContributedModules/endpointman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
66 lines (66 loc) · 3.15 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
55
56
57
58
59
60
61
62
63
64
65
66
<module>
<rawname>endpointman</rawname>
<repo>unsupported</repo>
<name>OSS PBX End Point Manager</name>
<version>13.0.7.11</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>
*13.0.7.11* Add delete_device_by_mac func, Update Bootstrap-select 1.11.2, fix bugs epm_config JS
*13.0.7.10* Add new dialog loading..., continue upate...
*13.0.7.9* Add bootstrap-select, continue updating Template Editor...
*13.0.7.8* Fix bug multi sql query is not found. Continue updating Template Editor...
*13.0.7.7* Update i18n-es, global config dialog save, load config for ajax....
*13.0.7.6* Add new function getActionBar all class, update style textbox, textare Template Editor....
*13.0.7.5* Update CSS Plugin JQuery (Liquid Slider), Fix Bug RightNav, continue update...
*13.0.7.4* Update Plugin JQuery (Liquid Slider), continue update...
*13.0.7.3* Fix RightNav edit template, Continue to update...
*13.0.7.2* Fix Bugs, Continue to update...
*13.0.7.1* Continue to update...
*13.0.7* Organize code, Fix Bug's, Update OSS Endpoint Template Manager
*13.0.6.8* Fix Bug Package Version Firmware is null.
*13.0.6.7* Cleanup bad javascript
*13.0.6.6* Fix missing files issues
*13.0.6.5* Remove array by reference
*13.0.6.4* Fix bug, generate file list export brands through AJAX, delete code not required, organize files.
*13.0.6.3* Fix bug, optimize code.
*13.0.6.2* Bring back in better check onlines
*13.0.6.1* Fix Package Manager Enable/Disable inverter value, some fix bug more.
*13.0.6* End Fix OOS Advanced Setting
*13.0.5.2* More Fix OOS Advanced Setting
*13.0.5.1* More Fix OOS Advanced Setting
*13.0.5* Missing updated file
*13.0.4* Fixes online check, Updates from Community member Javier Pastor Garcia
*13.0.3* Fixes check online
*13.0.2* Missing updated file
*13.0.1* Updates from Community member Javier Pastor Garcia
</changelog>
<location>release/2.11/endpointman-2.11.4.11.tgz</location>
<depends>
<version>13.0</version>
<phpversion>5.3.0</phpversion>
</depends>
<supported>
<version>13.0</version>
</supported>
<hooks>
<framework namespace="FreePBX\Console\Command" class="Chown">
<method namespace="FreePBX\modules" class="Endpointman" callingMethod="fwcChownFiles">chownFreepbx</method>
</framework>
</hooks>
</module>