-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathmodule.xml
More file actions
249 lines (249 loc) · 9.55 KB
/
module.xml
File metadata and controls
249 lines (249 loc) · 9.55 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<module>
<rawname>framework</rawname>
<modtype>framework</modtype>
<repo>standard</repo>
<name>FreePBX Framework</name>
<version>17.0.28</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv2+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<candisable>no</candisable>
<canuninstall>no</canuninstall>
<changelog>
*17.0.28* Github Issue#958 Updating Sangoma Debian repo GPG Key
*17.0.26* FREEI-2719 fix:Update Freepbx-V17 Repo GPG key
*17.0.25* #937 System Updates does not load when accessed from Summary page
*17.0.24* FREEI-2401 Fixing amportal privilege escalation issue.
*17.0.23* FREEI-2351 Hiding the Authorization Type field from the Advanced Settings page UI.
*17.0.21.12* Executing updated package list hook only during System update tab click
*17.0.21.11* Fixing Github issue#931 Update PHP command to full path in amportal script
*17.0.21.10* bump
*17.0.21.9* Fixing Github #921 Improving System update UI
*17.0.21.7* Asterisk 23 support
*17.0.21.5* Packaging of ver 17.0.21.5
*17.0.21.4* Packaging of ver 17.0.21.4
*17.0.21.3* Fixes #214: Increase padding so buttons are not hidden behind Firefox
*17.0.21.2* Packaging of ver 17.0.21.2
*17.0.21.1* bump
*17.0.21* FREEI-2013 Sanitizing input while setting the language.
*17.0.20* FREEI-2349 Validating AJAX module parameter.
*17.0.19.30* Packaging of ver 17.0.19.30
*17.0.19.29* Fix undefined variable in Config::prepare_conf_value
*17.0.19.28* #issue-735 donot edit the manager.conf file manually warning text added
*17.0.19.27* Update form_helper to resolve deprecation warning
*17.0.19.26* Fixing warning issue and github #700 updating wiki links.
*17.0.19.25* #Issue-674 Contactmanager Special Characters on fields
*17.0.19.24* #Issue-650 Custom Context no Delete Button
*17.0.19.23* #601 Fixing typo error.
*17.0.19.22* #582 FreePBX 17 FollowMe - GOSUB_RETVAL empty from [macro-blkvm-setifempty]
*17.0.19.21* bump
*17.0.19.20* bump
*17.0.19.19* FREEI-1138 Adding support for issue hyperlink to Github or internal jira from module.xml changelog
*17.0.1* Inital Release
</changelog>
<description>
This module provides a facility to install bug fixes to the framework code that is not otherwise housed in a module
</description>
<depends>
<phpversion>8.2.0</phpversion>
</depends>
<supported>
<version>17.0</version>
</supported>
<database>
<table name="admin">
<field name="variable" type="string" length="20" default="" primarykey="true"/>
<field name="value" type="string" length="80" default=""/>
</table>
<table name="ampusers">
<field name="username" type="string" length="190" primarykey="true"/>
<field name="email" type="string" length="40" default="" notnull="false"/>
<field name="extension" type="string" length="40" default="" notnull="false"/>
<field name="password_sha1" type="string" length="40"/>
<field name="extension_low" type="string" length="20" default=""/>
<field name="extension_high" type="string" length="20" default=""/>
<field name="deptname" type="string" length="20" default=""/>
<field name="sections" type="blob"/>
</table>
<table name="cronmanager">
<field name="module" type="string" length="50" default="" primarykey="true"/>
<field name="id" type="string" length="24" default="" primarykey="true"/>
<field name="time" type="string" length="5" notnull="false"/>
<field name="freq" type="integer" default="0"/>
<field name="lasttime" type="integer" default="0"/>
<field name="command" type="string" length="255" default=""/>
</table>
<table name="featurecodes">
<field name="modulename" type="string" length="50" default="" primarykey="true"/>
<field name="featurename" type="string" length="50" default="" primarykey="true"/>
<field name="description" type="string" length="200" default=""/>
<field name="helptext" type="string" length="500" default=""/>
<field name="defaultcode" type="string" length="20" notnull="false"/>
<field name="customcode" type="string" length="20" notnull="false"/>
<field name="enabled" type="boolean" default="0"/>
<field name="providedest" type="boolean" default="0"/>
<field name="depend" type="string" length="200" notnull="false"/>
<key name="enabled" type="index">
<column name="enabled"/>
</key>
</table>
<table name="freepbx_log">
<field name="id" type="integer" primarykey="true" autoincrement="true"/>
<field name="time" type="datetime"/>
<field name="section" type="string" length="50" notnull="false"/>
<field name="level" type="string" length="150" default="error"/>
<field name="status" type="integer" default="0"/>
<field name="message" type="text"/>
<key name="time" type="index">
<column name="time"/>
<column name="level"/>
</key>
</table>
<table name="freepbx_settings">
<field name="keyword" type="string" length="50" default="" primarykey="true"/>
<field name="value" type="string" length="255" notnull="false"/>
<field name="name" type="string" length="80" notnull="false"/>
<field name="level" type="boolean" default="0" notnull="false"/>
<field name="description" type="text" notnull="false"/>
<field name="type" type="string" length="25" notnull="false"/>
<field name="options" type="text" notnull="false"/>
<field name="defaultval" type="string" length="255" notnull="false"/>
<field name="readonly" type="boolean" default="0" notnull="false"/>
<field name="hidden" type="boolean" default="0" notnull="false"/>
<field name="category" type="string" length="50" notnull="false"/>
<field name="module" type="string" length="50" notnull="false"/>
<field name="emptyok" type="boolean" default="1" notnull="false"/>
<field name="sortorder" type="integer" default="0" notnull="false"/>
</table>
<table name="globals">
<field name="variable" type="string" length="190" primarykey="true"/>
<field name="value" type="string" length="255"/>
</table>
<table name="module_xml">
<field name="id" type="string" length="20" default="xml" primarykey="true"/>
<field name="time" type="integer" default="0"/>
<field name="data" type="blob" notnull="false"/>
</table>
<table name="modules">
<field name="id" type="integer" primarykey="true" autoincrement="true"/>
<field name="modulename" type="string" length="50" default=""/>
<field name="version" type="string" length="20" default=""/>
<field name="enabled" type="boolean" default="0"/>
<field name="signature" type="blob" notnull="false"/>
</table>
<table name="notifications">
<field name="module" type="string" length="50" default="" primarykey="true"/>
<field name="id" type="string" length="50" default="" primarykey="true"/>
<field name="level" type="integer" default="0"/>
<field name="display_text" type="string" length="255" default=""/>
<field name="extended_text" type="blob"/>
<field name="link" type="string" length="255" default=""/>
<field name="reset" type="boolean" default="0"/>
<field name="candelete" type="boolean" default="0"/>
<field name="timestamp" type="integer" default="0"/>
</table>
<table name="cron_jobs">
<field name="id" type="integer" unsigned="true" primarykey="true" autoincrement="true"/>
<field name="modulename" type="string" length="170" default=""/>
<field name="jobname" type="string" length="170" default=""/>
<field name="command" type="text" notnull="false"/>
<field name="class" type="string" length="255" default="" notnull="false"/>
<field name="schedule" type="string" length="255" default=""/>
<field name="max_runtime" type="integer" default="30"/>
<field name="enabled" type="boolean" default="1"/>
<field name="execution_order" type="integer" length="3" default="100"/>
<key name="modulename" type="unique">
<column name="modulename"/>
<column name="jobname"/>
</key>
</table>
</database>
<console>
<command>
<name>chown</name>
</command>
<command>
<name>context</name>
<alias>cx</alias>
</command>
<command>
<name>debug</name>
<alias>dbug</alias>
</command>
<command>
<name>doctrine</name>
</command>
<command>
<name>kvstore</name>
</command>
<command>
<name>localization</name>
</command>
<command>
<name>moduleadmin</name>
<alias>ma</alias>
</command>
<command>
<name>motd</name>
</command>
<command>
<name>mysql</name>
<alias>m</alias>
</command>
<command>
<name>notifications</name>
<alias>notification</alias>
</command>
<command>
<name>reload</name>
<alias>r</alias>
</command>
<command>
<name>restart</name>
</command>
<command>
<name>session</name>
</command>
<command>
<name>setting</name>
<alias>set</alias>
</command>
<command>
<name>start</name>
</command>
<command>
<name>stop</name>
</command>
<command>
<name>system</name>
<alias>sysup</alias>
<alias>sys</alias>
<alias>systemupdate</alias>
</command>
<command>
<name>unlock</name>
</command>
<command>
<name>updatemanager</name>
<alias>msm</alias>
<alias>modulesystemmanager</alias>
</command>
<command>
<name>util</name>
</command>
<command>
<name>validate</name>
</command>
<command>
<name>extip</name>
<alias>externalip</alias>
</command>
<command>
<name>job</name>
</command>
</console>
<category>Admin</category>
<!-- System level bugfixes are below. These are checked by individual packages -->
<!-- This is processed by the command 'xmlstarlet sel -t -v 'module/bugfix [@id="FD7-23"]' module.xml' -->
<bugfix id="FD7-23">http://issues.freepbx.org/browse/FD7-23</bugfix>
</module>