View | Details | Raw Unified | Return to bug 238234
Collapse All | Expand All

(-)www/fusionpbx/Makefile (+57 lines)
Line 0 Link Here
1
# Created by: Richard Allen <richard2891@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	fusionpbx
5
PORTVERSION=	4.4.1
6
PORTREVISION=	1
7
#DISTVERSION=	4.4.1
8
CATEGORIES=	www
9
10
MAINTAINER=	richard2891@gmail.com
11
COMMENT=	PHP7.2 Graphical User Interface for FreeSwitch
12
13
LICENSE=	MPL11
14
15
ONLY_FOR_ARCHS=	amd64
16
17
LIB_DEPENDS=	libodbc.so:databases/unixODBC
18
RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VER}-pdo_odbc \
19
		${LOCALBASE}/bin/freeswitch:net/freeswitch \
20
		${LOCALBASE}/bin/memcached:databases/memcached
21
22
USES=		sqlite php fakeroot
23
USE_PHP=	phar pdo pdo_odbc pdo_sqlite json gd imap \
24
		ldap openssl sockets simplexml xml session odbc
25
26
USE_GITHUB=	yes
27
GH_ACCOUNT=	${PORTNAME}
28
GH_PROJECT=	${PORTNAME}
29
GH_TAGNAME=	${PORTVERSION}
30
31
DEFAULT_VERSIONS+=php=7.2
32
33
VARBASE=	var
34
35
WRKSRC_SUBDIR=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
36
NO_BUILD=	yes
37
38
OPTIONS_DEFINE=	PDOPGSQL
39
40
OPTIONS_DEFAULT=	PDOPGSQL
41
42
PDOPGSQL_DESC=	Install POSTGRESQL PDO Connector
43
44
PDOPGSQL_USES=	pgsql
45
PDOPGSQL_USE=	PHP=pgsql,pdo_pgsql
46
47
.include <bsd.port.options.mk>
48
49
do-install:
50
	@${MKDIR} ${STAGEDIR}${WWWDIR}
51
	@(cd ${WRKSRC_SUBDIR} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
52
	@${MKDIR} ${STAGEDIR}/${VARBASE}/db/fusionpbx
53
54
	@${MKDIR} ${STAGEDIR}/${VARBASE}/cache/fusionpbx
55
	@${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}/secure
56
57
.include <bsd.port.mk>
(-)www/fusionpbx/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1552794100
2
SHA256 (fusionpbx-fusionpbx-4.4.1_GH0.tar.gz) = 232063ae3e3bc4330311f317e4de9aef16fd3fb4cf0dd558a86af235b8790635
3
SIZE (fusionpbx-fusionpbx-4.4.1_GH0.tar.gz) = 8985184
(-)www/fusionpbx/files/pkg-message (+45 lines)
Line 0 Link Here
1
#################################
2
#run freeswith under www user and group
3
sysrc memcached_enable="YES"
4
sysrc freeswitch_enable="YES"
5
sysrc freeswitch_flags="-nc -nonat"
6
sysrc freeswitch_user="www"
7
sysrc freeswitch_group="www"
8
9
#copy the default conf directory
10
mkdir -p /usr/local/etc/freeswitch
11
cp -R /usr/local/www/fusionpbx/resources/templates/conf/* /usr/local/etc/freeswitch
12
13
#copy the scripts
14
cp -R /usr/local/www/fusionpbx/resources/install/scripts /usr/local/share/freeswitch
15
16
#default ownership
17
chown -R www:www /usr/local/etc/freeswitch
18
chown -R www:www /var/lib/freeswitch
19
chown -R www:www /usr/local/share/freeswitch
20
chown -R www:www /var/log/freeswitch
21
chown -R www:www /var/run/freeswitch
22
23
#install nginx or apache24 and mod_php72
24
#optinal install postgresql10
25
sysrc postgresql_enable="YES"
26
  
27
/usr/local/etc/rc.d/postgresql initdb
28
29
sudo -u postgres /usr/local/bin/pg_ctl -D /var/db/postgres/data10 -l logfile start
30
31
service postgresql restart
32
  
33
sudo -u postgres psql -c "DROP DATABASE fusionpbx;"
34
sudo -u postgres psql -c "DROP DATABASE freeswitch;"
35
sudo -u postgres psql -c "DROP ROLE fusionpbx;"
36
sudo -u postgres psql -c "DROP ROLE freeswitch;"
37
  
38
sudo -u postgres psql -c "CREATE DATABASE fusionpbx;"
39
sudo -u postgres psql -c "CREATE DATABASE freeswitch;"
40
sudo -u postgres psql -c "CREATE ROLE fusionpbx WITH SUPERUSER LOGIN PASSWORD '$DB_PASSWORD';"
41
sudo -u postgres psql -c "CREATE ROLE freeswitch WITH SUPERUSER LOGIN PASSWORD '$DB_PASSWORD';"
42
sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE fusionpbx to fusionpbx;"
43
sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE freeswitch to fusionpbx;"
44
sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE freeswitch to freeswitch;"
45
#################################
(-)www/fusionpbx/pkg-descr (+3 lines)
Line 0 Link Here
1
FusionPBX is an opensource PHP5 based frontend web gui for freeswitch.
2
3
WWW: http://www.fusionpbx.com
(-)www/fusionpbx/pkg-plist (+2829 lines)
Line 0 Link Here
1
@owner www
2
@group www
3
%%WWWDIR%%/.gitignore
4
%%WWWDIR%%/.htaccess
5
%%WWWDIR%%/.project
6
%%WWWDIR%%/README.md
7
%%WWWDIR%%/app/access_controls/access_control_delete.php
8
%%WWWDIR%%/app/access_controls/access_control_edit.php
9
%%WWWDIR%%/app/access_controls/access_control_node_delete.php
10
%%WWWDIR%%/app/access_controls/access_control_node_edit.php
11
%%WWWDIR%%/app/access_controls/access_control_nodes.php
12
%%WWWDIR%%/app/access_controls/access_controls.php
13
%%WWWDIR%%/app/access_controls/app_config.php
14
%%WWWDIR%%/app/access_controls/app_defaults.php
15
%%WWWDIR%%/app/access_controls/app_languages.php
16
%%WWWDIR%%/app/access_controls/app_menu.php
17
%%WWWDIR%%/app/access_controls/root.php
18
%%WWWDIR%%/app/adminer/adminer.css
19
%%WWWDIR%%/app/adminer/adminer.php
20
%%WWWDIR%%/app/adminer/app_config.php
21
%%WWWDIR%%/app/adminer/app_defaults.php
22
%%WWWDIR%%/app/adminer/app_menu.php
23
%%WWWDIR%%/app/adminer/index.php
24
%%WWWDIR%%/app/adminer/root.php
25
%%WWWDIR%%/app/azure/resources/classes/azure.php
26
%%WWWDIR%%/app/backup/app_config.php
27
%%WWWDIR%%/app/backup/app_languages.php
28
%%WWWDIR%%/app/backup/app_menu.php
29
%%WWWDIR%%/app/backup/index.php
30
%%WWWDIR%%/app/backup/resources/classes/backup.php
31
%%WWWDIR%%/app/backup/root.php
32
%%WWWDIR%%/app/bridges/app_config.php
33
%%WWWDIR%%/app/bridges/app_languages.php
34
%%WWWDIR%%/app/bridges/app_menu.php
35
%%WWWDIR%%/app/bridges/bridge_delete.php
36
%%WWWDIR%%/app/bridges/bridge_edit.php
37
%%WWWDIR%%/app/bridges/bridges.php
38
%%WWWDIR%%/app/bridges/resources/classes/bridges.php
39
%%WWWDIR%%/app/bridges/root.php
40
%%WWWDIR%%/app/call_block/app_config.php
41
%%WWWDIR%%/app/call_block/app_languages.php
42
%%WWWDIR%%/app/call_block/app_menu.php
43
%%WWWDIR%%/app/call_block/call_block.php
44
%%WWWDIR%%/app/call_block/call_block_cdr_add.php
45
%%WWWDIR%%/app/call_block/call_block_delete.php
46
%%WWWDIR%%/app/call_block/call_block_edit.php
47
%%WWWDIR%%/app/call_block/root.php
48
%%WWWDIR%%/app/call_broadcast/app_config.php
49
%%WWWDIR%%/app/call_broadcast/app_languages.php
50
%%WWWDIR%%/app/call_broadcast/app_menu.php
51
%%WWWDIR%%/app/call_broadcast/call_broadcast.php
52
%%WWWDIR%%/app/call_broadcast/call_broadcast_delete.php
53
%%WWWDIR%%/app/call_broadcast/call_broadcast_edit.php
54
%%WWWDIR%%/app/call_broadcast/call_broadcast_send.php
55
%%WWWDIR%%/app/call_broadcast/call_broadcast_stop.php
56
%%WWWDIR%%/app/call_broadcast/root.php
57
%%WWWDIR%%/app/call_center_active/app_config.php
58
%%WWWDIR%%/app/call_center_active/app_languages.php
59
%%WWWDIR%%/app/call_center_active/app_menu.php
60
%%WWWDIR%%/app/call_center_active/call_center_active.php
61
%%WWWDIR%%/app/call_center_active/call_center_active_inc.php
62
%%WWWDIR%%/app/call_center_active/call_center_exec.php
63
%%WWWDIR%%/app/call_center_active/call_center_queue.php
64
%%WWWDIR%%/app/call_center_active/root.php
65
%%WWWDIR%%/app/call_centers/app_config.php
66
%%WWWDIR%%/app/call_centers/app_defaults.php
67
%%WWWDIR%%/app/call_centers/app_languages.php
68
%%WWWDIR%%/app/call_centers/app_menu.php
69
%%WWWDIR%%/app/call_centers/call_center_agent_dashboard.php
70
%%WWWDIR%%/app/call_centers/call_center_agent_delete.php
71
%%WWWDIR%%/app/call_centers/call_center_agent_edit.php
72
%%WWWDIR%%/app/call_centers/call_center_agent_status.php
73
%%WWWDIR%%/app/call_centers/call_center_agents.php
74
%%WWWDIR%%/app/call_centers/call_center_queue_delete.php
75
%%WWWDIR%%/app/call_centers/call_center_queue_edit.php
76
%%WWWDIR%%/app/call_centers/call_center_queues.php
77
%%WWWDIR%%/app/call_centers/call_center_tier_edit.php
78
%%WWWDIR%%/app/call_centers/cmd.php
79
%%WWWDIR%%/app/call_centers/resources/classes/call_center.php
80
%%WWWDIR%%/app/call_centers/root.php
81
%%WWWDIR%%/app/call_flows/app_config.php
82
%%WWWDIR%%/app/call_flows/app_languages.php
83
%%WWWDIR%%/app/call_flows/app_menu.php
84
%%WWWDIR%%/app/call_flows/call_flow_delete.php
85
%%WWWDIR%%/app/call_flows/call_flow_edit.php
86
%%WWWDIR%%/app/call_flows/call_flows.php
87
%%WWWDIR%%/app/call_flows/root.php
88
%%WWWDIR%%/app/call_recordings/app_config.php
89
%%WWWDIR%%/app/call_recordings/app_languages.php
90
%%WWWDIR%%/app/call_recordings/app_menu.php
91
%%WWWDIR%%/app/call_recordings/call_recording_delete.php
92
%%WWWDIR%%/app/call_recordings/call_recording_edit.php
93
%%WWWDIR%%/app/call_recordings/call_recordings.php
94
%%WWWDIR%%/app/call_recordings/download.php
95
%%WWWDIR%%/app/call_recordings/resources/classes/call_recordings.php
96
%%WWWDIR%%/app/call_recordings/root.php
97
%%WWWDIR%%/app/calls/app_config.php
98
%%WWWDIR%%/app/calls/app_defaults.php
99
%%WWWDIR%%/app/calls/app_languages.php
100
%%WWWDIR%%/app/calls/app_menu.php
101
%%WWWDIR%%/app/calls/call_edit.php
102
%%WWWDIR%%/app/calls/calls.php
103
%%WWWDIR%%/app/calls/resources/classes/call_forward.php
104
%%WWWDIR%%/app/calls/resources/classes/do_not_disturb.php
105
%%WWWDIR%%/app/calls/resources/classes/feature_event_notify.php
106
%%WWWDIR%%/app/calls/resources/classes/follow_me.php
107
%%WWWDIR%%/app/calls/root.php
108
%%WWWDIR%%/app/calls_active/app_config.php
109
%%WWWDIR%%/app/calls_active/app_languages.php
110
%%WWWDIR%%/app/calls_active/app_menu.php
111
%%WWWDIR%%/app/calls_active/calls_active.php
112
%%WWWDIR%%/app/calls_active/calls_active_inc.php
113
%%WWWDIR%%/app/calls_active/calls_exec.php
114
%%WWWDIR%%/app/calls_active/resources/images/refresh_active.gif
115
%%WWWDIR%%/app/calls_active/resources/images/refresh_paused.png
116
%%WWWDIR%%/app/calls_active/root.php
117
%%WWWDIR%%/app/click_to_call/app_config.php
118
%%WWWDIR%%/app/click_to_call/app_languages.php
119
%%WWWDIR%%/app/click_to_call/app_menu.php
120
%%WWWDIR%%/app/click_to_call/click_to_call.php
121
%%WWWDIR%%/app/click_to_call/root.php
122
%%WWWDIR%%/app/conference_centers/app_config.php
123
%%WWWDIR%%/app/conference_centers/app_languages.php
124
%%WWWDIR%%/app/conference_centers/app_menu.php
125
%%WWWDIR%%/app/conference_centers/conference_center_delete.php
126
%%WWWDIR%%/app/conference_centers/conference_center_edit.php
127
%%WWWDIR%%/app/conference_centers/conference_centers.php
128
%%WWWDIR%%/app/conference_centers/conference_room_delete.php
129
%%WWWDIR%%/app/conference_centers/conference_room_edit.php
130
%%WWWDIR%%/app/conference_centers/conference_rooms.php
131
%%WWWDIR%%/app/conference_centers/conference_session_details.php
132
%%WWWDIR%%/app/conference_centers/conference_sessions.php
133
%%WWWDIR%%/app/conference_centers/resources/classes/conference_center.php
134
%%WWWDIR%%/app/conference_centers/root.php
135
%%WWWDIR%%/app/conference_controls/app_config.php
136
%%WWWDIR%%/app/conference_controls/app_defaults.php
137
%%WWWDIR%%/app/conference_controls/app_languages.php
138
%%WWWDIR%%/app/conference_controls/app_menu.php
139
%%WWWDIR%%/app/conference_controls/conference_control_delete.php
140
%%WWWDIR%%/app/conference_controls/conference_control_detail_delete.php
141
%%WWWDIR%%/app/conference_controls/conference_control_detail_edit.php
142
%%WWWDIR%%/app/conference_controls/conference_control_details.php
143
%%WWWDIR%%/app/conference_controls/conference_control_edit.php
144
%%WWWDIR%%/app/conference_controls/conference_controls.php
145
%%WWWDIR%%/app/conference_controls/root.php
146
%%WWWDIR%%/app/conference_profiles/app_config.php
147
%%WWWDIR%%/app/conference_profiles/app_defaults.php
148
%%WWWDIR%%/app/conference_profiles/app_languages.php
149
%%WWWDIR%%/app/conference_profiles/app_menu.php
150
%%WWWDIR%%/app/conference_profiles/conference_profile_delete.php
151
%%WWWDIR%%/app/conference_profiles/conference_profile_edit.php
152
%%WWWDIR%%/app/conference_profiles/conference_profile_param_delete.php
153
%%WWWDIR%%/app/conference_profiles/conference_profile_param_edit.php
154
%%WWWDIR%%/app/conference_profiles/conference_profile_params.php
155
%%WWWDIR%%/app/conference_profiles/conference_profiles.php
156
%%WWWDIR%%/app/conference_profiles/root.php
157
%%WWWDIR%%/app/conferences/app_config.php
158
%%WWWDIR%%/app/conferences/app_defaults.php
159
%%WWWDIR%%/app/conferences/app_languages.php
160
%%WWWDIR%%/app/conferences/app_menu.php
161
%%WWWDIR%%/app/conferences/conference_delete.php
162
%%WWWDIR%%/app/conferences/conference_edit.php
163
%%WWWDIR%%/app/conferences/conferences.php
164
%%WWWDIR%%/app/conferences/root.php
165
%%WWWDIR%%/app/conferences_active/app_config.php
166
%%WWWDIR%%/app/conferences_active/app_languages.php
167
%%WWWDIR%%/app/conferences_active/app_menu.php
168
%%WWWDIR%%/app/conferences_active/conference_exec.php
169
%%WWWDIR%%/app/conferences_active/conference_interactive.php
170
%%WWWDIR%%/app/conferences_active/conference_interactive_inc.php
171
%%WWWDIR%%/app/conferences_active/conferences_active.php
172
%%WWWDIR%%/app/conferences_active/conferences_active_inc.php
173
%%WWWDIR%%/app/conferences_active/resources/images/hear.png
174
%%WWWDIR%%/app/conferences_active/resources/images/moderator.png
175
%%WWWDIR%%/app/conferences_active/resources/images/not_recording.png
176
%%WWWDIR%%/app/conferences_active/resources/images/participant.png
177
%%WWWDIR%%/app/conferences_active/resources/images/recording.png
178
%%WWWDIR%%/app/conferences_active/resources/images/speak.png
179
%%WWWDIR%%/app/conferences_active/resources/images/talking.png
180
%%WWWDIR%%/app/conferences_active/resources/images/video.png
181
%%WWWDIR%%/app/conferences_active/root.php
182
%%WWWDIR%%/app/contacts/app_config.php
183
%%WWWDIR%%/app/contacts/app_defaults.php
184
%%WWWDIR%%/app/contacts/app_languages.php
185
%%WWWDIR%%/app/contacts/app_menu.php
186
%%WWWDIR%%/app/contacts/contact_address_delete.php
187
%%WWWDIR%%/app/contacts/contact_address_edit.php
188
%%WWWDIR%%/app/contacts/contact_addresses.php
189
%%WWWDIR%%/app/contacts/contact_auth.php
190
%%WWWDIR%%/app/contacts/contact_delete.php
191
%%WWWDIR%%/app/contacts/contact_edit.php
192
%%WWWDIR%%/app/contacts/contact_email_delete.php
193
%%WWWDIR%%/app/contacts/contact_email_edit.php
194
%%WWWDIR%%/app/contacts/contact_emails.php
195
%%WWWDIR%%/app/contacts/contact_extensions.php
196
%%WWWDIR%%/app/contacts/contact_group_delete.php
197
%%WWWDIR%%/app/contacts/contact_import.php
198
%%WWWDIR%%/app/contacts/contact_import_google.php
199
%%WWWDIR%%/app/contacts/contact_note_delete.php
200
%%WWWDIR%%/app/contacts/contact_note_edit.php
201
%%WWWDIR%%/app/contacts/contact_notes.php
202
%%WWWDIR%%/app/contacts/contact_phone_delete.php
203
%%WWWDIR%%/app/contacts/contact_phone_edit.php
204
%%WWWDIR%%/app/contacts/contact_phones.php
205
%%WWWDIR%%/app/contacts/contact_relation_delete.php
206
%%WWWDIR%%/app/contacts/contact_relation_edit.php
207
%%WWWDIR%%/app/contacts/contact_relations.php
208
%%WWWDIR%%/app/contacts/contact_setting_delete.php
209
%%WWWDIR%%/app/contacts/contact_setting_edit.php
210
%%WWWDIR%%/app/contacts/contact_settings.php
211
%%WWWDIR%%/app/contacts/contact_time_delete.php
212
%%WWWDIR%%/app/contacts/contact_time_edit.php
213
%%WWWDIR%%/app/contacts/contact_timer.php
214
%%WWWDIR%%/app/contacts/contact_timer_inc.php
215
%%WWWDIR%%/app/contacts/contact_times.php
216
%%WWWDIR%%/app/contacts/contact_url_delete.php
217
%%WWWDIR%%/app/contacts/contact_url_edit.php
218
%%WWWDIR%%/app/contacts/contact_urls.php
219
%%WWWDIR%%/app/contacts/contact_user_delete.php
220
%%WWWDIR%%/app/contacts/contacts.php
221
%%WWWDIR%%/app/contacts/contacts_vcard.php
222
%%WWWDIR%%/app/contacts/resources/functions/google_get_contacts.php
223
%%WWWDIR%%/app/contacts/resources/functions/google_get_groups.php
224
%%WWWDIR%%/app/contacts/resources/images/icon_gcontacts.png
225
%%WWWDIR%%/app/contacts/resources/images/icon_gmaps.png
226
%%WWWDIR%%/app/contacts/resources/images/icon_timer.png
227
%%WWWDIR%%/app/contacts/root.php
228
%%WWWDIR%%/app/database_transactions/app_config.php
229
%%WWWDIR%%/app/database_transactions/app_languages.php
230
%%WWWDIR%%/app/database_transactions/app_menu.php
231
%%WWWDIR%%/app/database_transactions/database_transaction_delete.php
232
%%WWWDIR%%/app/database_transactions/database_transaction_edit.php
233
%%WWWDIR%%/app/database_transactions/database_transactions.php
234
%%WWWDIR%%/app/database_transactions/root.php
235
%%WWWDIR%%/app/destinations/app_config.php
236
%%WWWDIR%%/app/destinations/app_defaults.php
237
%%WWWDIR%%/app/destinations/app_languages.php
238
%%WWWDIR%%/app/destinations/app_menu.php
239
%%WWWDIR%%/app/destinations/destination_delete.php
240
%%WWWDIR%%/app/destinations/destination_edit.php
241
%%WWWDIR%%/app/destinations/destinations.php
242
%%WWWDIR%%/app/destinations/resources/classes/destinations.php
243
%%WWWDIR%%/app/destinations/root.php
244
%%WWWDIR%%/app/devices/app_config.php
245
%%WWWDIR%%/app/devices/app_defaults.php
246
%%WWWDIR%%/app/devices/app_languages.php
247
%%WWWDIR%%/app/devices/app_menu.php
248
%%WWWDIR%%/app/devices/cmd.php
249
%%WWWDIR%%/app/devices/device_copy.php
250
%%WWWDIR%%/app/devices/device_dashboard.php
251
%%WWWDIR%%/app/devices/device_delete.php
252
%%WWWDIR%%/app/devices/device_download.php
253
%%WWWDIR%%/app/devices/device_edit.php
254
%%WWWDIR%%/app/devices/device_key_delete.php
255
%%WWWDIR%%/app/devices/device_key_edit.php
256
%%WWWDIR%%/app/devices/device_line_delete.php
257
%%WWWDIR%%/app/devices/device_line_edit.php
258
%%WWWDIR%%/app/devices/device_profile_copy.php
259
%%WWWDIR%%/app/devices/device_profile_delete.php
260
%%WWWDIR%%/app/devices/device_profile_edit.php
261
%%WWWDIR%%/app/devices/device_profiles.php
262
%%WWWDIR%%/app/devices/device_setting_delete.php
263
%%WWWDIR%%/app/devices/device_setting_edit.php
264
%%WWWDIR%%/app/devices/device_settings.php
265
%%WWWDIR%%/app/devices/device_vendor_delete.php
266
%%WWWDIR%%/app/devices/device_vendor_edit.php
267
%%WWWDIR%%/app/devices/device_vendor_function_delete.php
268
%%WWWDIR%%/app/devices/device_vendor_function_edit.php
269
%%WWWDIR%%/app/devices/device_vendor_functions.php
270
%%WWWDIR%%/app/devices/device_vendor_restore.php
271
%%WWWDIR%%/app/devices/device_vendors.php
272
%%WWWDIR%%/app/devices/devices.php
273
%%WWWDIR%%/app/devices/resources/classes/device.php
274
%%WWWDIR%%/app/devices/root.php
275
%%WWWDIR%%/app/dialplan_inbound/app_config.php
276
%%WWWDIR%%/app/dialplan_inbound/app_defaults.php
277
%%WWWDIR%%/app/dialplan_inbound/app_languages.php
278
%%WWWDIR%%/app/dialplan_inbound/app_menu.php
279
%%WWWDIR%%/app/dialplan_inbound/dialplan_inbound_add.php
280
%%WWWDIR%%/app/dialplan_inbound/root.php
281
%%WWWDIR%%/app/dialplan_outbound/app_config.php
282
%%WWWDIR%%/app/dialplan_outbound/app_languages.php
283
%%WWWDIR%%/app/dialplan_outbound/app_menu.php
284
%%WWWDIR%%/app/dialplan_outbound/dialplan_outbound_add.php
285
%%WWWDIR%%/app/dialplan_outbound/root.php
286
%%WWWDIR%%/app/dialplans/app_config.php
287
%%WWWDIR%%/app/dialplans/app_defaults.php
288
%%WWWDIR%%/app/dialplans/app_languages.php
289
%%WWWDIR%%/app/dialplans/app_menu.php
290
%%WWWDIR%%/app/dialplans/dialplan_add.php
291
%%WWWDIR%%/app/dialplans/dialplan_copy.php
292
%%WWWDIR%%/app/dialplans/dialplan_delete.php
293
%%WWWDIR%%/app/dialplans/dialplan_detail_delete.php
294
%%WWWDIR%%/app/dialplans/dialplan_detail_edit.php
295
%%WWWDIR%%/app/dialplans/dialplan_edit.php
296
%%WWWDIR%%/app/dialplans/dialplan_xml.php
297
%%WWWDIR%%/app/dialplans/dialplans.php
298
%%WWWDIR%%/app/dialplans/resources/classes/dialplan.php
299
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/010_caller_details.xml
300
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/010_user_exists.xml
301
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/015_caller_details.xml
302
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/020_call_direction.xml
303
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/020_variables.xml
304
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/025_call_limit.xml
305
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/030_is_local.xml
306
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/040_call_block.xml
307
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/050_user_record.xml
308
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/060_redial.xml
309
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/070_speed_dial.xml
310
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/080_default_caller_id.xml
311
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/200_agent_status.xml
312
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/210_agent_status_id.xml
313
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/220_provision.xml
314
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/230_group-intercept.xml
315
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/240_page.xml
316
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/250_conf-xfer.xml
317
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/250_page-extension.xml
318
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/260_eavesdrop.xml
319
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/270_call_privacy.xml
320
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/280_call_return.xml
321
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/290_extension_queue.xml
322
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext-polycom.xml
323
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext.xml
324
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/300_dx.xml
325
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/310_att_xfer.xml
326
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/310_extension-to-voicemail.xml
327
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/310_send_to_voicemail.xml
328
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/320_vmain.xml
329
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/320_xfer_vm.xml
330
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/330_is_transfer.xml
331
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/330_vmain_user.xml
332
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/340_cf.xml
333
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/340_delay_echo.xml
334
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/350_echo.xml
335
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/350_please_hold.xml
336
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/360_is_zrtp_secure.xml
337
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/360_milliwatt.xml
338
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/370_is_secure.xml
339
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/370_tone_stream.xml
340
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/380_hold_music.xml
341
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/400_recordings.xml
342
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/410_freeswitch_conference.xml
343
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/420_disa.xml
344
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/430_directory.xml
345
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml
346
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/470_valet_park.xml
347
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/470_valet_park_in.xml
348
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/475_valet_park_out.xml
349
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/480_operator.xml
350
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/485_operator-forward.xml
351
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/490_do-not-disturb.xml
352
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/500_call-forward.xml
353
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/505_call-forward-all.xml
354
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/510_follow-me.xml
355
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/530_click_to_call_auto_answer.xml
356
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/530_talking_clock_date_and_time.xml
357
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/540_talking_clock_time.xml
358
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/550_talking_clock_date.xml
359
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/560_extension_queue.xml
360
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/570_nway_conference.xml
361
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/860_bind_digit_action.xml
362
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/870_cidlookup.xml
363
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/880_call_screen.xml
364
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/890_local_extension.xml
365
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/900_voicemail.xml
366
%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/999_not-found.xml
367
%%WWWDIR%%/app/dialplans/root.php
368
%%WWWDIR%%/app/edit/app_config.php
369
%%WWWDIR%%/app/edit/app_languages.php
370
%%WWWDIR%%/app/edit/app_menu.php
371
%%WWWDIR%%/app/edit/clipadd.php
372
%%WWWDIR%%/app/edit/clipdelete.php
373
%%WWWDIR%%/app/edit/cliplist.php
374
%%WWWDIR%%/app/edit/clipoptions.php
375
%%WWWDIR%%/app/edit/clipoptionslist.php
376
%%WWWDIR%%/app/edit/clipupdate.php
377
%%WWWDIR%%/app/edit/filedelete.php
378
%%WWWDIR%%/app/edit/filelist.php
379
%%WWWDIR%%/app/edit/filenew.php
380
%%WWWDIR%%/app/edit/fileoptions.php
381
%%WWWDIR%%/app/edit/fileoptionslist.php
382
%%WWWDIR%%/app/edit/fileread.php
383
%%WWWDIR%%/app/edit/filerename.php
384
%%WWWDIR%%/app/edit/filesave.php
385
%%WWWDIR%%/app/edit/folderdelete.php
386
%%WWWDIR%%/app/edit/foldernew.php
387
%%WWWDIR%%/app/edit/footer.php
388
%%WWWDIR%%/app/edit/header.php
389
%%WWWDIR%%/app/edit/index.php
390
%%WWWDIR%%/app/edit/readme.txt
391
%%WWWDIR%%/app/edit/resources/images/blank.gif
392
%%WWWDIR%%/app/edit/resources/images/icon_file.png
393
%%WWWDIR%%/app/edit/resources/images/icon_folder.png
394
%%WWWDIR%%/app/edit/resources/images/icon_gear.png
395
%%WWWDIR%%/app/edit/resources/images/icon_goto.png
396
%%WWWDIR%%/app/edit/resources/images/icon_indenting.png
397
%%WWWDIR%%/app/edit/resources/images/icon_invisibles.png
398
%%WWWDIR%%/app/edit/resources/images/icon_numbering.png
399
%%WWWDIR%%/app/edit/resources/images/icon_replace.png
400
%%WWWDIR%%/app/edit/resources/images/icon_save.png
401
%%WWWDIR%%/app/edit/resources/images/icon_sidebar.png
402
%%WWWDIR%%/app/edit/root.php
403
%%WWWDIR%%/app/email_templates/app_config.php
404
%%WWWDIR%%/app/email_templates/app_defaults.php
405
%%WWWDIR%%/app/email_templates/app_languages.php
406
%%WWWDIR%%/app/email_templates/app_menu.php
407
%%WWWDIR%%/app/email_templates/email_template_delete.php
408
%%WWWDIR%%/app/email_templates/email_template_edit.php
409
%%WWWDIR%%/app/email_templates/email_templates.php
410
%%WWWDIR%%/app/email_templates/resources/classes/email_templates.php
411
%%WWWDIR%%/app/email_templates/root.php
412
%%WWWDIR%%/app/emails/app_config.php
413
%%WWWDIR%%/app/emails/app_languages.php
414
%%WWWDIR%%/app/emails/app_menu.php
415
%%WWWDIR%%/app/emails/email_cron.php
416
%%WWWDIR%%/app/emails/email_delete.php
417
%%WWWDIR%%/app/emails/email_view.php
418
%%WWWDIR%%/app/emails/emails.php
419
%%WWWDIR%%/app/emails/root.php
420
%%WWWDIR%%/app/exec/app_config.php
421
%%WWWDIR%%/app/exec/app_languages.php
422
%%WWWDIR%%/app/exec/app_menu.php
423
%%WWWDIR%%/app/exec/exec.php
424
%%WWWDIR%%/app/exec/resources/images/blank.gif
425
%%WWWDIR%%/app/exec/resources/images/icon_file.png
426
%%WWWDIR%%/app/exec/resources/images/icon_folder.png
427
%%WWWDIR%%/app/exec/resources/images/icon_gear.png
428
%%WWWDIR%%/app/exec/resources/images/icon_goto.png
429
%%WWWDIR%%/app/exec/resources/images/icon_indenting.png
430
%%WWWDIR%%/app/exec/resources/images/icon_invisibles.png
431
%%WWWDIR%%/app/exec/resources/images/icon_numbering.png
432
%%WWWDIR%%/app/exec/resources/images/icon_replace.png
433
%%WWWDIR%%/app/exec/root.php
434
%%WWWDIR%%/app/exec/sql_backup.php
435
%%WWWDIR%%/app/exec/sql_db_conversion.php
436
%%WWWDIR%%/app/exec/sql_query_db.php
437
%%WWWDIR%%/app/exec/sql_query_pdo.php
438
%%WWWDIR%%/app/exec/sql_query_result.php
439
%%WWWDIR%%/app/extensions/app_config.php
440
%%WWWDIR%%/app/extensions/app_defaults.php
441
%%WWWDIR%%/app/extensions/app_languages.php
442
%%WWWDIR%%/app/extensions/app_menu.php
443
%%WWWDIR%%/app/extensions/extension_copy.php
444
%%WWWDIR%%/app/extensions/extension_dashboard.php
445
%%WWWDIR%%/app/extensions/extension_delete.php
446
%%WWWDIR%%/app/extensions/extension_download.php
447
%%WWWDIR%%/app/extensions/extension_edit.php
448
%%WWWDIR%%/app/extensions/extensions.php
449
%%WWWDIR%%/app/extensions/resources/classes/extension.php
450
%%WWWDIR%%/app/extensions/root.php
451
%%WWWDIR%%/app/fanvil/app_config.php
452
%%WWWDIR%%/app/fanvil/resources/firmware/README.md
453
%%WWWDIR%%/app/fax/app_config.php
454
%%WWWDIR%%/app/fax/app_defaults.php
455
%%WWWDIR%%/app/fax/app_languages.php
456
%%WWWDIR%%/app/fax/app_menu.php
457
%%WWWDIR%%/app/fax/fax.php
458
%%WWWDIR%%/app/fax/fax_active.php
459
%%WWWDIR%%/app/fax/fax_active_exec.php
460
%%WWWDIR%%/app/fax/fax_active_inc.php
461
%%WWWDIR%%/app/fax/fax_copy.php
462
%%WWWDIR%%/app/fax/fax_delete.php
463
%%WWWDIR%%/app/fax/fax_edit.php
464
%%WWWDIR%%/app/fax/fax_emails.php
465
%%WWWDIR%%/app/fax/fax_file_delete.php
466
%%WWWDIR%%/app/fax/fax_files.php
467
%%WWWDIR%%/app/fax/fax_files_remote.php
468
%%WWWDIR%%/app/fax/fax_log_delete.php
469
%%WWWDIR%%/app/fax/fax_log_view.php
470
%%WWWDIR%%/app/fax/fax_logs.php
471
%%WWWDIR%%/app/fax/fax_send.php
472
%%WWWDIR%%/app/fax/resources/classes/fax.php
473
%%WWWDIR%%/app/fax/resources/functions/object_to_array.php
474
%%WWWDIR%%/app/fax/resources/functions/parse_attachments.php
475
%%WWWDIR%%/app/fax/resources/functions/parse_message.php
476
%%WWWDIR%%/app/fax/resources/images/logo.jpg
477
%%WWWDIR%%/app/fax/resources/images/refresh_active.gif
478
%%WWWDIR%%/app/fax/resources/images/refresh_paused.png
479
%%WWWDIR%%/app/fax/root.php
480
%%WWWDIR%%/app/fifo/app_config.php
481
%%WWWDIR%%/app/fifo/app_languages.php
482
%%WWWDIR%%/app/fifo/app_menu.php
483
%%WWWDIR%%/app/fifo/fifo_add.php
484
%%WWWDIR%%/app/fifo/root.php
485
%%WWWDIR%%/app/fifo_list/app_config.php
486
%%WWWDIR%%/app/fifo_list/app_languages.php
487
%%WWWDIR%%/app/fifo_list/app_menu.php
488
%%WWWDIR%%/app/fifo_list/fifo_exec.php
489
%%WWWDIR%%/app/fifo_list/fifo_interactive.php
490
%%WWWDIR%%/app/fifo_list/fifo_interactive_inc.php
491
%%WWWDIR%%/app/fifo_list/fifo_list.php
492
%%WWWDIR%%/app/fifo_list/fifo_list_inc.php
493
%%WWWDIR%%/app/fifo_list/root.php
494
%%WWWDIR%%/app/follow_me/app_config.php
495
%%WWWDIR%%/app/follow_me/app_menu.php
496
%%WWWDIR%%/app/follow_me/root.php
497
%%WWWDIR%%/app/gateways/app_config.php
498
%%WWWDIR%%/app/gateways/app_languages.php
499
%%WWWDIR%%/app/gateways/app_menu.php
500
%%WWWDIR%%/app/gateways/gateway_copy.php
501
%%WWWDIR%%/app/gateways/gateway_delete.php
502
%%WWWDIR%%/app/gateways/gateway_edit.php
503
%%WWWDIR%%/app/gateways/gateways.php
504
%%WWWDIR%%/app/gateways/root.php
505
%%WWWDIR%%/app/grandstream/app_config.php
506
%%WWWDIR%%/app/htek/app_config.php
507
%%WWWDIR%%/app/htek/resources/firmware/README.md
508
%%WWWDIR%%/app/ivr_menus/app_config.php
509
%%WWWDIR%%/app/ivr_menus/app_defaults.php
510
%%WWWDIR%%/app/ivr_menus/app_languages.php
511
%%WWWDIR%%/app/ivr_menus/app_menu.php
512
%%WWWDIR%%/app/ivr_menus/ivr_menu_copy.php
513
%%WWWDIR%%/app/ivr_menus/ivr_menu_delete.php
514
%%WWWDIR%%/app/ivr_menus/ivr_menu_edit.php
515
%%WWWDIR%%/app/ivr_menus/ivr_menu_option_delete.php
516
%%WWWDIR%%/app/ivr_menus/ivr_menu_options.php
517
%%WWWDIR%%/app/ivr_menus/ivr_menus.php
518
%%WWWDIR%%/app/ivr_menus/resources/classes/ivr_menu.php
519
%%WWWDIR%%/app/ivr_menus/resources/functions/ivr_menu_xml.php
520
%%WWWDIR%%/app/ivr_menus/root.php
521
%%WWWDIR%%/app/log_viewer/app_config.php
522
%%WWWDIR%%/app/log_viewer/app_languages.php
523
%%WWWDIR%%/app/log_viewer/app_menu.php
524
%%WWWDIR%%/app/log_viewer/log_viewer.php
525
%%WWWDIR%%/app/log_viewer/root.php
526
%%WWWDIR%%/app/meetings/app_config.php
527
%%WWWDIR%%/app/meetings/app_menu.php
528
%%WWWDIR%%/app/modules/app_config.php
529
%%WWWDIR%%/app/modules/app_defaults.php
530
%%WWWDIR%%/app/modules/app_languages.php
531
%%WWWDIR%%/app/modules/app_menu.php
532
%%WWWDIR%%/app/modules/module_delete.php
533
%%WWWDIR%%/app/modules/module_edit.php
534
%%WWWDIR%%/app/modules/modules.php
535
%%WWWDIR%%/app/modules/resources/classes/modules.php
536
%%WWWDIR%%/app/modules/root.php
537
%%WWWDIR%%/app/music_on_hold/app_config.php
538
%%WWWDIR%%/app/music_on_hold/app_defaults.php
539
%%WWWDIR%%/app/music_on_hold/app_languages.php
540
%%WWWDIR%%/app/music_on_hold/app_menu.php
541
%%WWWDIR%%/app/music_on_hold/music_on_hold.php
542
%%WWWDIR%%/app/music_on_hold/music_on_hold_delete.php
543
%%WWWDIR%%/app/music_on_hold/music_on_hold_edit.php
544
%%WWWDIR%%/app/music_on_hold/resources/classes/switch_music_on_hold.php
545
%%WWWDIR%%/app/music_on_hold/root.php
546
%%WWWDIR%%/app/number_translations/app_config.php
547
%%WWWDIR%%/app/number_translations/app_defaults.php
548
%%WWWDIR%%/app/number_translations/app_languages.php
549
%%WWWDIR%%/app/number_translations/app_menu.php
550
%%WWWDIR%%/app/number_translations/cmd.php
551
%%WWWDIR%%/app/number_translations/number_translation_delete.php
552
%%WWWDIR%%/app/number_translations/number_translation_edit.php
553
%%WWWDIR%%/app/number_translations/number_translations.php
554
%%WWWDIR%%/app/number_translations/resources/classes/number_translations.php
555
%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/GB_national_to_e164.xml
556
%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/e164_to_GB_national.xml
557
%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/remove_leading_plus.xml
558
%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/strip_non_digits.xml
559
%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/strip_symbols.xml
560
%%WWWDIR%%/app/number_translations/root.php
561
%%WWWDIR%%/app/operator_panel/app_config.php
562
%%WWWDIR%%/app/operator_panel/app_languages.php
563
%%WWWDIR%%/app/operator_panel/app_menu.php
564
%%WWWDIR%%/app/operator_panel/autocomplete.php
565
%%WWWDIR%%/app/operator_panel/exec.php
566
%%WWWDIR%%/app/operator_panel/index.php
567
%%WWWDIR%%/app/operator_panel/index_inc.php
568
%%WWWDIR%%/app/operator_panel/resources/functions/get_call_activity.php
569
%%WWWDIR%%/app/operator_panel/resources/images/eavesdrop.png
570
%%WWWDIR%%/app/operator_panel/resources/images/inbound.png
571
%%WWWDIR%%/app/operator_panel/resources/images/keypad_call.png
572
%%WWWDIR%%/app/operator_panel/resources/images/keypad_transfer.png
573
%%WWWDIR%%/app/operator_panel/resources/images/kill.png
574
%%WWWDIR%%/app/operator_panel/resources/images/outbound.png
575
%%WWWDIR%%/app/operator_panel/resources/images/record.png
576
%%WWWDIR%%/app/operator_panel/resources/images/recording.png
577
%%WWWDIR%%/app/operator_panel/resources/images/refresh_active.gif
578
%%WWWDIR%%/app/operator_panel/resources/images/refresh_paused.png
579
%%WWWDIR%%/app/operator_panel/resources/images/status_available.png
580
%%WWWDIR%%/app/operator_panel/resources/images/status_available_on_demand.png
581
%%WWWDIR%%/app/operator_panel/resources/images/status_do_not_disturb.png
582
%%WWWDIR%%/app/operator_panel/resources/images/status_logged_out.png
583
%%WWWDIR%%/app/operator_panel/resources/images/status_on_break.png
584
%%WWWDIR%%/app/operator_panel/root.php
585
%%WWWDIR%%/app/phrases/app_config.php
586
%%WWWDIR%%/app/phrases/app_defaults.php
587
%%WWWDIR%%/app/phrases/app_languages.php
588
%%WWWDIR%%/app/phrases/app_menu.php
589
%%WWWDIR%%/app/phrases/phrase_delete.php
590
%%WWWDIR%%/app/phrases/phrase_detail_delete.php
591
%%WWWDIR%%/app/phrases/phrase_edit.php
592
%%WWWDIR%%/app/phrases/phrases.php
593
%%WWWDIR%%/app/phrases/resources/functions/save_phrases_xml.php
594
%%WWWDIR%%/app/phrases/root.php
595
%%WWWDIR%%/app/pin_numbers/app_config.php
596
%%WWWDIR%%/app/pin_numbers/app_languages.php
597
%%WWWDIR%%/app/pin_numbers/app_menu.php
598
%%WWWDIR%%/app/pin_numbers/pin_download.php
599
%%WWWDIR%%/app/pin_numbers/pin_number_delete.php
600
%%WWWDIR%%/app/pin_numbers/pin_number_edit.php
601
%%WWWDIR%%/app/pin_numbers/pin_numbers.php
602
%%WWWDIR%%/app/pin_numbers/root.php
603
%%WWWDIR%%/app/polycom/app_config.php
604
%%WWWDIR%%/app/providers/app_config.php
605
%%WWWDIR%%/app/providers/app_languages.php
606
%%WWWDIR%%/app/providers/app_menu.php
607
%%WWWDIR%%/app/providers/provider_delete.php
608
%%WWWDIR%%/app/providers/provider_setup.php
609
%%WWWDIR%%/app/providers/providers.php
610
%%WWWDIR%%/app/providers/resources/classes/providers.php
611
%%WWWDIR%%/app/providers/resources/images/logo_voicetel.png
612
%%WWWDIR%%/app/providers/resources/images/skyetel-logo.png
613
%%WWWDIR%%/app/providers/root.php
614
%%WWWDIR%%/app/provision/app_config.php
615
%%WWWDIR%%/app/provision/app_defaults.php
616
%%WWWDIR%%/app/provision/app_menu.php
617
%%WWWDIR%%/app/provision/index.php
618
%%WWWDIR%%/app/provision/resources/classes/provision.php
619
%%WWWDIR%%/app/provision/resources/functions/device_by.php
620
%%WWWDIR%%/app/provision/root.php
621
%%WWWDIR%%/app/recordings/app_config.php
622
%%WWWDIR%%/app/recordings/app_defaults.php
623
%%WWWDIR%%/app/recordings/app_languages.php
624
%%WWWDIR%%/app/recordings/app_menu.php
625
%%WWWDIR%%/app/recordings/recording_delete.php
626
%%WWWDIR%%/app/recordings/recording_edit.php
627
%%WWWDIR%%/app/recordings/recording_play.php
628
%%WWWDIR%%/app/recordings/recordings.php
629
%%WWWDIR%%/app/recordings/resources/classes/switch_recordings.php
630
%%WWWDIR%%/app/recordings/root.php
631
%%WWWDIR%%/app/registrations/app_config.php
632
%%WWWDIR%%/app/registrations/app_languages.php
633
%%WWWDIR%%/app/registrations/app_menu.php
634
%%WWWDIR%%/app/registrations/cmd.php
635
%%WWWDIR%%/app/registrations/registration_reload.php
636
%%WWWDIR%%/app/registrations/registrations.php
637
%%WWWDIR%%/app/registrations/resources/classes/registrations.php
638
%%WWWDIR%%/app/registrations/resources/images/refresh_active.gif
639
%%WWWDIR%%/app/registrations/resources/images/refresh_paused.png
640
%%WWWDIR%%/app/registrations/root.php
641
%%WWWDIR%%/app/ring_groups/app_config.php
642
%%WWWDIR%%/app/ring_groups/app_defaults.php
643
%%WWWDIR%%/app/ring_groups/app_languages.php
644
%%WWWDIR%%/app/ring_groups/app_menu.php
645
%%WWWDIR%%/app/ring_groups/ring_group_delete.php
646
%%WWWDIR%%/app/ring_groups/ring_group_destination_delete.php
647
%%WWWDIR%%/app/ring_groups/ring_group_destination_edit.php
648
%%WWWDIR%%/app/ring_groups/ring_group_edit.php
649
%%WWWDIR%%/app/ring_groups/ring_group_forward.php
650
%%WWWDIR%%/app/ring_groups/ring_groups.php
651
%%WWWDIR%%/app/ring_groups/root.php
652
%%WWWDIR%%/app/scripts/app_defaults.php
653
%%WWWDIR%%/app/scripts/resources/classes/scripts.php
654
%%WWWDIR%%/app/services/app_config.php
655
%%WWWDIR%%/app/services/app_languages.php
656
%%WWWDIR%%/app/services/app_menu.php
657
%%WWWDIR%%/app/services/resources/classes/lib_win.php
658
%%WWWDIR%%/app/services/root.php
659
%%WWWDIR%%/app/services/service_delete.php
660
%%WWWDIR%%/app/services/service_edit.php
661
%%WWWDIR%%/app/services/services.php
662
%%WWWDIR%%/app/settings/app_config.php
663
%%WWWDIR%%/app/settings/app_defaults.php
664
%%WWWDIR%%/app/settings/app_languages.php
665
%%WWWDIR%%/app/settings/app_menu.php
666
%%WWWDIR%%/app/settings/root.php
667
%%WWWDIR%%/app/settings/setting_edit.php
668
%%WWWDIR%%/app/sip_profiles/app_config.php
669
%%WWWDIR%%/app/sip_profiles/app_defaults.php
670
%%WWWDIR%%/app/sip_profiles/app_languages.php
671
%%WWWDIR%%/app/sip_profiles/app_menu.php
672
%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/default.xml
673
%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/external-ipv6.xml
674
%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/external.xml
675
%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/internal-ipv6.xml
676
%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/internal.xml
677
%%WWWDIR%%/app/sip_profiles/root.php
678
%%WWWDIR%%/app/sip_profiles/sip_profile_copy.php
679
%%WWWDIR%%/app/sip_profiles/sip_profile_delete.php
680
%%WWWDIR%%/app/sip_profiles/sip_profile_domain_delete.php
681
%%WWWDIR%%/app/sip_profiles/sip_profile_edit.php
682
%%WWWDIR%%/app/sip_profiles/sip_profile_setting_delete.php
683
%%WWWDIR%%/app/sip_profiles/sip_profile_setting_edit.php
684
%%WWWDIR%%/app/sip_profiles/sip_profile_settings.php
685
%%WWWDIR%%/app/sip_profiles/sip_profiles.php
686
%%WWWDIR%%/app/sip_status/app_config.php
687
%%WWWDIR%%/app/sip_status/app_languages.php
688
%%WWWDIR%%/app/sip_status/app_menu.php
689
%%WWWDIR%%/app/sip_status/cmd.php
690
%%WWWDIR%%/app/sip_status/root.php
691
%%WWWDIR%%/app/sip_status/sip_status.php
692
%%WWWDIR%%/app/snom/app_config.php
693
%%WWWDIR%%/app/streams/app_config.php
694
%%WWWDIR%%/app/streams/app_languages.php
695
%%WWWDIR%%/app/streams/app_menu.php
696
%%WWWDIR%%/app/streams/resources/classes/streams.php
697
%%WWWDIR%%/app/streams/root.php
698
%%WWWDIR%%/app/streams/stream_delete.php
699
%%WWWDIR%%/app/streams/stream_edit.php
700
%%WWWDIR%%/app/streams/streams.php
701
%%WWWDIR%%/app/system/app_config.php
702
%%WWWDIR%%/app/system/app_languages.php
703
%%WWWDIR%%/app/system/app_menu.php
704
%%WWWDIR%%/app/system/root.php
705
%%WWWDIR%%/app/system/system.php
706
%%WWWDIR%%/app/time_conditions/app_config.php
707
%%WWWDIR%%/app/time_conditions/app_defaults.php
708
%%WWWDIR%%/app/time_conditions/app_languages.php
709
%%WWWDIR%%/app/time_conditions/app_menu.php
710
%%WWWDIR%%/app/time_conditions/root.php
711
%%WWWDIR%%/app/time_conditions/time_condition_delete.php
712
%%WWWDIR%%/app/time_conditions/time_condition_edit.php
713
%%WWWDIR%%/app/time_conditions/time_conditions.php
714
%%WWWDIR%%/app/tones/app_config.php
715
%%WWWDIR%%/app/tones/app_defaults.php
716
%%WWWDIR%%/app/tones/app_languages.php
717
%%WWWDIR%%/app/vars/app_config.php
718
%%WWWDIR%%/app/vars/app_defaults.php
719
%%WWWDIR%%/app/vars/app_languages.php
720
%%WWWDIR%%/app/vars/app_menu.php
721
%%WWWDIR%%/app/vars/root.php
722
%%WWWDIR%%/app/vars/var_delete.php
723
%%WWWDIR%%/app/vars/var_edit.php
724
%%WWWDIR%%/app/vars/vars.php
725
%%WWWDIR%%/app/vars/vars_textarea.php
726
%%WWWDIR%%/app/voicemail_greetings/app_config.php
727
%%WWWDIR%%/app/voicemail_greetings/app_defaults.php
728
%%WWWDIR%%/app/voicemail_greetings/app_languages.php
729
%%WWWDIR%%/app/voicemail_greetings/app_menu.php
730
%%WWWDIR%%/app/voicemail_greetings/root.php
731
%%WWWDIR%%/app/voicemail_greetings/voicemail_greeting_delete.php
732
%%WWWDIR%%/app/voicemail_greetings/voicemail_greeting_edit.php
733
%%WWWDIR%%/app/voicemail_greetings/voicemail_greetings.php
734
%%WWWDIR%%/app/voicemails/app_config.php
735
%%WWWDIR%%/app/voicemails/app_languages.php
736
%%WWWDIR%%/app/voicemails/app_menu.php
737
%%WWWDIR%%/app/voicemails/resources/classes/voicemail.php
738
%%WWWDIR%%/app/voicemails/root.php
739
%%WWWDIR%%/app/voicemails/voicemail_delete.php
740
%%WWWDIR%%/app/voicemails/voicemail_edit.php
741
%%WWWDIR%%/app/voicemails/voicemail_message_delete.php
742
%%WWWDIR%%/app/voicemails/voicemail_message_edit.php
743
%%WWWDIR%%/app/voicemails/voicemail_message_toggle.php
744
%%WWWDIR%%/app/voicemails/voicemail_messages.php
745
%%WWWDIR%%/app/voicemails/voicemail_option_delete.php
746
%%WWWDIR%%/app/voicemails/voicemail_option_edit.php
747
%%WWWDIR%%/app/voicemails/voicemails.php
748
%%WWWDIR%%/app/xml_cdr/app_config.php
749
%%WWWDIR%%/app/xml_cdr/app_defaults.php
750
%%WWWDIR%%/app/xml_cdr/app_languages.php
751
%%WWWDIR%%/app/xml_cdr/app_menu.php
752
%%WWWDIR%%/app/xml_cdr/download.php
753
%%WWWDIR%%/app/xml_cdr/report.php
754
%%WWWDIR%%/app/xml_cdr/resources/classes/xml_cdr.php
755
%%WWWDIR%%/app/xml_cdr/root.php
756
%%WWWDIR%%/app/xml_cdr/v_xml_cdr_import.php
757
%%WWWDIR%%/app/xml_cdr/xml_cdr.php
758
%%WWWDIR%%/app/xml_cdr/xml_cdr_delete.php
759
%%WWWDIR%%/app/xml_cdr/xml_cdr_details.php
760
%%WWWDIR%%/app/xml_cdr/xml_cdr_export.php
761
%%WWWDIR%%/app/xml_cdr/xml_cdr_extension_summary.php
762
%%WWWDIR%%/app/xml_cdr/xml_cdr_import.php
763
%%WWWDIR%%/app/xml_cdr/xml_cdr_import_update.php
764
%%WWWDIR%%/app/xml_cdr/xml_cdr_inc.php
765
%%WWWDIR%%/app/xml_cdr/xml_cdr_search.php
766
%%WWWDIR%%/app/xml_cdr/xml_cdr_statistics.php
767
%%WWWDIR%%/app/xml_cdr/xml_cdr_statistics_csv.php
768
%%WWWDIR%%/app/xml_cdr/xml_cdr_statistics_inc.php
769
%%WWWDIR%%/app/yealink/app_config.php
770
%%WWWDIR%%/app/yealink/resources/firmware/README.md
771
%%WWWDIR%%/core/apps/app_config.php
772
%%WWWDIR%%/core/apps/app_languages.php
773
%%WWWDIR%%/core/apps/app_menu.php
774
%%WWWDIR%%/core/apps/apps.php
775
%%WWWDIR%%/core/apps/apps_delete.php
776
%%WWWDIR%%/core/apps/apps_edit.php
777
%%WWWDIR%%/core/apps/root.php
778
%%WWWDIR%%/core/authentication/app_config.php
779
%%WWWDIR%%/core/authentication/resources/classes/authentication.php
780
%%WWWDIR%%/core/authentication/resources/classes/plugins/database.php
781
%%WWWDIR%%/core/authentication/resources/classes/plugins/ldap.php
782
%%WWWDIR%%/core/authentication/root.php
783
%%WWWDIR%%/core/databases/app_config.php
784
%%WWWDIR%%/core/databases/app_defaults.php
785
%%WWWDIR%%/core/databases/app_languages.php
786
%%WWWDIR%%/core/databases/app_menu.php
787
%%WWWDIR%%/core/databases/database_delete.php
788
%%WWWDIR%%/core/databases/database_edit.php
789
%%WWWDIR%%/core/databases/databases.php
790
%%WWWDIR%%/core/databases/root.php
791
%%WWWDIR%%/core/default_settings/app_config.php
792
%%WWWDIR%%/core/default_settings/app_defaults.php
793
%%WWWDIR%%/core/default_settings/app_languages.php
794
%%WWWDIR%%/core/default_settings/app_menu.php
795
%%WWWDIR%%/core/default_settings/default_setting_edit.php
796
%%WWWDIR%%/core/default_settings/default_setting_toggle.php
797
%%WWWDIR%%/core/default_settings/default_settings.php
798
%%WWWDIR%%/core/default_settings/default_settings_reload.php
799
%%WWWDIR%%/core/default_settings/root.php
800
%%WWWDIR%%/core/domain_settings/app_config.php
801
%%WWWDIR%%/core/domain_settings/app_defaults.php
802
%%WWWDIR%%/core/domain_settings/app_languages.php
803
%%WWWDIR%%/core/domain_settings/app_menu.php
804
%%WWWDIR%%/core/domain_settings/domain_delete.php
805
%%WWWDIR%%/core/domain_settings/domain_edit.php
806
%%WWWDIR%%/core/domain_settings/domain_setting_delete.php
807
%%WWWDIR%%/core/domain_settings/domain_setting_edit.php
808
%%WWWDIR%%/core/domain_settings/domain_settings.php
809
%%WWWDIR%%/core/domain_settings/domains.php
810
%%WWWDIR%%/core/domain_settings/root.php
811
%%WWWDIR%%/core/events/resources/classes/events.php
812
%%WWWDIR%%/core/groups/app_config.php
813
%%WWWDIR%%/core/groups/app_defaults.php
814
%%WWWDIR%%/core/groups/app_languages.php
815
%%WWWDIR%%/core/groups/app_menu.php
816
%%WWWDIR%%/core/groups/group_permissions.php
817
%%WWWDIR%%/core/groups/groupadd.php
818
%%WWWDIR%%/core/groups/groupdelete.php
819
%%WWWDIR%%/core/groups/groupedit.php
820
%%WWWDIR%%/core/groups/groupmemberadd.php
821
%%WWWDIR%%/core/groups/groupmemberdelete.php
822
%%WWWDIR%%/core/groups/groupmembers.php
823
%%WWWDIR%%/core/groups/groups.php
824
%%WWWDIR%%/core/groups/permissions_copy.php
825
%%WWWDIR%%/core/groups/permissions_default.php
826
%%WWWDIR%%/core/groups/resources/classes/permission.php
827
%%WWWDIR%%/core/groups/root.php
828
%%WWWDIR%%/core/install/app_config.php
829
%%WWWDIR%%/core/install/app_languages.php
830
%%WWWDIR%%/core/install/app_menu.php
831
%%WWWDIR%%/core/install/index.php
832
%%WWWDIR%%/core/install/install.php
833
%%WWWDIR%%/core/install/resources/classes/detect_switch.php
834
%%WWWDIR%%/core/install/resources/classes/global_settings.php
835
%%WWWDIR%%/core/install/resources/classes/install_fusionpbx.php
836
%%WWWDIR%%/core/install/resources/classes/install_switch.php
837
%%WWWDIR%%/core/install/resources/classes/iso_countries.php
838
%%WWWDIR%%/core/install/resources/images/flags/Afghanistan.png
839
%%WWWDIR%%/core/install/resources/images/flags/Aland Islands.png
840
%%WWWDIR%%/core/install/resources/images/flags/Albania.png
841
%%WWWDIR%%/core/install/resources/images/flags/Algeria.png
842
%%WWWDIR%%/core/install/resources/images/flags/American Samoa.png
843
%%WWWDIR%%/core/install/resources/images/flags/Andorra.png
844
%%WWWDIR%%/core/install/resources/images/flags/Angola.png
845
%%WWWDIR%%/core/install/resources/images/flags/Anguilla.png
846
%%WWWDIR%%/core/install/resources/images/flags/Antigua and Barbuda.png
847
%%WWWDIR%%/core/install/resources/images/flags/Argentina.png
848
%%WWWDIR%%/core/install/resources/images/flags/Armenia.png
849
%%WWWDIR%%/core/install/resources/images/flags/Aruba.png
850
%%WWWDIR%%/core/install/resources/images/flags/Australia.png
851
%%WWWDIR%%/core/install/resources/images/flags/Austria.png
852
%%WWWDIR%%/core/install/resources/images/flags/Azerbaijan.png
853
%%WWWDIR%%/core/install/resources/images/flags/Bahamas.png
854
%%WWWDIR%%/core/install/resources/images/flags/Bahrain.png
855
%%WWWDIR%%/core/install/resources/images/flags/Bangladesh.png
856
%%WWWDIR%%/core/install/resources/images/flags/Barbados.png
857
%%WWWDIR%%/core/install/resources/images/flags/Belarus.png
858
%%WWWDIR%%/core/install/resources/images/flags/Belgium.png
859
%%WWWDIR%%/core/install/resources/images/flags/Belize.png
860
%%WWWDIR%%/core/install/resources/images/flags/Benin.png
861
%%WWWDIR%%/core/install/resources/images/flags/Bermuda.png
862
%%WWWDIR%%/core/install/resources/images/flags/Bhutan.png
863
%%WWWDIR%%/core/install/resources/images/flags/Bolivia, Plurinational State of.png
864
%%WWWDIR%%/core/install/resources/images/flags/Bosnia and Herzegovina.png
865
%%WWWDIR%%/core/install/resources/images/flags/Botswana.png
866
%%WWWDIR%%/core/install/resources/images/flags/Bouvet Island.png
867
%%WWWDIR%%/core/install/resources/images/flags/Brazil.png
868
%%WWWDIR%%/core/install/resources/images/flags/British Indian Ocean Territory.png
869
%%WWWDIR%%/core/install/resources/images/flags/Brunei Darussalam.png
870
%%WWWDIR%%/core/install/resources/images/flags/Bulgaria.png
871
%%WWWDIR%%/core/install/resources/images/flags/Burkina Faso.png
872
%%WWWDIR%%/core/install/resources/images/flags/Burundi.png
873
%%WWWDIR%%/core/install/resources/images/flags/Cabo Verde.png
874
%%WWWDIR%%/core/install/resources/images/flags/Cambodia.png
875
%%WWWDIR%%/core/install/resources/images/flags/Cameroon.png
876
%%WWWDIR%%/core/install/resources/images/flags/Canada.png
877
%%WWWDIR%%/core/install/resources/images/flags/Cayman Islands.png
878
%%WWWDIR%%/core/install/resources/images/flags/Central African Republic.png
879
%%WWWDIR%%/core/install/resources/images/flags/Chad.png
880
%%WWWDIR%%/core/install/resources/images/flags/Chile.png
881
%%WWWDIR%%/core/install/resources/images/flags/China.png
882
%%WWWDIR%%/core/install/resources/images/flags/Christmas Island.png
883
%%WWWDIR%%/core/install/resources/images/flags/Cocos (Keeling) Islands.png
884
%%WWWDIR%%/core/install/resources/images/flags/Colombia.png
885
%%WWWDIR%%/core/install/resources/images/flags/Comoros.png
886
%%WWWDIR%%/core/install/resources/images/flags/Congo, the Democratic Republic of the.png
887
%%WWWDIR%%/core/install/resources/images/flags/Congo.png
888
%%WWWDIR%%/core/install/resources/images/flags/Cook Islands.png
889
%%WWWDIR%%/core/install/resources/images/flags/Costa Rica.png
890
%%WWWDIR%%/core/install/resources/images/flags/Cote d'Ivoire.png
891
%%WWWDIR%%/core/install/resources/images/flags/Croatia.png
892
%%WWWDIR%%/core/install/resources/images/flags/Cuba.png
893
%%WWWDIR%%/core/install/resources/images/flags/Cyprus.png
894
%%WWWDIR%%/core/install/resources/images/flags/Czech Republic.png
895
%%WWWDIR%%/core/install/resources/images/flags/Denmark.png
896
%%WWWDIR%%/core/install/resources/images/flags/Djibouti.png
897
%%WWWDIR%%/core/install/resources/images/flags/Dominica.png
898
%%WWWDIR%%/core/install/resources/images/flags/Dominican Republic.png
899
%%WWWDIR%%/core/install/resources/images/flags/Ecuador.png
900
%%WWWDIR%%/core/install/resources/images/flags/Egypt.png
901
%%WWWDIR%%/core/install/resources/images/flags/El Salvador.png
902
%%WWWDIR%%/core/install/resources/images/flags/Equatorial Guinea.png
903
%%WWWDIR%%/core/install/resources/images/flags/Eritrea.png
904
%%WWWDIR%%/core/install/resources/images/flags/Estonia.png
905
%%WWWDIR%%/core/install/resources/images/flags/Ethiopia.png
906
%%WWWDIR%%/core/install/resources/images/flags/Falkland Islands (Malvinas).png
907
%%WWWDIR%%/core/install/resources/images/flags/Faroe Islands.png
908
%%WWWDIR%%/core/install/resources/images/flags/Fiji.png
909
%%WWWDIR%%/core/install/resources/images/flags/Finland.png
910
%%WWWDIR%%/core/install/resources/images/flags/France.png
911
%%WWWDIR%%/core/install/resources/images/flags/French Guiana.png
912
%%WWWDIR%%/core/install/resources/images/flags/French Polynesia.png
913
%%WWWDIR%%/core/install/resources/images/flags/French Southern Territories.png
914
%%WWWDIR%%/core/install/resources/images/flags/Gabon.png
915
%%WWWDIR%%/core/install/resources/images/flags/Gambia.png
916
%%WWWDIR%%/core/install/resources/images/flags/Georgia.png
917
%%WWWDIR%%/core/install/resources/images/flags/Germany.png
918
%%WWWDIR%%/core/install/resources/images/flags/Ghana.png
919
%%WWWDIR%%/core/install/resources/images/flags/Gibraltar.png
920
%%WWWDIR%%/core/install/resources/images/flags/Greece.png
921
%%WWWDIR%%/core/install/resources/images/flags/Greenland.png
922
%%WWWDIR%%/core/install/resources/images/flags/Grenada.png
923
%%WWWDIR%%/core/install/resources/images/flags/Guadeloupe.png
924
%%WWWDIR%%/core/install/resources/images/flags/Guam.png
925
%%WWWDIR%%/core/install/resources/images/flags/Guatemala.png
926
%%WWWDIR%%/core/install/resources/images/flags/Guinea-Bissau.png
927
%%WWWDIR%%/core/install/resources/images/flags/Guinea.png
928
%%WWWDIR%%/core/install/resources/images/flags/Guyana.png
929
%%WWWDIR%%/core/install/resources/images/flags/Haiti.png
930
%%WWWDIR%%/core/install/resources/images/flags/Heard Island and McDonald Islands.png
931
%%WWWDIR%%/core/install/resources/images/flags/Holy See.png
932
%%WWWDIR%%/core/install/resources/images/flags/Honduras.png
933
%%WWWDIR%%/core/install/resources/images/flags/Hong Kong.png
934
%%WWWDIR%%/core/install/resources/images/flags/Hungary.png
935
%%WWWDIR%%/core/install/resources/images/flags/Iceland.png
936
%%WWWDIR%%/core/install/resources/images/flags/India.png
937
%%WWWDIR%%/core/install/resources/images/flags/Indonesia.png
938
%%WWWDIR%%/core/install/resources/images/flags/Iran, Islamic Republic of.png
939
%%WWWDIR%%/core/install/resources/images/flags/Iraq.png
940
%%WWWDIR%%/core/install/resources/images/flags/Ireland.png
941
%%WWWDIR%%/core/install/resources/images/flags/Israel.png
942
%%WWWDIR%%/core/install/resources/images/flags/Italy.png
943
%%WWWDIR%%/core/install/resources/images/flags/Jamaica.png
944
%%WWWDIR%%/core/install/resources/images/flags/Japan.png
945
%%WWWDIR%%/core/install/resources/images/flags/Jordan.png
946
%%WWWDIR%%/core/install/resources/images/flags/Kazakhstan.png
947
%%WWWDIR%%/core/install/resources/images/flags/Kenya.png
948
%%WWWDIR%%/core/install/resources/images/flags/Kiribati.png
949
%%WWWDIR%%/core/install/resources/images/flags/Korea, Democratic People's Republic of.png
950
%%WWWDIR%%/core/install/resources/images/flags/Korea, Republic of.png
951
%%WWWDIR%%/core/install/resources/images/flags/Kuwait.png
952
%%WWWDIR%%/core/install/resources/images/flags/Kyrgyzstan.png
953
%%WWWDIR%%/core/install/resources/images/flags/Lao People's Democratic Republic.png
954
%%WWWDIR%%/core/install/resources/images/flags/Latvia.png
955
%%WWWDIR%%/core/install/resources/images/flags/Lebanon.png
956
%%WWWDIR%%/core/install/resources/images/flags/Lesotho.png
957
%%WWWDIR%%/core/install/resources/images/flags/Liberia.png
958
%%WWWDIR%%/core/install/resources/images/flags/Libya.png
959
%%WWWDIR%%/core/install/resources/images/flags/Liechtenstein.png
960
%%WWWDIR%%/core/install/resources/images/flags/Lithuania.png
961
%%WWWDIR%%/core/install/resources/images/flags/Luxembourg.png
962
%%WWWDIR%%/core/install/resources/images/flags/Macao.png
963
%%WWWDIR%%/core/install/resources/images/flags/Macedonia, the former Yugoslav Republic of.png
964
%%WWWDIR%%/core/install/resources/images/flags/Madagascar.png
965
%%WWWDIR%%/core/install/resources/images/flags/Malawi.png
966
%%WWWDIR%%/core/install/resources/images/flags/Malaysia.png
967
%%WWWDIR%%/core/install/resources/images/flags/Maldives.png
968
%%WWWDIR%%/core/install/resources/images/flags/Mali.png
969
%%WWWDIR%%/core/install/resources/images/flags/Malta.png
970
%%WWWDIR%%/core/install/resources/images/flags/Marshall Islands.png
971
%%WWWDIR%%/core/install/resources/images/flags/Martinique.png
972
%%WWWDIR%%/core/install/resources/images/flags/Mauritania.png
973
%%WWWDIR%%/core/install/resources/images/flags/Mauritius.png
974
%%WWWDIR%%/core/install/resources/images/flags/Mayotte.png
975
%%WWWDIR%%/core/install/resources/images/flags/Mexico.png
976
%%WWWDIR%%/core/install/resources/images/flags/Micronesia, Federated States of.png
977
%%WWWDIR%%/core/install/resources/images/flags/Moldova, Republic of.png
978
%%WWWDIR%%/core/install/resources/images/flags/Monaco.png
979
%%WWWDIR%%/core/install/resources/images/flags/Mongolia.png
980
%%WWWDIR%%/core/install/resources/images/flags/Montenegro.png
981
%%WWWDIR%%/core/install/resources/images/flags/Montserrat.png
982
%%WWWDIR%%/core/install/resources/images/flags/Morocco.png
983
%%WWWDIR%%/core/install/resources/images/flags/Mozambique.png
984
%%WWWDIR%%/core/install/resources/images/flags/Myanmar.png
985
%%WWWDIR%%/core/install/resources/images/flags/Namibia.png
986
%%WWWDIR%%/core/install/resources/images/flags/Nauru.png
987
%%WWWDIR%%/core/install/resources/images/flags/Nepal.png
988
%%WWWDIR%%/core/install/resources/images/flags/Netherlands.png
989
%%WWWDIR%%/core/install/resources/images/flags/New Caledonia.png
990
%%WWWDIR%%/core/install/resources/images/flags/New Zealand.png
991
%%WWWDIR%%/core/install/resources/images/flags/Nicaragua.png
992
%%WWWDIR%%/core/install/resources/images/flags/Niger.png
993
%%WWWDIR%%/core/install/resources/images/flags/Nigeria.png
994
%%WWWDIR%%/core/install/resources/images/flags/Niue.png
995
%%WWWDIR%%/core/install/resources/images/flags/Norfolk Island.png
996
%%WWWDIR%%/core/install/resources/images/flags/Northern Mariana Islands.png
997
%%WWWDIR%%/core/install/resources/images/flags/Norway.png
998
%%WWWDIR%%/core/install/resources/images/flags/Oman.png
999
%%WWWDIR%%/core/install/resources/images/flags/Pakistan.png
1000
%%WWWDIR%%/core/install/resources/images/flags/Palau.png
1001
%%WWWDIR%%/core/install/resources/images/flags/Palestine, State of.png
1002
%%WWWDIR%%/core/install/resources/images/flags/Panama.png
1003
%%WWWDIR%%/core/install/resources/images/flags/Papua New Guinea.png
1004
%%WWWDIR%%/core/install/resources/images/flags/Paraguay.png
1005
%%WWWDIR%%/core/install/resources/images/flags/Peru.png
1006
%%WWWDIR%%/core/install/resources/images/flags/Philippines.png
1007
%%WWWDIR%%/core/install/resources/images/flags/Pitcairn.png
1008
%%WWWDIR%%/core/install/resources/images/flags/Poland.png
1009
%%WWWDIR%%/core/install/resources/images/flags/Portugal.png
1010
%%WWWDIR%%/core/install/resources/images/flags/Puerto Rico.png
1011
%%WWWDIR%%/core/install/resources/images/flags/Qatar.png
1012
%%WWWDIR%%/core/install/resources/images/flags/Reunion.png
1013
%%WWWDIR%%/core/install/resources/images/flags/Romania.png
1014
%%WWWDIR%%/core/install/resources/images/flags/Rwanda.png
1015
%%WWWDIR%%/core/install/resources/images/flags/Saint Helena, Ascension and Tristan da Cunha.png
1016
%%WWWDIR%%/core/install/resources/images/flags/Saint Kitts and Nevis.png
1017
%%WWWDIR%%/core/install/resources/images/flags/Saint Lucia.png
1018
%%WWWDIR%%/core/install/resources/images/flags/Saint Pierre and Miquelon.png
1019
%%WWWDIR%%/core/install/resources/images/flags/Saint Vincent and the Grenadines.png
1020
%%WWWDIR%%/core/install/resources/images/flags/Samoa.png
1021
%%WWWDIR%%/core/install/resources/images/flags/San Marino.png
1022
%%WWWDIR%%/core/install/resources/images/flags/Sao Tome and Principe.png
1023
%%WWWDIR%%/core/install/resources/images/flags/Saudi Arabia.png
1024
%%WWWDIR%%/core/install/resources/images/flags/Senegal.png
1025
%%WWWDIR%%/core/install/resources/images/flags/Serbia.png
1026
%%WWWDIR%%/core/install/resources/images/flags/Seychelles.png
1027
%%WWWDIR%%/core/install/resources/images/flags/Sierra Leone.png
1028
%%WWWDIR%%/core/install/resources/images/flags/Singapore.png
1029
%%WWWDIR%%/core/install/resources/images/flags/Slovakia.png
1030
%%WWWDIR%%/core/install/resources/images/flags/Slovenia.png
1031
%%WWWDIR%%/core/install/resources/images/flags/Solomon Islands.png
1032
%%WWWDIR%%/core/install/resources/images/flags/Somalia.png
1033
%%WWWDIR%%/core/install/resources/images/flags/South Africa.png
1034
%%WWWDIR%%/core/install/resources/images/flags/South Georgia and the South Sandwich Islands.png
1035
%%WWWDIR%%/core/install/resources/images/flags/Spain.png
1036
%%WWWDIR%%/core/install/resources/images/flags/Sri Lanka.png
1037
%%WWWDIR%%/core/install/resources/images/flags/Sudan.png
1038
%%WWWDIR%%/core/install/resources/images/flags/Suriname.png
1039
%%WWWDIR%%/core/install/resources/images/flags/Svalbard and Jan Mayen.png
1040
%%WWWDIR%%/core/install/resources/images/flags/Swaziland.png
1041
%%WWWDIR%%/core/install/resources/images/flags/Sweden.png
1042
%%WWWDIR%%/core/install/resources/images/flags/Switzerland.png
1043
%%WWWDIR%%/core/install/resources/images/flags/Syrian Arab Republic.png
1044
%%WWWDIR%%/core/install/resources/images/flags/Taiwan, Province of China.png
1045
%%WWWDIR%%/core/install/resources/images/flags/Tajikistan.png
1046
%%WWWDIR%%/core/install/resources/images/flags/Tanzania, United Republic of.png
1047
%%WWWDIR%%/core/install/resources/images/flags/Thailand.png
1048
%%WWWDIR%%/core/install/resources/images/flags/Timor-Leste.png
1049
%%WWWDIR%%/core/install/resources/images/flags/Togo.png
1050
%%WWWDIR%%/core/install/resources/images/flags/Tokelau.png
1051
%%WWWDIR%%/core/install/resources/images/flags/Tonga.png
1052
%%WWWDIR%%/core/install/resources/images/flags/Trinidad and Tobago.png
1053
%%WWWDIR%%/core/install/resources/images/flags/Tunisia.png
1054
%%WWWDIR%%/core/install/resources/images/flags/Turkey.png
1055
%%WWWDIR%%/core/install/resources/images/flags/Turkmenistan.png
1056
%%WWWDIR%%/core/install/resources/images/flags/Turks and Caicos Islands.png
1057
%%WWWDIR%%/core/install/resources/images/flags/Tuvalu.png
1058
%%WWWDIR%%/core/install/resources/images/flags/Uganda.png
1059
%%WWWDIR%%/core/install/resources/images/flags/Ukraine.png
1060
%%WWWDIR%%/core/install/resources/images/flags/United Arab Emirates.png
1061
%%WWWDIR%%/core/install/resources/images/flags/United Kingdom of Great Britain and Northern Ireland.png
1062
%%WWWDIR%%/core/install/resources/images/flags/United States Minor Outlying Islands.png
1063
%%WWWDIR%%/core/install/resources/images/flags/United States of America.png
1064
%%WWWDIR%%/core/install/resources/images/flags/Uruguay.png
1065
%%WWWDIR%%/core/install/resources/images/flags/Uzbekistan.png
1066
%%WWWDIR%%/core/install/resources/images/flags/Vanuatu.png
1067
%%WWWDIR%%/core/install/resources/images/flags/Venezuela, Bolivarian Republic of.png
1068
%%WWWDIR%%/core/install/resources/images/flags/Viet Nam.png
1069
%%WWWDIR%%/core/install/resources/images/flags/Virgin Islands, British.png
1070
%%WWWDIR%%/core/install/resources/images/flags/Virgin Islands, U.S..png
1071
%%WWWDIR%%/core/install/resources/images/flags/Wallis and Futuna.png
1072
%%WWWDIR%%/core/install/resources/images/flags/Western Sahara.png
1073
%%WWWDIR%%/core/install/resources/images/flags/Yemen.png
1074
%%WWWDIR%%/core/install/resources/images/flags/Zambia.png
1075
%%WWWDIR%%/core/install/resources/images/flags/Zimbabwe.png
1076
%%WWWDIR%%/core/install/resources/images/flags/an.png
1077
%%WWWDIR%%/core/install/resources/images/flags/ar-eg.png
1078
%%WWWDIR%%/core/install/resources/images/flags/catalonia.png
1079
%%WWWDIR%%/core/install/resources/images/flags/cs.png
1080
%%WWWDIR%%/core/install/resources/images/flags/de-at.png
1081
%%WWWDIR%%/core/install/resources/images/flags/de-ch.png
1082
%%WWWDIR%%/core/install/resources/images/flags/de-de.png
1083
%%WWWDIR%%/core/install/resources/images/flags/en-us.png
1084
%%WWWDIR%%/core/install/resources/images/flags/england.png
1085
%%WWWDIR%%/core/install/resources/images/flags/es-cl.png
1086
%%WWWDIR%%/core/install/resources/images/flags/es-mx.png
1087
%%WWWDIR%%/core/install/resources/images/flags/europeanunion.png
1088
%%WWWDIR%%/core/install/resources/images/flags/fam.png
1089
%%WWWDIR%%/core/install/resources/images/flags/fr-ca.png
1090
%%WWWDIR%%/core/install/resources/images/flags/fr-fr.png
1091
%%WWWDIR%%/core/install/resources/images/flags/he-il.png
1092
%%WWWDIR%%/core/install/resources/images/flags/it-it.png
1093
%%WWWDIR%%/core/install/resources/images/flags/nl-nl.png
1094
%%WWWDIR%%/core/install/resources/images/flags/pl-pl.png
1095
%%WWWDIR%%/core/install/resources/images/flags/pt-br.png
1096
%%WWWDIR%%/core/install/resources/images/flags/pt-pt.png
1097
%%WWWDIR%%/core/install/resources/images/flags/ro-ro.png
1098
%%WWWDIR%%/core/install/resources/images/flags/ru-ru.png
1099
%%WWWDIR%%/core/install/resources/images/flags/scotland.png
1100
%%WWWDIR%%/core/install/resources/images/flags/sv-se.png
1101
%%WWWDIR%%/core/install/resources/images/flags/uk-ua.png
1102
%%WWWDIR%%/core/install/resources/images/flags/wales.png
1103
%%WWWDIR%%/core/install/resources/page_parts/install_config_database.php
1104
%%WWWDIR%%/core/install/resources/page_parts/install_config_detail.php
1105
%%WWWDIR%%/core/install/resources/page_parts/install_event_socket.php
1106
%%WWWDIR%%/core/install/resources/page_parts/install_select_language.php
1107
%%WWWDIR%%/core/install/root.php
1108
%%WWWDIR%%/core/menu/app_config.php
1109
%%WWWDIR%%/core/menu/app_defaults.php
1110
%%WWWDIR%%/core/menu/app_languages.php
1111
%%WWWDIR%%/core/menu/app_menu.php
1112
%%WWWDIR%%/core/menu/menu.php
1113
%%WWWDIR%%/core/menu/menu_delete.php
1114
%%WWWDIR%%/core/menu/menu_edit.php
1115
%%WWWDIR%%/core/menu/menu_item_delete.php
1116
%%WWWDIR%%/core/menu/menu_item_edit.php
1117
%%WWWDIR%%/core/menu/menu_item_list.php
1118
%%WWWDIR%%/core/menu/menu_item_move_down.php
1119
%%WWWDIR%%/core/menu/menu_item_move_up.php
1120
%%WWWDIR%%/core/menu/menu_restore_default.php
1121
%%WWWDIR%%/core/menu/root.php
1122
%%WWWDIR%%/core/notifications/app_config.php
1123
%%WWWDIR%%/core/notifications/app_defaults.php
1124
%%WWWDIR%%/core/notifications/app_languages.php
1125
%%WWWDIR%%/core/notifications/app_menu.php
1126
%%WWWDIR%%/core/notifications/notification_edit.php
1127
%%WWWDIR%%/core/notifications/root.php
1128
%%WWWDIR%%/core/upgrade/app_config.php
1129
%%WWWDIR%%/core/upgrade/app_defaults.php
1130
%%WWWDIR%%/core/upgrade/app_languages.php
1131
%%WWWDIR%%/core/upgrade/app_menu.php
1132
%%WWWDIR%%/core/upgrade/index.php
1133
%%WWWDIR%%/core/upgrade/root.php
1134
%%WWWDIR%%/core/upgrade/upgrade.php
1135
%%WWWDIR%%/core/upgrade/upgrade_domains.php
1136
%%WWWDIR%%/core/upgrade/upgrade_schema.php
1137
%%WWWDIR%%/core/user_settings/app_config.php
1138
%%WWWDIR%%/core/user_settings/app_defaults.php
1139
%%WWWDIR%%/core/user_settings/app_languages.php
1140
%%WWWDIR%%/core/user_settings/app_menu.php
1141
%%WWWDIR%%/core/user_settings/root.php
1142
%%WWWDIR%%/core/user_settings/user_dashboard.php
1143
%%WWWDIR%%/core/users/app_config.php
1144
%%WWWDIR%%/core/users/app_defaults.php
1145
%%WWWDIR%%/core/users/app_languages.php
1146
%%WWWDIR%%/core/users/app_menu.php
1147
%%WWWDIR%%/core/users/root.php
1148
%%WWWDIR%%/core/users/user_delete.php
1149
%%WWWDIR%%/core/users/user_edit.php
1150
%%WWWDIR%%/core/users/user_setting_delete.php
1151
%%WWWDIR%%/core/users/user_setting_edit.php
1152
%%WWWDIR%%/core/users/user_settings.php
1153
%%WWWDIR%%/core/users/users.php
1154
%%WWWDIR%%/index.php
1155
%%WWWDIR%%/login.php
1156
%%WWWDIR%%/logout.php
1157
%%WWWDIR%%/project_root.php
1158
%%WWWDIR%%/resources/ace/ace.js
1159
%%WWWDIR%%/resources/ace/ext-beautify.js
1160
%%WWWDIR%%/resources/ace/ext-chromevox.js
1161
%%WWWDIR%%/resources/ace/ext-elastic_tabstops_lite.js
1162
%%WWWDIR%%/resources/ace/ext-emmet.js
1163
%%WWWDIR%%/resources/ace/ext-error_marker.js
1164
%%WWWDIR%%/resources/ace/ext-keybinding_menu.js
1165
%%WWWDIR%%/resources/ace/ext-language_tools.js
1166
%%WWWDIR%%/resources/ace/ext-linking.js
1167
%%WWWDIR%%/resources/ace/ext-modelist.js
1168
%%WWWDIR%%/resources/ace/ext-old_ie.js
1169
%%WWWDIR%%/resources/ace/ext-searchbox.js
1170
%%WWWDIR%%/resources/ace/ext-settings_menu.js
1171
%%WWWDIR%%/resources/ace/ext-spellcheck.js
1172
%%WWWDIR%%/resources/ace/ext-split.js
1173
%%WWWDIR%%/resources/ace/ext-static_highlight.js
1174
%%WWWDIR%%/resources/ace/ext-statusbar.js
1175
%%WWWDIR%%/resources/ace/ext-textarea.js
1176
%%WWWDIR%%/resources/ace/ext-themelist.js
1177
%%WWWDIR%%/resources/ace/ext-whitespace.js
1178
%%WWWDIR%%/resources/ace/keybinding-emacs.js
1179
%%WWWDIR%%/resources/ace/keybinding-vim.js
1180
%%WWWDIR%%/resources/ace/mode-abap.js
1181
%%WWWDIR%%/resources/ace/mode-abc.js
1182
%%WWWDIR%%/resources/ace/mode-actionscript.js
1183
%%WWWDIR%%/resources/ace/mode-ada.js
1184
%%WWWDIR%%/resources/ace/mode-apache_conf.js
1185
%%WWWDIR%%/resources/ace/mode-applescript.js
1186
%%WWWDIR%%/resources/ace/mode-asciidoc.js
1187
%%WWWDIR%%/resources/ace/mode-assembly_x86.js
1188
%%WWWDIR%%/resources/ace/mode-autohotkey.js
1189
%%WWWDIR%%/resources/ace/mode-batchfile.js
1190
%%WWWDIR%%/resources/ace/mode-c9search.js
1191
%%WWWDIR%%/resources/ace/mode-c_cpp.js
1192
%%WWWDIR%%/resources/ace/mode-cirru.js
1193
%%WWWDIR%%/resources/ace/mode-clojure.js
1194
%%WWWDIR%%/resources/ace/mode-cobol.js
1195
%%WWWDIR%%/resources/ace/mode-coffee.js
1196
%%WWWDIR%%/resources/ace/mode-coldfusion.js
1197
%%WWWDIR%%/resources/ace/mode-csharp.js
1198
%%WWWDIR%%/resources/ace/mode-css.js
1199
%%WWWDIR%%/resources/ace/mode-curly.js
1200
%%WWWDIR%%/resources/ace/mode-d.js
1201
%%WWWDIR%%/resources/ace/mode-dart.js
1202
%%WWWDIR%%/resources/ace/mode-diff.js
1203
%%WWWDIR%%/resources/ace/mode-django.js
1204
%%WWWDIR%%/resources/ace/mode-dockerfile.js
1205
%%WWWDIR%%/resources/ace/mode-dot.js
1206
%%WWWDIR%%/resources/ace/mode-eiffel.js
1207
%%WWWDIR%%/resources/ace/mode-ejs.js
1208
%%WWWDIR%%/resources/ace/mode-elixir.js
1209
%%WWWDIR%%/resources/ace/mode-elm.js
1210
%%WWWDIR%%/resources/ace/mode-erlang.js
1211
%%WWWDIR%%/resources/ace/mode-forth.js
1212
%%WWWDIR%%/resources/ace/mode-fortran.js
1213
%%WWWDIR%%/resources/ace/mode-ftl.js
1214
%%WWWDIR%%/resources/ace/mode-gcode.js
1215
%%WWWDIR%%/resources/ace/mode-gherkin.js
1216
%%WWWDIR%%/resources/ace/mode-gitignore.js
1217
%%WWWDIR%%/resources/ace/mode-glsl.js
1218
%%WWWDIR%%/resources/ace/mode-gobstones.js
1219
%%WWWDIR%%/resources/ace/mode-golang.js
1220
%%WWWDIR%%/resources/ace/mode-groovy.js
1221
%%WWWDIR%%/resources/ace/mode-haml.js
1222
%%WWWDIR%%/resources/ace/mode-handlebars.js
1223
%%WWWDIR%%/resources/ace/mode-haskell.js
1224
%%WWWDIR%%/resources/ace/mode-haxe.js
1225
%%WWWDIR%%/resources/ace/mode-html.js
1226
%%WWWDIR%%/resources/ace/mode-html_elixir.js
1227
%%WWWDIR%%/resources/ace/mode-html_ruby.js
1228
%%WWWDIR%%/resources/ace/mode-ini.js
1229
%%WWWDIR%%/resources/ace/mode-io.js
1230
%%WWWDIR%%/resources/ace/mode-jack.js
1231
%%WWWDIR%%/resources/ace/mode-jade.js
1232
%%WWWDIR%%/resources/ace/mode-java.js
1233
%%WWWDIR%%/resources/ace/mode-javascript.js
1234
%%WWWDIR%%/resources/ace/mode-json.js
1235
%%WWWDIR%%/resources/ace/mode-jsoniq.js
1236
%%WWWDIR%%/resources/ace/mode-jsp.js
1237
%%WWWDIR%%/resources/ace/mode-jsx.js
1238
%%WWWDIR%%/resources/ace/mode-julia.js
1239
%%WWWDIR%%/resources/ace/mode-latex.js
1240
%%WWWDIR%%/resources/ace/mode-lean.js
1241
%%WWWDIR%%/resources/ace/mode-less.js
1242
%%WWWDIR%%/resources/ace/mode-liquid.js
1243
%%WWWDIR%%/resources/ace/mode-lisp.js
1244
%%WWWDIR%%/resources/ace/mode-live_script.js
1245
%%WWWDIR%%/resources/ace/mode-livescript.js
1246
%%WWWDIR%%/resources/ace/mode-logiql.js
1247
%%WWWDIR%%/resources/ace/mode-lsl.js
1248
%%WWWDIR%%/resources/ace/mode-lua.js
1249
%%WWWDIR%%/resources/ace/mode-luapage.js
1250
%%WWWDIR%%/resources/ace/mode-lucene.js
1251
%%WWWDIR%%/resources/ace/mode-makefile.js
1252
%%WWWDIR%%/resources/ace/mode-markdown.js
1253
%%WWWDIR%%/resources/ace/mode-mask.js
1254
%%WWWDIR%%/resources/ace/mode-matlab.js
1255
%%WWWDIR%%/resources/ace/mode-maze.js
1256
%%WWWDIR%%/resources/ace/mode-mel.js
1257
%%WWWDIR%%/resources/ace/mode-mips_assembler.js
1258
%%WWWDIR%%/resources/ace/mode-mipsassembler.js
1259
%%WWWDIR%%/resources/ace/mode-mushcode.js
1260
%%WWWDIR%%/resources/ace/mode-mysql.js
1261
%%WWWDIR%%/resources/ace/mode-nix.js
1262
%%WWWDIR%%/resources/ace/mode-nsis.js
1263
%%WWWDIR%%/resources/ace/mode-objectivec.js
1264
%%WWWDIR%%/resources/ace/mode-ocaml.js
1265
%%WWWDIR%%/resources/ace/mode-pascal.js
1266
%%WWWDIR%%/resources/ace/mode-perl.js
1267
%%WWWDIR%%/resources/ace/mode-pgsql.js
1268
%%WWWDIR%%/resources/ace/mode-php.js
1269
%%WWWDIR%%/resources/ace/mode-plain_text.js
1270
%%WWWDIR%%/resources/ace/mode-powershell.js
1271
%%WWWDIR%%/resources/ace/mode-praat.js
1272
%%WWWDIR%%/resources/ace/mode-prolog.js
1273
%%WWWDIR%%/resources/ace/mode-properties.js
1274
%%WWWDIR%%/resources/ace/mode-protobuf.js
1275
%%WWWDIR%%/resources/ace/mode-python.js
1276
%%WWWDIR%%/resources/ace/mode-r.js
1277
%%WWWDIR%%/resources/ace/mode-razor.js
1278
%%WWWDIR%%/resources/ace/mode-rdoc.js
1279
%%WWWDIR%%/resources/ace/mode-rhtml.js
1280
%%WWWDIR%%/resources/ace/mode-rst.js
1281
%%WWWDIR%%/resources/ace/mode-ruby.js
1282
%%WWWDIR%%/resources/ace/mode-rust.js
1283
%%WWWDIR%%/resources/ace/mode-sass.js
1284
%%WWWDIR%%/resources/ace/mode-scad.js
1285
%%WWWDIR%%/resources/ace/mode-scala.js
1286
%%WWWDIR%%/resources/ace/mode-scheme.js
1287
%%WWWDIR%%/resources/ace/mode-scss.js
1288
%%WWWDIR%%/resources/ace/mode-sh.js
1289
%%WWWDIR%%/resources/ace/mode-sjs.js
1290
%%WWWDIR%%/resources/ace/mode-smarty.js
1291
%%WWWDIR%%/resources/ace/mode-snippets.js
1292
%%WWWDIR%%/resources/ace/mode-soy_template.js
1293
%%WWWDIR%%/resources/ace/mode-space.js
1294
%%WWWDIR%%/resources/ace/mode-sql.js
1295
%%WWWDIR%%/resources/ace/mode-sqlserver.js
1296
%%WWWDIR%%/resources/ace/mode-stylus.js
1297
%%WWWDIR%%/resources/ace/mode-svg.js
1298
%%WWWDIR%%/resources/ace/mode-swift.js
1299
%%WWWDIR%%/resources/ace/mode-swig.js
1300
%%WWWDIR%%/resources/ace/mode-tcl.js
1301
%%WWWDIR%%/resources/ace/mode-tex.js
1302
%%WWWDIR%%/resources/ace/mode-text.js
1303
%%WWWDIR%%/resources/ace/mode-textile.js
1304
%%WWWDIR%%/resources/ace/mode-toml.js
1305
%%WWWDIR%%/resources/ace/mode-twig.js
1306
%%WWWDIR%%/resources/ace/mode-typescript.js
1307
%%WWWDIR%%/resources/ace/mode-vala.js
1308
%%WWWDIR%%/resources/ace/mode-vbscript.js
1309
%%WWWDIR%%/resources/ace/mode-velocity.js
1310
%%WWWDIR%%/resources/ace/mode-verilog.js
1311
%%WWWDIR%%/resources/ace/mode-vhdl.js
1312
%%WWWDIR%%/resources/ace/mode-wollok.js
1313
%%WWWDIR%%/resources/ace/mode-xml.js
1314
%%WWWDIR%%/resources/ace/mode-xquery.js
1315
%%WWWDIR%%/resources/ace/mode-yaml.js
1316
%%WWWDIR%%/resources/ace/snippets/abap.js
1317
%%WWWDIR%%/resources/ace/snippets/abc.js
1318
%%WWWDIR%%/resources/ace/snippets/actionscript.js
1319
%%WWWDIR%%/resources/ace/snippets/ada.js
1320
%%WWWDIR%%/resources/ace/snippets/apache_conf.js
1321
%%WWWDIR%%/resources/ace/snippets/applescript.js
1322
%%WWWDIR%%/resources/ace/snippets/asciidoc.js
1323
%%WWWDIR%%/resources/ace/snippets/assembly_x86.js
1324
%%WWWDIR%%/resources/ace/snippets/autohotkey.js
1325
%%WWWDIR%%/resources/ace/snippets/batchfile.js
1326
%%WWWDIR%%/resources/ace/snippets/c9search.js
1327
%%WWWDIR%%/resources/ace/snippets/c_cpp.js
1328
%%WWWDIR%%/resources/ace/snippets/cirru.js
1329
%%WWWDIR%%/resources/ace/snippets/clojure.js
1330
%%WWWDIR%%/resources/ace/snippets/cobol.js
1331
%%WWWDIR%%/resources/ace/snippets/coffee.js
1332
%%WWWDIR%%/resources/ace/snippets/coldfusion.js
1333
%%WWWDIR%%/resources/ace/snippets/csharp.js
1334
%%WWWDIR%%/resources/ace/snippets/css.js
1335
%%WWWDIR%%/resources/ace/snippets/curly.js
1336
%%WWWDIR%%/resources/ace/snippets/d.js
1337
%%WWWDIR%%/resources/ace/snippets/dart.js
1338
%%WWWDIR%%/resources/ace/snippets/diff.js
1339
%%WWWDIR%%/resources/ace/snippets/django.js
1340
%%WWWDIR%%/resources/ace/snippets/dockerfile.js
1341
%%WWWDIR%%/resources/ace/snippets/dot.js
1342
%%WWWDIR%%/resources/ace/snippets/eiffel.js
1343
%%WWWDIR%%/resources/ace/snippets/ejs.js
1344
%%WWWDIR%%/resources/ace/snippets/elixir.js
1345
%%WWWDIR%%/resources/ace/snippets/elm.js
1346
%%WWWDIR%%/resources/ace/snippets/erlang.js
1347
%%WWWDIR%%/resources/ace/snippets/forth.js
1348
%%WWWDIR%%/resources/ace/snippets/fortran.js
1349
%%WWWDIR%%/resources/ace/snippets/ftl.js
1350
%%WWWDIR%%/resources/ace/snippets/gcode.js
1351
%%WWWDIR%%/resources/ace/snippets/gherkin.js
1352
%%WWWDIR%%/resources/ace/snippets/gitignore.js
1353
%%WWWDIR%%/resources/ace/snippets/glsl.js
1354
%%WWWDIR%%/resources/ace/snippets/gobstones.js
1355
%%WWWDIR%%/resources/ace/snippets/golang.js
1356
%%WWWDIR%%/resources/ace/snippets/groovy.js
1357
%%WWWDIR%%/resources/ace/snippets/haml.js
1358
%%WWWDIR%%/resources/ace/snippets/handlebars.js
1359
%%WWWDIR%%/resources/ace/snippets/haskell.js
1360
%%WWWDIR%%/resources/ace/snippets/haxe.js
1361
%%WWWDIR%%/resources/ace/snippets/html.js
1362
%%WWWDIR%%/resources/ace/snippets/html_elixir.js
1363
%%WWWDIR%%/resources/ace/snippets/html_ruby.js
1364
%%WWWDIR%%/resources/ace/snippets/ini.js
1365
%%WWWDIR%%/resources/ace/snippets/io.js
1366
%%WWWDIR%%/resources/ace/snippets/jack.js
1367
%%WWWDIR%%/resources/ace/snippets/jade.js
1368
%%WWWDIR%%/resources/ace/snippets/java.js
1369
%%WWWDIR%%/resources/ace/snippets/javascript.js
1370
%%WWWDIR%%/resources/ace/snippets/json.js
1371
%%WWWDIR%%/resources/ace/snippets/jsoniq.js
1372
%%WWWDIR%%/resources/ace/snippets/jsp.js
1373
%%WWWDIR%%/resources/ace/snippets/jsx.js
1374
%%WWWDIR%%/resources/ace/snippets/julia.js
1375
%%WWWDIR%%/resources/ace/snippets/latex.js
1376
%%WWWDIR%%/resources/ace/snippets/lean.js
1377
%%WWWDIR%%/resources/ace/snippets/less.js
1378
%%WWWDIR%%/resources/ace/snippets/liquid.js
1379
%%WWWDIR%%/resources/ace/snippets/lisp.js
1380
%%WWWDIR%%/resources/ace/snippets/live_script.js
1381
%%WWWDIR%%/resources/ace/snippets/livescript.js
1382
%%WWWDIR%%/resources/ace/snippets/logiql.js
1383
%%WWWDIR%%/resources/ace/snippets/lsl.js
1384
%%WWWDIR%%/resources/ace/snippets/lua.js
1385
%%WWWDIR%%/resources/ace/snippets/luapage.js
1386
%%WWWDIR%%/resources/ace/snippets/lucene.js
1387
%%WWWDIR%%/resources/ace/snippets/makefile.js
1388
%%WWWDIR%%/resources/ace/snippets/markdown.js
1389
%%WWWDIR%%/resources/ace/snippets/mask.js
1390
%%WWWDIR%%/resources/ace/snippets/matlab.js
1391
%%WWWDIR%%/resources/ace/snippets/maze.js
1392
%%WWWDIR%%/resources/ace/snippets/mel.js
1393
%%WWWDIR%%/resources/ace/snippets/mips_assembler.js
1394
%%WWWDIR%%/resources/ace/snippets/mipsassembler.js
1395
%%WWWDIR%%/resources/ace/snippets/mushcode.js
1396
%%WWWDIR%%/resources/ace/snippets/mysql.js
1397
%%WWWDIR%%/resources/ace/snippets/nix.js
1398
%%WWWDIR%%/resources/ace/snippets/nsis.js
1399
%%WWWDIR%%/resources/ace/snippets/objectivec.js
1400
%%WWWDIR%%/resources/ace/snippets/ocaml.js
1401
%%WWWDIR%%/resources/ace/snippets/pascal.js
1402
%%WWWDIR%%/resources/ace/snippets/perl.js
1403
%%WWWDIR%%/resources/ace/snippets/pgsql.js
1404
%%WWWDIR%%/resources/ace/snippets/php.js
1405
%%WWWDIR%%/resources/ace/snippets/plain_text.js
1406
%%WWWDIR%%/resources/ace/snippets/powershell.js
1407
%%WWWDIR%%/resources/ace/snippets/praat.js
1408
%%WWWDIR%%/resources/ace/snippets/prolog.js
1409
%%WWWDIR%%/resources/ace/snippets/properties.js
1410
%%WWWDIR%%/resources/ace/snippets/protobuf.js
1411
%%WWWDIR%%/resources/ace/snippets/python.js
1412
%%WWWDIR%%/resources/ace/snippets/r.js
1413
%%WWWDIR%%/resources/ace/snippets/razor.js
1414
%%WWWDIR%%/resources/ace/snippets/rdoc.js
1415
%%WWWDIR%%/resources/ace/snippets/rhtml.js
1416
%%WWWDIR%%/resources/ace/snippets/rst.js
1417
%%WWWDIR%%/resources/ace/snippets/ruby.js
1418
%%WWWDIR%%/resources/ace/snippets/rust.js
1419
%%WWWDIR%%/resources/ace/snippets/sass.js
1420
%%WWWDIR%%/resources/ace/snippets/scad.js
1421
%%WWWDIR%%/resources/ace/snippets/scala.js
1422
%%WWWDIR%%/resources/ace/snippets/scheme.js
1423
%%WWWDIR%%/resources/ace/snippets/scss.js
1424
%%WWWDIR%%/resources/ace/snippets/sh.js
1425
%%WWWDIR%%/resources/ace/snippets/sjs.js
1426
%%WWWDIR%%/resources/ace/snippets/smarty.js
1427
%%WWWDIR%%/resources/ace/snippets/snippets.js
1428
%%WWWDIR%%/resources/ace/snippets/soy_template.js
1429
%%WWWDIR%%/resources/ace/snippets/space.js
1430
%%WWWDIR%%/resources/ace/snippets/sql.js
1431
%%WWWDIR%%/resources/ace/snippets/sqlserver.js
1432
%%WWWDIR%%/resources/ace/snippets/stylus.js
1433
%%WWWDIR%%/resources/ace/snippets/svg.js
1434
%%WWWDIR%%/resources/ace/snippets/swift.js
1435
%%WWWDIR%%/resources/ace/snippets/swig.js
1436
%%WWWDIR%%/resources/ace/snippets/tcl.js
1437
%%WWWDIR%%/resources/ace/snippets/tex.js
1438
%%WWWDIR%%/resources/ace/snippets/text.js
1439
%%WWWDIR%%/resources/ace/snippets/textile.js
1440
%%WWWDIR%%/resources/ace/snippets/toml.js
1441
%%WWWDIR%%/resources/ace/snippets/twig.js
1442
%%WWWDIR%%/resources/ace/snippets/typescript.js
1443
%%WWWDIR%%/resources/ace/snippets/vala.js
1444
%%WWWDIR%%/resources/ace/snippets/vbscript.js
1445
%%WWWDIR%%/resources/ace/snippets/velocity.js
1446
%%WWWDIR%%/resources/ace/snippets/verilog.js
1447
%%WWWDIR%%/resources/ace/snippets/vhdl.js
1448
%%WWWDIR%%/resources/ace/snippets/wollok.js
1449
%%WWWDIR%%/resources/ace/snippets/xml.js
1450
%%WWWDIR%%/resources/ace/snippets/xquery.js
1451
%%WWWDIR%%/resources/ace/snippets/yaml.js
1452
%%WWWDIR%%/resources/ace/theme-ambiance.js
1453
%%WWWDIR%%/resources/ace/theme-chaos.js
1454
%%WWWDIR%%/resources/ace/theme-chrome.js
1455
%%WWWDIR%%/resources/ace/theme-clouds.js
1456
%%WWWDIR%%/resources/ace/theme-clouds_midnight.js
1457
%%WWWDIR%%/resources/ace/theme-cobalt.js
1458
%%WWWDIR%%/resources/ace/theme-crimson_editor.js
1459
%%WWWDIR%%/resources/ace/theme-dawn.js
1460
%%WWWDIR%%/resources/ace/theme-dreamweaver.js
1461
%%WWWDIR%%/resources/ace/theme-eclipse.js
1462
%%WWWDIR%%/resources/ace/theme-github.js
1463
%%WWWDIR%%/resources/ace/theme-idle_fingers.js
1464
%%WWWDIR%%/resources/ace/theme-iplastic.js
1465
%%WWWDIR%%/resources/ace/theme-katzenmilch.js
1466
%%WWWDIR%%/resources/ace/theme-kr_theme.js
1467
%%WWWDIR%%/resources/ace/theme-kuroir.js
1468
%%WWWDIR%%/resources/ace/theme-merbivore.js
1469
%%WWWDIR%%/resources/ace/theme-merbivore_soft.js
1470
%%WWWDIR%%/resources/ace/theme-mono_industrial.js
1471
%%WWWDIR%%/resources/ace/theme-monokai.js
1472
%%WWWDIR%%/resources/ace/theme-pastel_on_dark.js
1473
%%WWWDIR%%/resources/ace/theme-solarized_dark.js
1474
%%WWWDIR%%/resources/ace/theme-solarized_light.js
1475
%%WWWDIR%%/resources/ace/theme-sqlserver.js
1476
%%WWWDIR%%/resources/ace/theme-terminal.js
1477
%%WWWDIR%%/resources/ace/theme-textmate.js
1478
%%WWWDIR%%/resources/ace/theme-tomorrow.js
1479
%%WWWDIR%%/resources/ace/theme-tomorrow_night.js
1480
%%WWWDIR%%/resources/ace/theme-tomorrow_night_blue.js
1481
%%WWWDIR%%/resources/ace/theme-tomorrow_night_bright.js
1482
%%WWWDIR%%/resources/ace/theme-tomorrow_night_eighties.js
1483
%%WWWDIR%%/resources/ace/theme-twilight.js
1484
%%WWWDIR%%/resources/ace/theme-vibrant_ink.js
1485
%%WWWDIR%%/resources/ace/theme-xcode.js
1486
%%WWWDIR%%/resources/ace/worker-coffee.js
1487
%%WWWDIR%%/resources/ace/worker-css.js
1488
%%WWWDIR%%/resources/ace/worker-html.js
1489
%%WWWDIR%%/resources/ace/worker-javascript.js
1490
%%WWWDIR%%/resources/ace/worker-json.js
1491
%%WWWDIR%%/resources/ace/worker-lua.js
1492
%%WWWDIR%%/resources/ace/worker-php.js
1493
%%WWWDIR%%/resources/ace/worker-xml.js
1494
%%WWWDIR%%/resources/ace/worker-xquery.js
1495
%%WWWDIR%%/resources/app_languages.php
1496
%%WWWDIR%%/resources/bootstrap/3.3.6.dist
1497
%%WWWDIR%%/resources/bootstrap/css/bootstrap-colorpicker.css
1498
%%WWWDIR%%/resources/bootstrap/css/bootstrap-colorpicker.min.css
1499
%%WWWDIR%%/resources/bootstrap/css/bootstrap-datetimepicker-standalone.css
1500
%%WWWDIR%%/resources/bootstrap/css/bootstrap-datetimepicker.css
1501
%%WWWDIR%%/resources/bootstrap/css/bootstrap-datetimepicker.min.css
1502
%%WWWDIR%%/resources/bootstrap/css/bootstrap-theme.css
1503
%%WWWDIR%%/resources/bootstrap/css/bootstrap-theme.css.map
1504
%%WWWDIR%%/resources/bootstrap/css/bootstrap-theme.min.css
1505
%%WWWDIR%%/resources/bootstrap/css/bootstrap-theme.min.css.map
1506
%%WWWDIR%%/resources/bootstrap/css/bootstrap.css
1507
%%WWWDIR%%/resources/bootstrap/css/bootstrap.css.map
1508
%%WWWDIR%%/resources/bootstrap/css/bootstrap.min.css
1509
%%WWWDIR%%/resources/bootstrap/css/bootstrap.min.css.map
1510
%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.eot
1511
%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.svg
1512
%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf
1513
%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.woff
1514
%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.woff2
1515
%%WWWDIR%%/resources/bootstrap/glyphicons.json
1516
%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/alpha-horizontal.png
1517
%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/alpha.png
1518
%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/hue-horizontal.png
1519
%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/hue.png
1520
%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/saturation.png
1521
%%WWWDIR%%/resources/bootstrap/js/bootstrap-colorpicker.js
1522
%%WWWDIR%%/resources/bootstrap/js/bootstrap-colorpicker.min.js
1523
%%WWWDIR%%/resources/bootstrap/js/bootstrap-datetimepicker.min.js
1524
%%WWWDIR%%/resources/bootstrap/js/bootstrap-pwstrength.js
1525
%%WWWDIR%%/resources/bootstrap/js/bootstrap-pwstrength.min.js
1526
%%WWWDIR%%/resources/bootstrap/js/bootstrap.js
1527
%%WWWDIR%%/resources/bootstrap/js/bootstrap.min.js
1528
%%WWWDIR%%/resources/bootstrap/js/npm.js
1529
%%WWWDIR%%/resources/calendar_lw_layers.js
1530
%%WWWDIR%%/resources/calendar_lw_menu.js
1531
%%WWWDIR%%/resources/calendar_popcalendar.js
1532
%%WWWDIR%%/resources/captcha/config.php
1533
%%WWWDIR%%/resources/captcha/fonts/ROUGD.TTF
1534
%%WWWDIR%%/resources/captcha/fonts/Zebra.ttf
1535
%%WWWDIR%%/resources/captcha/fonts/hanshand.ttf
1536
%%WWWDIR%%/resources/captcha/img.php
1537
%%WWWDIR%%/resources/captcha/root.php
1538
%%WWWDIR%%/resources/check_auth.php
1539
%%WWWDIR%%/resources/classes/array_order.php
1540
%%WWWDIR%%/resources/classes/cache.php
1541
%%WWWDIR%%/resources/classes/config.php
1542
%%WWWDIR%%/resources/classes/database.php
1543
%%WWWDIR%%/resources/classes/destinations.php
1544
%%WWWDIR%%/resources/classes/directory.php
1545
%%WWWDIR%%/resources/classes/domains.php
1546
%%WWWDIR%%/resources/classes/event/handler/syslog.php
1547
%%WWWDIR%%/resources/classes/event/handler/virtual.php
1548
%%WWWDIR%%/resources/classes/event_socket.php
1549
%%WWWDIR%%/resources/classes/events.php
1550
%%WWWDIR%%/resources/classes/fax.php
1551
%%WWWDIR%%/resources/classes/file.php
1552
%%WWWDIR%%/resources/classes/groups.php
1553
%%WWWDIR%%/resources/classes/logging.php
1554
%%WWWDIR%%/resources/classes/menu.php
1555
%%WWWDIR%%/resources/classes/messages.php
1556
%%WWWDIR%%/resources/classes/orm.php
1557
%%WWWDIR%%/resources/classes/permissions.php
1558
%%WWWDIR%%/resources/classes/ringbacks.php
1559
%%WWWDIR%%/resources/classes/root.php
1560
%%WWWDIR%%/resources/classes/schema.php
1561
%%WWWDIR%%/resources/classes/sounds.php
1562
%%WWWDIR%%/resources/classes/switch_settings.php
1563
%%WWWDIR%%/resources/classes/template.php
1564
%%WWWDIR%%/resources/classes/text.php
1565
%%WWWDIR%%/resources/classes/tones.php
1566
%%WWWDIR%%/resources/classes/users.php
1567
%%WWWDIR%%/resources/classes/vcard.php
1568
%%WWWDIR%%/resources/cmd.php
1569
%%WWWDIR%%/resources/countries.php
1570
%%WWWDIR%%/resources/download.php
1571
%%WWWDIR%%/resources/edit_area/edit_area_full.gz
1572
%%WWWDIR%%/resources/edit_area/edit_area_full.js
1573
%%WWWDIR%%/resources/edit_area/images/autocompletion.gif
1574
%%WWWDIR%%/resources/edit_area/images/close.gif
1575
%%WWWDIR%%/resources/edit_area/images/fullscreen.gif
1576
%%WWWDIR%%/resources/edit_area/images/go_to_line.gif
1577
%%WWWDIR%%/resources/edit_area/images/help.gif
1578
%%WWWDIR%%/resources/edit_area/images/highlight.gif
1579
%%WWWDIR%%/resources/edit_area/images/load.gif
1580
%%WWWDIR%%/resources/edit_area/images/move.gif
1581
%%WWWDIR%%/resources/edit_area/images/newdocument.gif
1582
%%WWWDIR%%/resources/edit_area/images/opacity.png
1583
%%WWWDIR%%/resources/edit_area/images/processing.gif
1584
%%WWWDIR%%/resources/edit_area/images/redo.gif
1585
%%WWWDIR%%/resources/edit_area/images/reset_highlight.gif
1586
%%WWWDIR%%/resources/edit_area/images/save.gif
1587
%%WWWDIR%%/resources/edit_area/images/search.gif
1588
%%WWWDIR%%/resources/edit_area/images/smooth_selection.gif
1589
%%WWWDIR%%/resources/edit_area/images/spacer.gif
1590
%%WWWDIR%%/resources/edit_area/images/statusbar_resize.gif
1591
%%WWWDIR%%/resources/edit_area/images/undo.gif
1592
%%WWWDIR%%/resources/edit_area/images/word_wrap.gif
1593
%%WWWDIR%%/resources/edit_area/langs/bg.js
1594
%%WWWDIR%%/resources/edit_area/langs/cs.js
1595
%%WWWDIR%%/resources/edit_area/langs/de.js
1596
%%WWWDIR%%/resources/edit_area/langs/dk.js
1597
%%WWWDIR%%/resources/edit_area/langs/en.js
1598
%%WWWDIR%%/resources/edit_area/langs/eo.js
1599
%%WWWDIR%%/resources/edit_area/langs/es.js
1600
%%WWWDIR%%/resources/edit_area/langs/fi.js
1601
%%WWWDIR%%/resources/edit_area/langs/fr.js
1602
%%WWWDIR%%/resources/edit_area/langs/hr.js
1603
%%WWWDIR%%/resources/edit_area/langs/it.js
1604
%%WWWDIR%%/resources/edit_area/langs/ja.js
1605
%%WWWDIR%%/resources/edit_area/langs/mk.js
1606
%%WWWDIR%%/resources/edit_area/langs/nl.js
1607
%%WWWDIR%%/resources/edit_area/langs/pl.js
1608
%%WWWDIR%%/resources/edit_area/langs/pt.js
1609
%%WWWDIR%%/resources/edit_area/langs/ru.js
1610
%%WWWDIR%%/resources/edit_area/langs/sk.js
1611
%%WWWDIR%%/resources/edit_area/langs/zh.js
1612
%%WWWDIR%%/resources/edit_area/plugins/charmap/charmap.js
1613
%%WWWDIR%%/resources/edit_area/plugins/charmap/css/charmap.css
1614
%%WWWDIR%%/resources/edit_area/plugins/charmap/images/charmap.gif
1615
%%WWWDIR%%/resources/edit_area/plugins/charmap/jscripts/map.js
1616
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/bg.js
1617
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/cs.js
1618
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/de.js
1619
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/dk.js
1620
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/en.js
1621
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/eo.js
1622
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/es.js
1623
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/fr.js
1624
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/hr.js
1625
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/it.js
1626
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/ja.js
1627
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/mk.js
1628
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/nl.js
1629
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/pl.js
1630
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/pt.js
1631
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/ru.js
1632
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/sk.js
1633
%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/zh.js
1634
%%WWWDIR%%/resources/edit_area/plugins/charmap/popup.html
1635
%%WWWDIR%%/resources/edit_area/plugins/test/css/test.css
1636
%%WWWDIR%%/resources/edit_area/plugins/test/images/Thumbs.db
1637
%%WWWDIR%%/resources/edit_area/plugins/test/images/test.gif
1638
%%WWWDIR%%/resources/edit_area/plugins/test/langs/bg.js
1639
%%WWWDIR%%/resources/edit_area/plugins/test/langs/cs.js
1640
%%WWWDIR%%/resources/edit_area/plugins/test/langs/de.js
1641
%%WWWDIR%%/resources/edit_area/plugins/test/langs/dk.js
1642
%%WWWDIR%%/resources/edit_area/plugins/test/langs/en.js
1643
%%WWWDIR%%/resources/edit_area/plugins/test/langs/eo.js
1644
%%WWWDIR%%/resources/edit_area/plugins/test/langs/es.js
1645
%%WWWDIR%%/resources/edit_area/plugins/test/langs/fr.js
1646
%%WWWDIR%%/resources/edit_area/plugins/test/langs/hr.js
1647
%%WWWDIR%%/resources/edit_area/plugins/test/langs/it.js
1648
%%WWWDIR%%/resources/edit_area/plugins/test/langs/ja.js
1649
%%WWWDIR%%/resources/edit_area/plugins/test/langs/mk.js
1650
%%WWWDIR%%/resources/edit_area/plugins/test/langs/nl.js
1651
%%WWWDIR%%/resources/edit_area/plugins/test/langs/pl.js
1652
%%WWWDIR%%/resources/edit_area/plugins/test/langs/pt.js
1653
%%WWWDIR%%/resources/edit_area/plugins/test/langs/ru.js
1654
%%WWWDIR%%/resources/edit_area/plugins/test/langs/sk.js
1655
%%WWWDIR%%/resources/edit_area/plugins/test/langs/zh.js
1656
%%WWWDIR%%/resources/edit_area/plugins/test/test.js
1657
%%WWWDIR%%/resources/edit_area/plugins/test/test2.js
1658
%%WWWDIR%%/resources/edit_area/reg_syntax/basic.js
1659
%%WWWDIR%%/resources/edit_area/reg_syntax/brainfuck.js
1660
%%WWWDIR%%/resources/edit_area/reg_syntax/c.js
1661
%%WWWDIR%%/resources/edit_area/reg_syntax/coldfusion.js
1662
%%WWWDIR%%/resources/edit_area/reg_syntax/cpp.js
1663
%%WWWDIR%%/resources/edit_area/reg_syntax/css.js
1664
%%WWWDIR%%/resources/edit_area/reg_syntax/html.js
1665
%%WWWDIR%%/resources/edit_area/reg_syntax/java.js
1666
%%WWWDIR%%/resources/edit_area/reg_syntax/js.js
1667
%%WWWDIR%%/resources/edit_area/reg_syntax/pas.js
1668
%%WWWDIR%%/resources/edit_area/reg_syntax/perl.js
1669
%%WWWDIR%%/resources/edit_area/reg_syntax/php.js
1670
%%WWWDIR%%/resources/edit_area/reg_syntax/python.js
1671
%%WWWDIR%%/resources/edit_area/reg_syntax/robotstxt.js
1672
%%WWWDIR%%/resources/edit_area/reg_syntax/ruby.js
1673
%%WWWDIR%%/resources/edit_area/reg_syntax/sql.js
1674
%%WWWDIR%%/resources/edit_area/reg_syntax/tsql.js
1675
%%WWWDIR%%/resources/edit_area/reg_syntax/vb.js
1676
%%WWWDIR%%/resources/edit_area/reg_syntax/xml.js
1677
%%WWWDIR%%/resources/email_address_validator.php
1678
%%WWWDIR%%/resources/fonts/root.php
1679
%%WWWDIR%%/resources/fonts/web_font_loader.php
1680
%%WWWDIR%%/resources/footer.php
1681
%%WWWDIR%%/resources/fpdf/font/courier.php
1682
%%WWWDIR%%/resources/fpdf/font/courierb.php
1683
%%WWWDIR%%/resources/fpdf/font/courierbi.php
1684
%%WWWDIR%%/resources/fpdf/font/courieri.php
1685
%%WWWDIR%%/resources/fpdf/font/helvetica.php
1686
%%WWWDIR%%/resources/fpdf/font/helveticab.php
1687
%%WWWDIR%%/resources/fpdf/font/helveticabi.php
1688
%%WWWDIR%%/resources/fpdf/font/helveticai.php
1689
%%WWWDIR%%/resources/fpdf/font/symbol.php
1690
%%WWWDIR%%/resources/fpdf/font/times.php
1691
%%WWWDIR%%/resources/fpdf/font/timesb.php
1692
%%WWWDIR%%/resources/fpdf/font/timesbi.php
1693
%%WWWDIR%%/resources/fpdf/font/timesi.php
1694
%%WWWDIR%%/resources/fpdf/font/zapfdingbats.php
1695
%%WWWDIR%%/resources/fpdf/fpdf.php
1696
%%WWWDIR%%/resources/fpdi/filters/FilterASCII85.php
1697
%%WWWDIR%%/resources/fpdi/filters/FilterASCIIHexDecode.php
1698
%%WWWDIR%%/resources/fpdi/filters/FilterLZW.php
1699
%%WWWDIR%%/resources/fpdi/fpdf_tpl.php
1700
%%WWWDIR%%/resources/fpdi/fpdi.php
1701
%%WWWDIR%%/resources/fpdi/fpdi_bridge.php
1702
%%WWWDIR%%/resources/fpdi/fpdi_pdf_parser.php
1703
%%WWWDIR%%/resources/fpdi/pdf_context.php
1704
%%WWWDIR%%/resources/fpdi/pdf_parser.php
1705
%%WWWDIR%%/resources/functions.php
1706
%%WWWDIR%%/resources/functions/password.php
1707
%%WWWDIR%%/resources/header.php
1708
%%WWWDIR%%/resources/install/scripts/app.lua
1709
%%WWWDIR%%/resources/install/scripts/app/agent_status/index.lua
1710
%%WWWDIR%%/resources/install/scripts/app/avmd/index.lua
1711
%%WWWDIR%%/resources/install/scripts/app/call_block/index.lua
1712
%%WWWDIR%%/resources/install/scripts/app/conference_center/index.lua
1713
%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/scripts/mute.lua
1714
%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/scripts/start_recording.lua
1715
%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/scripts/unmute.lua
1716
%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/templates/en/us/email_body.tpl
1717
%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/templates/en/us/email_subject.tpl
1718
%%WWWDIR%%/resources/install/scripts/app/dialplan/index.lua
1719
%%WWWDIR%%/resources/install/scripts/app/dialplan/resources/after/010_user_record.lua.noload
1720
%%WWWDIR%%/resources/install/scripts/app/dialplan/resources/before/010_user_exists.lua.noload
1721
%%WWWDIR%%/resources/install/scripts/app/dialplan/resources/inbound/010_get_domain.lua.noload
1722
%%WWWDIR%%/resources/install/scripts/app/emergency_notify/index.lua
1723
%%WWWDIR%%/resources/install/scripts/app/emergency_notify/resources/templates/en/us/email_body.tpl
1724
%%WWWDIR%%/resources/install/scripts/app/emergency_notify/resources/templates/en/us/email_subject.tpl
1725
%%WWWDIR%%/resources/install/scripts/app/event_notify/index.lua
1726
%%WWWDIR%%/resources/install/scripts/app/failure_handler/index.lua
1727
%%WWWDIR%%/resources/install/scripts/app/fax/app_languages.lua
1728
%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/fax_queue_monitor.lua
1729
%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/fax_queue_poll_once.lua
1730
%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/hangup_rx.lua
1731
%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/queue/exec.lua
1732
%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/queue/next.lua
1733
%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/queue/retry.lua
1734
%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/queue/tasks.lua
1735
%%WWWDIR%%/resources/install/scripts/app/fax/resources/templates/en/us/outbound/fail/body.tpl
1736
%%WWWDIR%%/resources/install/scripts/app/fax/resources/templates/en/us/outbound/fail/subject.tpl
1737
%%WWWDIR%%/resources/install/scripts/app/fax/resources/templates/en/us/outbound/success/body.tpl
1738
%%WWWDIR%%/resources/install/scripts/app/fax/resources/templates/en/us/outbound/success/subject.tpl
1739
%%WWWDIR%%/resources/install/scripts/app/feature_event/index.lua
1740
%%WWWDIR%%/resources/install/scripts/app/feature_event/resources/functions/feature_event_notify.lua
1741
%%WWWDIR%%/resources/install/scripts/app/hangup/index.lua
1742
%%WWWDIR%%/resources/install/scripts/app/is_local/index.lua
1743
%%WWWDIR%%/resources/install/scripts/app/missed_calls/resources/templates/en/us/email_body.tpl
1744
%%WWWDIR%%/resources/install/scripts/app/missed_calls/resources/templates/en/us/email_subject.tpl
1745
%%WWWDIR%%/resources/install/scripts/app/provision/index.lua
1746
%%WWWDIR%%/resources/install/scripts/app/ring_groups/index.lua
1747
%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/call_forward.lua
1748
%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/confirm.lua
1749
%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/destination.lua
1750
%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/monitor.lua
1751
%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/ring_member.lua
1752
%%WWWDIR%%/resources/install/scripts/app/servers/resources/clear_cache.lua
1753
%%WWWDIR%%/resources/install/scripts/app/servers/resources/file_cache.lua
1754
%%WWWDIR%%/resources/install/scripts/app/servers/resources/memcache.lua
1755
%%WWWDIR%%/resources/install/scripts/app/speed_dial/index.lua
1756
%%WWWDIR%%/resources/install/scripts/app/toll_allow/index.lua
1757
%%WWWDIR%%/resources/install/scripts/app/voicemail/app_languages.lua
1758
%%WWWDIR%%/resources/install/scripts/app/voicemail/index.lua
1759
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/advanced.lua
1760
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/change_password.lua
1761
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/check_password.lua
1762
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/choose_greeting.lua
1763
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/delete_recording.lua
1764
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/forward_add_intro.lua
1765
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/forward_to_extension.lua
1766
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/get_voicemail_id.lua
1767
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/listen_to_recording.lua
1768
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/macro.lua
1769
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/main_menu.lua
1770
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/menu_messages.lua
1771
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/message_count.lua
1772
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/message_saved.lua
1773
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/message_waiting.lua
1774
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/mwi_notify.lua
1775
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/on_dtmf.lua
1776
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/play_greeting.lua
1777
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/record_greeting.lua
1778
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/record_menu.lua
1779
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/record_message.lua
1780
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/record_name.lua
1781
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/return_call.lua
1782
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/send_email.lua
1783
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/send_sms.lua
1784
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/tutorial.lua
1785
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/scripts/mwi.lua
1786
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/scripts/mwi_subscribe.lua
1787
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/de/at/email_body.tpl
1788
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/de/at/email_subject.tpl
1789
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/de/de/email_body.tpl
1790
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/de/de/email_subject.tpl
1791
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/gb/email_body.tpl
1792
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/gb/email_subject.tpl
1793
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/us/email_body.tpl
1794
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/us/email_body_transcription.tpl
1795
%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/us/email_subject.tpl
1796
%%WWWDIR%%/resources/install/scripts/app/xml_handler/index.lua
1797
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua
1798
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/callcenter.conf.lua
1799
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/conference.conf.lua
1800
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/ivr.conf.lua
1801
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/local_stream.conf.lua
1802
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua
1803
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/translate.conf.lua
1804
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua
1805
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/acl.lua
1806
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/directory.lua
1807
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/domains.lua
1808
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/group_call.lua
1809
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/message-count.lua
1810
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/reverse-auth-lookup.lua
1811
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua
1812
%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/languages/languages.lua
1813
%%WWWDIR%%/resources/install/scripts/blf_subscribe.lua
1814
%%WWWDIR%%/resources/install/scripts/call_flow.lua
1815
%%WWWDIR%%/resources/install/scripts/call_flow_monitor.lua
1816
%%WWWDIR%%/resources/install/scripts/call_flow_subscribe.lua
1817
%%WWWDIR%%/resources/install/scripts/call_forward.lua
1818
%%WWWDIR%%/resources/install/scripts/cidlookup.lua
1819
%%WWWDIR%%/resources/install/scripts/confirm.lua
1820
%%WWWDIR%%/resources/install/scripts/destination_caller_id.lua
1821
%%WWWDIR%%/resources/install/scripts/dial_string.lua
1822
%%WWWDIR%%/resources/install/scripts/directory.lua
1823
%%WWWDIR%%/resources/install/scripts/disa.callback.loopback.lua
1824
%%WWWDIR%%/resources/install/scripts/disa.callback.lua
1825
%%WWWDIR%%/resources/install/scripts/disa.lua
1826
%%WWWDIR%%/resources/install/scripts/disa.plus.lua
1827
%%WWWDIR%%/resources/install/scripts/do_not_disturb.lua
1828
%%WWWDIR%%/resources/install/scripts/eavesdrop.lua
1829
%%WWWDIR%%/resources/install/scripts/email.lua
1830
%%WWWDIR%%/resources/install/scripts/extension_queue.lua
1831
%%WWWDIR%%/resources/install/scripts/fax_retry.lua
1832
%%WWWDIR%%/resources/install/scripts/fifo_member.lua
1833
%%WWWDIR%%/resources/install/scripts/follow_me.lua
1834
%%WWWDIR%%/resources/install/scripts/ha_monitor.lua
1835
%%WWWDIR%%/resources/install/scripts/intercept.lua
1836
%%WWWDIR%%/resources/install/scripts/intercept_group.lua
1837
%%WWWDIR%%/resources/install/scripts/ivr_menu.lua
1838
%%WWWDIR%%/resources/install/scripts/mkdir.lua
1839
%%WWWDIR%%/resources/install/scripts/monitor.lua
1840
%%WWWDIR%%/resources/install/scripts/page.lua
1841
%%WWWDIR%%/resources/install/scripts/park.lua
1842
%%WWWDIR%%/resources/install/scripts/park_monitor.lua
1843
%%WWWDIR%%/resources/install/scripts/pin_number.lua
1844
%%WWWDIR%%/resources/install/scripts/recordings.lua
1845
%%WWWDIR%%/resources/install/scripts/resources/functions/api.lua
1846
%%WWWDIR%%/resources/install/scripts/resources/functions/base64.lua
1847
%%WWWDIR%%/resources/install/scripts/resources/functions/base64_alex.lua
1848
%%WWWDIR%%/resources/install/scripts/resources/functions/basename.lua
1849
%%WWWDIR%%/resources/install/scripts/resources/functions/basic_event_service.lua
1850
%%WWWDIR%%/resources/install/scripts/resources/functions/blf.lua
1851
%%WWWDIR%%/resources/install/scripts/resources/functions/cache.lua
1852
%%WWWDIR%%/resources/install/scripts/resources/functions/channel_utils.lua
1853
%%WWWDIR%%/resources/install/scripts/resources/functions/config.lua
1854
%%WWWDIR%%/resources/install/scripts/resources/functions/copy.lua
1855
%%WWWDIR%%/resources/install/scripts/resources/functions/count.lua
1856
%%WWWDIR%%/resources/install/scripts/resources/functions/database.lua
1857
%%WWWDIR%%/resources/install/scripts/resources/functions/database/luasql.lua
1858
%%WWWDIR%%/resources/install/scripts/resources/functions/database/native.lua
1859
%%WWWDIR%%/resources/install/scripts/resources/functions/database/odbc.lua
1860
%%WWWDIR%%/resources/install/scripts/resources/functions/database/odbcpool.lua
1861
%%WWWDIR%%/resources/install/scripts/resources/functions/database_handle.lua
1862
%%WWWDIR%%/resources/install/scripts/resources/functions/esl.lua
1863
%%WWWDIR%%/resources/install/scripts/resources/functions/event_consumer.lua
1864
%%WWWDIR%%/resources/install/scripts/resources/functions/explode.lua
1865
%%WWWDIR%%/resources/install/scripts/resources/functions/file.lua
1866
%%WWWDIR%%/resources/install/scripts/resources/functions/file_exists.lua
1867
%%WWWDIR%%/resources/install/scripts/resources/functions/find_file.lua
1868
%%WWWDIR%%/resources/install/scripts/resources/functions/format_ringback.lua
1869
%%WWWDIR%%/resources/install/scripts/resources/functions/format_seconds.lua
1870
%%WWWDIR%%/resources/install/scripts/resources/functions/interval_timer.lua
1871
%%WWWDIR%%/resources/install/scripts/resources/functions/is_absolute_path.lua
1872
%%WWWDIR%%/resources/install/scripts/resources/functions/is_uuid.lua
1873
%%WWWDIR%%/resources/install/scripts/resources/functions/lazy_settings.lua
1874
%%WWWDIR%%/resources/install/scripts/resources/functions/log.lua
1875
%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson.lua
1876
%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/_str_lib.lua
1877
%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/_str_lib_lua53.lua
1878
%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/decoder.lua
1879
%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/encoder.lua
1880
%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/sax.lua
1881
%%WWWDIR%%/resources/install/scripts/resources/functions/mkdir.lua
1882
%%WWWDIR%%/resources/install/scripts/resources/functions/play_file.lua
1883
%%WWWDIR%%/resources/install/scripts/resources/functions/presence_in.lua
1884
%%WWWDIR%%/resources/install/scripts/resources/functions/route_to_bridge.lua
1885
%%WWWDIR%%/resources/install/scripts/resources/functions/send_mail.lua
1886
%%WWWDIR%%/resources/install/scripts/resources/functions/settings.lua
1887
%%WWWDIR%%/resources/install/scripts/resources/functions/sleep.lua
1888
%%WWWDIR%%/resources/install/scripts/resources/functions/split.lua
1889
%%WWWDIR%%/resources/install/scripts/resources/functions/text.lua
1890
%%WWWDIR%%/resources/install/scripts/resources/functions/trim.lua
1891
%%WWWDIR%%/resources/install/scripts/resources/startup/odbc_pool.lua
1892
%%WWWDIR%%/resources/install/scripts/resources/tests/self_test.lua
1893
%%WWWDIR%%/resources/install/scripts/roku.lua
1894
%%WWWDIR%%/resources/install/scripts/service
1895
%%WWWDIR%%/resources/install/scripts/streamfile.lua
1896
%%WWWDIR%%/resources/install/scripts/transfer2.lua
1897
%%WWWDIR%%/resources/install/scripts/wakeup.lua
1898
%%WWWDIR%%/resources/install/sql/mysql.sql
1899
%%WWWDIR%%/resources/install/sql/pgsql.sql
1900
%%WWWDIR%%/resources/install/sql/sqlite.sql
1901
%%WWWDIR%%/resources/install/sql/switch.sql
1902
%%WWWDIR%%/resources/javascript/reset_file_input.js
1903
%%WWWDIR%%/resources/jquery/flot/excanvas.min.js
1904
%%WWWDIR%%/resources/jquery/flot/jquery.flot.js
1905
%%WWWDIR%%/resources/jquery/flot/jquery.flot.time.js
1906
%%WWWDIR%%/resources/jquery/flot/jquery.min.js
1907
%%WWWDIR%%/resources/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
1908
%%WWWDIR%%/resources/jquery/images/ui-bg_flat_75_ffffff_40x100.png
1909
%%WWWDIR%%/resources/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
1910
%%WWWDIR%%/resources/jquery/images/ui-bg_glass_65_ffffff_1x400.png
1911
%%WWWDIR%%/resources/jquery/images/ui-bg_glass_75_dadada_1x400.png
1912
%%WWWDIR%%/resources/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
1913
%%WWWDIR%%/resources/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
1914
%%WWWDIR%%/resources/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
1915
%%WWWDIR%%/resources/jquery/images/ui-icons_222222_256x240.png
1916
%%WWWDIR%%/resources/jquery/images/ui-icons_2e83ff_256x240.png
1917
%%WWWDIR%%/resources/jquery/images/ui-icons_454545_256x240.png
1918
%%WWWDIR%%/resources/jquery/images/ui-icons_888888_256x240.png
1919
%%WWWDIR%%/resources/jquery/images/ui-icons_cd0a0a_256x240.png
1920
%%WWWDIR%%/resources/jquery/jquery-1.11.1.js
1921
%%WWWDIR%%/resources/jquery/jquery-1.8.3.js
1922
%%WWWDIR%%/resources/jquery/jquery-ui-1.9.2.min.js
1923
%%WWWDIR%%/resources/jquery/jquery-ui.css
1924
%%WWWDIR%%/resources/jquery/jquery.autosize.input.js
1925
%%WWWDIR%%/resources/jquery/jquery.qrcode-0.8.0.min.js
1926
%%WWWDIR%%/resources/licenses.php
1927
%%WWWDIR%%/resources/login.php
1928
%%WWWDIR%%/resources/momentjs/locale/af.js
1929
%%WWWDIR%%/resources/momentjs/locale/ar-ma.js
1930
%%WWWDIR%%/resources/momentjs/locale/ar-sa.js
1931
%%WWWDIR%%/resources/momentjs/locale/ar-tn.js
1932
%%WWWDIR%%/resources/momentjs/locale/ar.js
1933
%%WWWDIR%%/resources/momentjs/locale/az.js
1934
%%WWWDIR%%/resources/momentjs/locale/be.js
1935
%%WWWDIR%%/resources/momentjs/locale/bg.js
1936
%%WWWDIR%%/resources/momentjs/locale/bn.js
1937
%%WWWDIR%%/resources/momentjs/locale/bo.js
1938
%%WWWDIR%%/resources/momentjs/locale/br.js
1939
%%WWWDIR%%/resources/momentjs/locale/bs.js
1940
%%WWWDIR%%/resources/momentjs/locale/ca.js
1941
%%WWWDIR%%/resources/momentjs/locale/cs.js
1942
%%WWWDIR%%/resources/momentjs/locale/cv.js
1943
%%WWWDIR%%/resources/momentjs/locale/cy.js
1944
%%WWWDIR%%/resources/momentjs/locale/da.js
1945
%%WWWDIR%%/resources/momentjs/locale/de-at.js
1946
%%WWWDIR%%/resources/momentjs/locale/de.js
1947
%%WWWDIR%%/resources/momentjs/locale/dv.js
1948
%%WWWDIR%%/resources/momentjs/locale/el.js
1949
%%WWWDIR%%/resources/momentjs/locale/en-au.js
1950
%%WWWDIR%%/resources/momentjs/locale/en-ca.js
1951
%%WWWDIR%%/resources/momentjs/locale/en-gb.js
1952
%%WWWDIR%%/resources/momentjs/locale/en-ie.js
1953
%%WWWDIR%%/resources/momentjs/locale/en-nz.js
1954
%%WWWDIR%%/resources/momentjs/locale/eo.js
1955
%%WWWDIR%%/resources/momentjs/locale/es.js
1956
%%WWWDIR%%/resources/momentjs/locale/et.js
1957
%%WWWDIR%%/resources/momentjs/locale/eu.js
1958
%%WWWDIR%%/resources/momentjs/locale/fa.js
1959
%%WWWDIR%%/resources/momentjs/locale/fi.js
1960
%%WWWDIR%%/resources/momentjs/locale/fo.js
1961
%%WWWDIR%%/resources/momentjs/locale/fr-ca.js
1962
%%WWWDIR%%/resources/momentjs/locale/fr-ch.js
1963
%%WWWDIR%%/resources/momentjs/locale/fr.js
1964
%%WWWDIR%%/resources/momentjs/locale/fy.js
1965
%%WWWDIR%%/resources/momentjs/locale/gd.js
1966
%%WWWDIR%%/resources/momentjs/locale/gl.js
1967
%%WWWDIR%%/resources/momentjs/locale/he.js
1968
%%WWWDIR%%/resources/momentjs/locale/hi.js
1969
%%WWWDIR%%/resources/momentjs/locale/hr.js
1970
%%WWWDIR%%/resources/momentjs/locale/hu.js
1971
%%WWWDIR%%/resources/momentjs/locale/hy-am.js
1972
%%WWWDIR%%/resources/momentjs/locale/id.js
1973
%%WWWDIR%%/resources/momentjs/locale/is.js
1974
%%WWWDIR%%/resources/momentjs/locale/it.js
1975
%%WWWDIR%%/resources/momentjs/locale/ja.js
1976
%%WWWDIR%%/resources/momentjs/locale/jv.js
1977
%%WWWDIR%%/resources/momentjs/locale/ka.js
1978
%%WWWDIR%%/resources/momentjs/locale/kk.js
1979
%%WWWDIR%%/resources/momentjs/locale/km.js
1980
%%WWWDIR%%/resources/momentjs/locale/ko.js
1981
%%WWWDIR%%/resources/momentjs/locale/lb.js
1982
%%WWWDIR%%/resources/momentjs/locale/lo.js
1983
%%WWWDIR%%/resources/momentjs/locale/lt.js
1984
%%WWWDIR%%/resources/momentjs/locale/lv.js
1985
%%WWWDIR%%/resources/momentjs/locale/me.js
1986
%%WWWDIR%%/resources/momentjs/locale/mk.js
1987
%%WWWDIR%%/resources/momentjs/locale/ml.js
1988
%%WWWDIR%%/resources/momentjs/locale/mr.js
1989
%%WWWDIR%%/resources/momentjs/locale/ms-my.js
1990
%%WWWDIR%%/resources/momentjs/locale/ms.js
1991
%%WWWDIR%%/resources/momentjs/locale/my.js
1992
%%WWWDIR%%/resources/momentjs/locale/nb.js
1993
%%WWWDIR%%/resources/momentjs/locale/ne.js
1994
%%WWWDIR%%/resources/momentjs/locale/nl.js
1995
%%WWWDIR%%/resources/momentjs/locale/nn.js
1996
%%WWWDIR%%/resources/momentjs/locale/pa-in.js
1997
%%WWWDIR%%/resources/momentjs/locale/pl.js
1998
%%WWWDIR%%/resources/momentjs/locale/pt-br.js
1999
%%WWWDIR%%/resources/momentjs/locale/pt.js
2000
%%WWWDIR%%/resources/momentjs/locale/ro.js
2001
%%WWWDIR%%/resources/momentjs/locale/ru.js
2002
%%WWWDIR%%/resources/momentjs/locale/se.js
2003
%%WWWDIR%%/resources/momentjs/locale/si.js
2004
%%WWWDIR%%/resources/momentjs/locale/sk.js
2005
%%WWWDIR%%/resources/momentjs/locale/sl.js
2006
%%WWWDIR%%/resources/momentjs/locale/sq.js
2007
%%WWWDIR%%/resources/momentjs/locale/sr-cyrl.js
2008
%%WWWDIR%%/resources/momentjs/locale/sr.js
2009
%%WWWDIR%%/resources/momentjs/locale/sv.js
2010
%%WWWDIR%%/resources/momentjs/locale/sw.js
2011
%%WWWDIR%%/resources/momentjs/locale/ta.js
2012
%%WWWDIR%%/resources/momentjs/locale/te.js
2013
%%WWWDIR%%/resources/momentjs/locale/th.js
2014
%%WWWDIR%%/resources/momentjs/locale/tl-ph.js
2015
%%WWWDIR%%/resources/momentjs/locale/tlh.js
2016
%%WWWDIR%%/resources/momentjs/locale/tr.js
2017
%%WWWDIR%%/resources/momentjs/locale/tzl.js
2018
%%WWWDIR%%/resources/momentjs/locale/tzm-latn.js
2019
%%WWWDIR%%/resources/momentjs/locale/tzm.js
2020
%%WWWDIR%%/resources/momentjs/locale/uk.js
2021
%%WWWDIR%%/resources/momentjs/locale/uz.js
2022
%%WWWDIR%%/resources/momentjs/locale/vi.js
2023
%%WWWDIR%%/resources/momentjs/locale/zh-cn.js
2024
%%WWWDIR%%/resources/momentjs/locale/zh-tw.js
2025
%%WWWDIR%%/resources/momentjs/moment.js
2026
%%WWWDIR%%/resources/momentjs/moment.min.js
2027
%%WWWDIR%%/resources/paging.php
2028
%%WWWDIR%%/resources/pdo.php
2029
%%WWWDIR%%/resources/pdo_vm.php
2030
%%WWWDIR%%/resources/persist_form.php
2031
%%WWWDIR%%/resources/persist_form_var.php
2032
%%WWWDIR%%/resources/php.php
2033
%%WWWDIR%%/resources/phpmailer/LICENSE
2034
%%WWWDIR%%/resources/phpmailer/changelog.txt
2035
%%WWWDIR%%/resources/phpmailer/class.phpmailer.php
2036
%%WWWDIR%%/resources/phpmailer/class.pop3.php
2037
%%WWWDIR%%/resources/phpmailer/class.smtp.php
2038
%%WWWDIR%%/resources/phpmailer/docs.ini
2039
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ar.php
2040
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-br.php
2041
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ca.php
2042
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ch.php
2043
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-cz.php
2044
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-de.php
2045
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-dk.php
2046
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-es.php
2047
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-et.php
2048
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-fi.php
2049
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-fo.php
2050
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-fr.php
2051
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-hu.php
2052
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-it.php
2053
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ja.php
2054
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-nl.php
2055
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-no.php
2056
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-pl.php
2057
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ro.php
2058
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ru.php
2059
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-se.php
2060
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-sk.php
2061
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-tr.php
2062
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-zh.php
2063
%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-zh_cn.php
2064
%%WWWDIR%%/resources/pop3/mime_parser.php
2065
%%WWWDIR%%/resources/pop3/parse_message.php
2066
%%WWWDIR%%/resources/pop3/pop3.php
2067
%%WWWDIR%%/resources/pop3/rfc822_addresses.php
2068
%%WWWDIR%%/resources/recaptchalib.php
2069
%%WWWDIR%%/resources/require.php
2070
%%WWWDIR%%/resources/root.php
2071
%%WWWDIR%%/resources/secure_download.php
2072
%%WWWDIR%%/resources/switch.php
2073
%%WWWDIR%%/resources/tcpdf/CHANGELOG.TXT
2074
%%WWWDIR%%/resources/tcpdf/LICENSE.TXT
2075
%%WWWDIR%%/resources/tcpdf/README.TXT
2076
%%WWWDIR%%/resources/tcpdf/composer.json
2077
%%WWWDIR%%/resources/tcpdf/config/tcpdf_config.php
2078
%%WWWDIR%%/resources/tcpdf/fonts/courier.php
2079
%%WWWDIR%%/resources/tcpdf/fonts/courierb.php
2080
%%WWWDIR%%/resources/tcpdf/fonts/courierbi.php
2081
%%WWWDIR%%/resources/tcpdf/fonts/courieri.php
2082
%%WWWDIR%%/resources/tcpdf/fonts/helvetica.php
2083
%%WWWDIR%%/resources/tcpdf/fonts/helveticab.php
2084
%%WWWDIR%%/resources/tcpdf/fonts/helveticabi.php
2085
%%WWWDIR%%/resources/tcpdf/fonts/helveticai.php
2086
%%WWWDIR%%/resources/tcpdf/fonts/symbol.php
2087
%%WWWDIR%%/resources/tcpdf/fonts/times.php
2088
%%WWWDIR%%/resources/tcpdf/fonts/timesb.php
2089
%%WWWDIR%%/resources/tcpdf/fonts/timesbi.php
2090
%%WWWDIR%%/resources/tcpdf/fonts/timesi.php
2091
%%WWWDIR%%/resources/tcpdf/fonts/zapfdingbats.php
2092
%%WWWDIR%%/resources/tcpdf/include/barcodes/datamatrix.php
2093
%%WWWDIR%%/resources/tcpdf/include/barcodes/pdf417.php
2094
%%WWWDIR%%/resources/tcpdf/include/barcodes/qrcode.php
2095
%%WWWDIR%%/resources/tcpdf/include/sRGB.icc
2096
%%WWWDIR%%/resources/tcpdf/include/tcpdf_colors.php
2097
%%WWWDIR%%/resources/tcpdf/include/tcpdf_filters.php
2098
%%WWWDIR%%/resources/tcpdf/include/tcpdf_font_data.php
2099
%%WWWDIR%%/resources/tcpdf/include/tcpdf_fonts.php
2100
%%WWWDIR%%/resources/tcpdf/include/tcpdf_images.php
2101
%%WWWDIR%%/resources/tcpdf/include/tcpdf_static.php
2102
%%WWWDIR%%/resources/tcpdf/tcpdf.php
2103
%%WWWDIR%%/resources/tcpdf/tcpdf_autoconfig.php
2104
%%WWWDIR%%/resources/tcpdf/tcpdf_barcodes_1d.php
2105
%%WWWDIR%%/resources/tcpdf/tcpdf_barcodes_2d.php
2106
%%WWWDIR%%/resources/tcpdf/tcpdf_import.php
2107
%%WWWDIR%%/resources/tcpdf/tcpdf_parser.php
2108
%%WWWDIR%%/resources/tcpdf/tools/.htaccess
2109
%%WWWDIR%%/resources/tcpdf/tools/convert_fonts_examples.txt
2110
%%WWWDIR%%/resources/tcpdf/tools/tcpdf_addfont.php
2111
%%WWWDIR%%/resources/templates/conf/autoload_configs/.htaccess
2112
%%WWWDIR%%/resources/templates/conf/autoload_configs/abstraction.conf.xml
2113
%%WWWDIR%%/resources/templates/conf/autoload_configs/alsa.conf.xml
2114
%%WWWDIR%%/resources/templates/conf/autoload_configs/blacklist.conf.xml
2115
%%WWWDIR%%/resources/templates/conf/autoload_configs/callcenter.conf
2116
%%WWWDIR%%/resources/templates/conf/autoload_configs/cdr_mongodb.conf.xml
2117
%%WWWDIR%%/resources/templates/conf/autoload_configs/cdr_pg_csv.conf.xml
2118
%%WWWDIR%%/resources/templates/conf/autoload_configs/cdr_sqlite.conf.xml
2119
%%WWWDIR%%/resources/templates/conf/autoload_configs/cepstral.conf.xml
2120
%%WWWDIR%%/resources/templates/conf/autoload_configs/cidlookup.conf.xml
2121
%%WWWDIR%%/resources/templates/conf/autoload_configs/conference.conf
2122
%%WWWDIR%%/resources/templates/conf/autoload_configs/conference_layouts.conf.xml
2123
%%WWWDIR%%/resources/templates/conf/autoload_configs/console.conf.xml
2124
%%WWWDIR%%/resources/templates/conf/autoload_configs/db.conf.xml
2125
%%WWWDIR%%/resources/templates/conf/autoload_configs/dialplan_directory.conf.xml
2126
%%WWWDIR%%/resources/templates/conf/autoload_configs/dingaling.conf.xml
2127
%%WWWDIR%%/resources/templates/conf/autoload_configs/directory.conf.xml
2128
%%WWWDIR%%/resources/templates/conf/autoload_configs/distributor.conf.xml
2129
%%WWWDIR%%/resources/templates/conf/autoload_configs/easyroute.conf.xml
2130
%%WWWDIR%%/resources/templates/conf/autoload_configs/enum.conf.xml
2131
%%WWWDIR%%/resources/templates/conf/autoload_configs/erlang_event.conf.xml
2132
%%WWWDIR%%/resources/templates/conf/autoload_configs/event_multicast.conf.xml
2133
%%WWWDIR%%/resources/templates/conf/autoload_configs/event_socket.conf.xml
2134
%%WWWDIR%%/resources/templates/conf/autoload_configs/fax.conf.xml
2135
%%WWWDIR%%/resources/templates/conf/autoload_configs/fifo.conf.xml
2136
%%WWWDIR%%/resources/templates/conf/autoload_configs/freetdm.conf.xml
2137
%%WWWDIR%%/resources/templates/conf/autoload_configs/hash.conf.xml
2138
%%WWWDIR%%/resources/templates/conf/autoload_configs/httapi.conf.xml
2139
%%WWWDIR%%/resources/templates/conf/autoload_configs/http_cache.conf.xml
2140
%%WWWDIR%%/resources/templates/conf/autoload_configs/ivr.conf.xml
2141
%%WWWDIR%%/resources/templates/conf/autoload_configs/java.conf.xml
2142
%%WWWDIR%%/resources/templates/conf/autoload_configs/json_cdr.conf.xml
2143
%%WWWDIR%%/resources/templates/conf/autoload_configs/lcr.conf.xml
2144
%%WWWDIR%%/resources/templates/conf/autoload_configs/local_stream.conf
2145
%%WWWDIR%%/resources/templates/conf/autoload_configs/logfile.conf.xml
2146
%%WWWDIR%%/resources/templates/conf/autoload_configs/lua.conf.xml
2147
%%WWWDIR%%/resources/templates/conf/autoload_configs/memcache.conf.xml
2148
%%WWWDIR%%/resources/templates/conf/autoload_configs/modules.conf.xml
2149
%%WWWDIR%%/resources/templates/conf/autoload_configs/mongo.conf.xml
2150
%%WWWDIR%%/resources/templates/conf/autoload_configs/nibblebill.conf.xml
2151
%%WWWDIR%%/resources/templates/conf/autoload_configs/opal.conf.xml
2152
%%WWWDIR%%/resources/templates/conf/autoload_configs/opus.conf.xml
2153
%%WWWDIR%%/resources/templates/conf/autoload_configs/osp.conf.xml
2154
%%WWWDIR%%/resources/templates/conf/autoload_configs/perl.conf.xml
2155
%%WWWDIR%%/resources/templates/conf/autoload_configs/pocketsphinx.conf.xml
2156
%%WWWDIR%%/resources/templates/conf/autoload_configs/portaudio.conf.xml
2157
%%WWWDIR%%/resources/templates/conf/autoload_configs/post_load_modules.conf.xml
2158
%%WWWDIR%%/resources/templates/conf/autoload_configs/presence_map.conf.xml
2159
%%WWWDIR%%/resources/templates/conf/autoload_configs/python.conf.xml
2160
%%WWWDIR%%/resources/templates/conf/autoload_configs/redis.conf.xml
2161
%%WWWDIR%%/resources/templates/conf/autoload_configs/rss.conf.xml
2162
%%WWWDIR%%/resources/templates/conf/autoload_configs/rtmp.conf.xml
2163
%%WWWDIR%%/resources/templates/conf/autoload_configs/sangoma_codec.conf.xml
2164
%%WWWDIR%%/resources/templates/conf/autoload_configs/shout.conf.xml
2165
%%WWWDIR%%/resources/templates/conf/autoload_configs/skinny.conf.xml
2166
%%WWWDIR%%/resources/templates/conf/autoload_configs/smpp.conf.xml
2167
%%WWWDIR%%/resources/templates/conf/autoload_configs/sofia.conf.xml
2168
%%WWWDIR%%/resources/templates/conf/autoload_configs/spandsp.conf.xml
2169
%%WWWDIR%%/resources/templates/conf/autoload_configs/spidermonkey.conf.xml
2170
%%WWWDIR%%/resources/templates/conf/autoload_configs/switch.conf.xml
2171
%%WWWDIR%%/resources/templates/conf/autoload_configs/syslog.conf.xml
2172
%%WWWDIR%%/resources/templates/conf/autoload_configs/timezones.conf.xml
2173
%%WWWDIR%%/resources/templates/conf/autoload_configs/tts_commandline.conf.xml
2174
%%WWWDIR%%/resources/templates/conf/autoload_configs/unicall.conf.xml
2175
%%WWWDIR%%/resources/templates/conf/autoload_configs/unimrcp.conf.xml
2176
%%WWWDIR%%/resources/templates/conf/autoload_configs/v8.conf.xml
2177
%%WWWDIR%%/resources/templates/conf/autoload_configs/verto.conf.xml
2178
%%WWWDIR%%/resources/templates/conf/autoload_configs/voicemail.conf.xml
2179
%%WWWDIR%%/resources/templates/conf/autoload_configs/voicemail_ivr.conf.xml
2180
%%WWWDIR%%/resources/templates/conf/autoload_configs/xml_cdr.conf.xml
2181
%%WWWDIR%%/resources/templates/conf/autoload_configs/xml_curl.conf.xml
2182
%%WWWDIR%%/resources/templates/conf/autoload_configs/xml_rpc.conf.xml
2183
%%WWWDIR%%/resources/templates/conf/autoload_configs/zeroconf.conf.xml
2184
%%WWWDIR%%/resources/templates/conf/chatplan/default.xml
2185
%%WWWDIR%%/resources/templates/conf/dialplan/default.xml.noload
2186
%%WWWDIR%%/resources/templates/conf/dialplan/default/00_ladspa.xml.noload
2187
%%WWWDIR%%/resources/templates/conf/dialplan/default/00_pizza_demo.xml.noload
2188
%%WWWDIR%%/resources/templates/conf/dialplan/default/01_Talking_Clock.xml.noload
2189
%%WWWDIR%%/resources/templates/conf/dialplan/default/01_example.com.xml.noload
2190
%%WWWDIR%%/resources/templates/conf/dialplan/empty.xml
2191
%%WWWDIR%%/resources/templates/conf/dialplan/features.xml.noload
2192
%%WWWDIR%%/resources/templates/conf/dialplan/public.xml.noload
2193
%%WWWDIR%%/resources/templates/conf/dialplan/public/00_inbound_did.xml.noload
2194
%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns.xml.noload
2195
%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns/20-Demo.xml
2196
%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns/20-Local_extension.xml
2197
%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns/90-External.xml
2198
%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns/99-Default_Drop.xml
2199
%%WWWDIR%%/resources/templates/conf/directory/default.xml.noload
2200
%%WWWDIR%%/resources/templates/conf/directory/default/brian.xml.noload
2201
%%WWWDIR%%/resources/templates/conf/directory/default/default.xml.noload
2202
%%WWWDIR%%/resources/templates/conf/directory/default/example.com.xml.noload
2203
%%WWWDIR%%/resources/templates/conf/directory/default/skinny-example.xml.noload
2204
%%WWWDIR%%/resources/templates/conf/directory/empty.xml
2205
%%WWWDIR%%/resources/templates/conf/extensions.conf
2206
%%WWWDIR%%/resources/templates/conf/freeswitch.xml
2207
%%WWWDIR%%/resources/templates/conf/freetdm.conf
2208
%%WWWDIR%%/resources/templates/conf/fur_elise.ttml
2209
%%WWWDIR%%/resources/templates/conf/ivr_menus/demo_ivr.xml
2210
%%WWWDIR%%/resources/templates/conf/jingle_profiles/client.xml
2211
%%WWWDIR%%/resources/templates/conf/jingle_profiles/server.xml
2212
%%WWWDIR%%/resources/templates/conf/languages/de/de.xml
2213
%%WWWDIR%%/resources/templates/conf/languages/de/demo/demo.xml
2214
%%WWWDIR%%/resources/templates/conf/languages/de/vm/sounds.xml
2215
%%WWWDIR%%/resources/templates/conf/languages/de/vm/tts.xml
2216
%%WWWDIR%%/resources/templates/conf/languages/en/demo/demo-ivr.xml
2217
%%WWWDIR%%/resources/templates/conf/languages/en/demo/demo.xml
2218
%%WWWDIR%%/resources/templates/conf/languages/en/dir/sounds.xml
2219
%%WWWDIR%%/resources/templates/conf/languages/en/dir/tts.xml
2220
%%WWWDIR%%/resources/templates/conf/languages/en/en.xml
2221
%%WWWDIR%%/resources/templates/conf/languages/en/ivr/sounds.xml
2222
%%WWWDIR%%/resources/templates/conf/languages/en/ivr/wakeup.xml
2223
%%WWWDIR%%/resources/templates/conf/languages/en/vm/sounds.xml
2224
%%WWWDIR%%/resources/templates/conf/languages/en/vm/tts.xml
2225
%%WWWDIR%%/resources/templates/conf/languages/en/vm/voicemail_ivr.xml
2226
%%WWWDIR%%/resources/templates/conf/languages/fr/demo/demo.xml
2227
%%WWWDIR%%/resources/templates/conf/languages/fr/dir/sounds.xml
2228
%%WWWDIR%%/resources/templates/conf/languages/fr/dir/tts.xml
2229
%%WWWDIR%%/resources/templates/conf/languages/fr/fr.xml
2230
%%WWWDIR%%/resources/templates/conf/languages/fr/vm/sounds.xml
2231
%%WWWDIR%%/resources/templates/conf/languages/he/demo/demo-ivr.xml
2232
%%WWWDIR%%/resources/templates/conf/languages/he/demo/demo.xml
2233
%%WWWDIR%%/resources/templates/conf/languages/he/dir/sounds.xml
2234
%%WWWDIR%%/resources/templates/conf/languages/he/he.xml
2235
%%WWWDIR%%/resources/templates/conf/languages/he/vm/sounds.xml
2236
%%WWWDIR%%/resources/templates/conf/languages/ru/demo/demo-ivr.xml
2237
%%WWWDIR%%/resources/templates/conf/languages/ru/demo/demo.xml
2238
%%WWWDIR%%/resources/templates/conf/languages/ru/dir/sounds.xml
2239
%%WWWDIR%%/resources/templates/conf/languages/ru/dir/tts.xml
2240
%%WWWDIR%%/resources/templates/conf/languages/ru/ru.xml
2241
%%WWWDIR%%/resources/templates/conf/languages/ru/vm/sounds.xml
2242
%%WWWDIR%%/resources/templates/conf/languages/ru/vm/tts.xml
2243
%%WWWDIR%%/resources/templates/conf/mime.types
2244
%%WWWDIR%%/resources/templates/conf/mrcp_profiles/loquendo-7-mrcp-v2.xml
2245
%%WWWDIR%%/resources/templates/conf/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml
2246
%%WWWDIR%%/resources/templates/conf/mrcp_profiles/nuance-5.0-mrcp-v1.xml
2247
%%WWWDIR%%/resources/templates/conf/mrcp_profiles/nuance-5.0-mrcp-v2.xml
2248
%%WWWDIR%%/resources/templates/conf/mrcp_profiles/unimrcpserver-mrcp-v1.xml
2249
%%WWWDIR%%/resources/templates/conf/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml
2250
%%WWWDIR%%/resources/templates/conf/notify-voicemail.tpl
2251
%%WWWDIR%%/resources/templates/conf/sip_profiles/empty.xml
2252
%%WWWDIR%%/resources/templates/conf/sip_profiles/external-ipv6.xml.noload
2253
%%WWWDIR%%/resources/templates/conf/sip_profiles/external.xml.noload
2254
%%WWWDIR%%/resources/templates/conf/sip_profiles/external/example.xml
2255
%%WWWDIR%%/resources/templates/conf/sip_profiles/internal-ipv6.xml.noload
2256
%%WWWDIR%%/resources/templates/conf/sip_profiles/internal.xml.noload
2257
%%WWWDIR%%/resources/templates/conf/sip_profiles/internal/example.xml
2258
%%WWWDIR%%/resources/templates/conf/skinny_profiles/internal.xml
2259
%%WWWDIR%%/resources/templates/conf/tetris.ttml
2260
%%WWWDIR%%/resources/templates/conf/vars.xml
2261
%%WWWDIR%%/resources/templates/conf/voicemail.tpl
2262
%%WWWDIR%%/resources/templates/conf/web-vm.tpl
2263
%%WWWDIR%%/resources/templates/engine/smarty/README
2264
%%WWWDIR%%/resources/templates/engine/smarty/Smarty.class.php
2265
%%WWWDIR%%/resources/templates/engine/smarty/Smarty.license.txt
2266
%%WWWDIR%%/resources/templates/engine/smarty/debug.tpl
2267
%%WWWDIR%%/resources/templates/engine/smarty/plugins/block.textformat.php
2268
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.counter.php
2269
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.cycle.php
2270
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.fetch.php
2271
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_checkboxes.php
2272
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_image.php
2273
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_options.php
2274
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_radios.php
2275
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_select_date.php
2276
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_select_time.php
2277
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_table.php
2278
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.mailto.php
2279
%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.math.php
2280
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.capitalize.php
2281
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.date_format.php
2282
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.debug_print_var.php
2283
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.escape.php
2284
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.regex_replace.php
2285
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.replace.php
2286
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.spacify.php
2287
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.truncate.php
2288
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.cat.php
2289
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.count_characters.php
2290
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.count_paragraphs.php
2291
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.count_sentences.php
2292
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.count_words.php
2293
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.default.php
2294
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.escape.php
2295
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.from_charset.php
2296
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.indent.php
2297
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.lower.php
2298
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.noprint.php
2299
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.string_format.php
2300
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.strip.php
2301
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.strip_tags.php
2302
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.to_charset.php
2303
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.unescape.php
2304
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.upper.php
2305
%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.wordwrap.php
2306
%%WWWDIR%%/resources/templates/engine/smarty/plugins/outputfilter.trimwhitespace.php
2307
%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.escape_special_chars.php
2308
%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.literal_compiler_param.php
2309
%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.make_timestamp.php
2310
%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.mb_str_replace.php
2311
%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.mb_unicode.php
2312
%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.mb_wordwrap.php
2313
%%WWWDIR%%/resources/templates/engine/smarty/plugins/variablefilter.htmlspecialchars.php
2314
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_cacheresource.php
2315
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_cacheresource_custom.php
2316
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php
2317
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_config_source.php
2318
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_cacheresource_file.php
2319
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_append.php
2320
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_assign.php
2321
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_block.php
2322
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_break.php
2323
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_call.php
2324
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_capture.php
2325
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_config_load.php
2326
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_continue.php
2327
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_debug.php
2328
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_eval.php
2329
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_extends.php
2330
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_for.php
2331
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_foreach.php
2332
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_function.php
2333
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_if.php
2334
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_include.php
2335
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_include_php.php
2336
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_insert.php
2337
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_ldelim.php
2338
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_nocache.php
2339
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php
2340
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php
2341
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_modifier.php
2342
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php
2343
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_object_function.php
2344
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_print_expression.php
2345
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_registered_block.php
2346
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_registered_function.php
2347
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_special_variable.php
2348
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_rdelim.php
2349
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_section.php
2350
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_setfilter.php
2351
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_while.php
2352
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compilebase.php
2353
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_config.php
2354
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_config_file_compiler.php
2355
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_configfilelexer.php
2356
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_configfileparser.php
2357
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_data.php
2358
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_debug.php
2359
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_filter_handler.php
2360
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_function_call_handler.php
2361
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_get_include_path.php
2362
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_nocache_insert.php
2363
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_parsetree.php
2364
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_eval.php
2365
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_extends.php
2366
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_file.php
2367
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_php.php
2368
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_registered.php
2369
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_stream.php
2370
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_string.php
2371
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php
2372
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_template.php
2373
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_templatebase.php
2374
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_templatecompilerbase.php
2375
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_templatelexer.php
2376
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_templateparser.php
2377
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_utility.php
2378
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_write_file.php
2379
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_resource.php
2380
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_resource_custom.php
2381
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_resource_recompiled.php
2382
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_resource_uncompiled.php
2383
%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_security.php
2384
%%WWWDIR%%/resources/templates/provision/aastra/480i/aastra.cfg
2385
%%WWWDIR%%/resources/templates/provision/aastra/480i/{$mac}.cfg
2386
%%WWWDIR%%/resources/templates/provision/aastra/673x/aastra.cfg
2387
%%WWWDIR%%/resources/templates/provision/aastra/673x/{$mac}.cfg
2388
%%WWWDIR%%/resources/templates/provision/aastra/675x/aastra.cfg
2389
%%WWWDIR%%/resources/templates/provision/aastra/675x/{$mac}.cfg
2390
%%WWWDIR%%/resources/templates/provision/aastra/686x/aastra.cfg
2391
%%WWWDIR%%/resources/templates/provision/aastra/686x/{$mac}.cfg
2392
%%WWWDIR%%/resources/templates/provision/aastra/9112i/aastra.cfg
2393
%%WWWDIR%%/resources/templates/provision/aastra/9112i/{$mac}.cfg
2394
%%WWWDIR%%/resources/templates/provision/aastra/9133i/aastra.cfg
2395
%%WWWDIR%%/resources/templates/provision/aastra/9133i/{$mac}.cfg
2396
%%WWWDIR%%/resources/templates/provision/aastra/include/general
2397
%%WWWDIR%%/resources/templates/provision/aastra/include/keys
2398
%%WWWDIR%%/resources/templates/provision/aastra/include/network
2399
%%WWWDIR%%/resources/templates/provision/aastra/include/provision
2400
%%WWWDIR%%/resources/templates/provision/aastra/include/sip
2401
%%WWWDIR%%/resources/templates/provision/algo/8180/algom{$mac}.conf
2402
%%WWWDIR%%/resources/templates/provision/atcom/ag198/{$mac}.cfg
2403
%%WWWDIR%%/resources/templates/provision/cisco/7940/DISTINCTIVERINGLIST.XML
2404
%%WWWDIR%%/resources/templates/provision/cisco/7940/RINGLIST.XML
2405
%%WWWDIR%%/resources/templates/provision/cisco/7940/SIPDefault.cnf
2406
%%WWWDIR%%/resources/templates/provision/cisco/7940/SIP{$mac}.cnf
2407
%%WWWDIR%%/resources/templates/provision/cisco/7940/dialplan.xml
2408
%%WWWDIR%%/resources/templates/provision/cisco/7940/directory.xml
2409
%%WWWDIR%%/resources/templates/provision/cisco/7940/directory_enterprise.xml
2410
%%WWWDIR%%/resources/templates/provision/cisco/7940/directory_extensions.xml
2411
%%WWWDIR%%/resources/templates/provision/cisco/7940/directory_personal.xml
2412
%%WWWDIR%%/resources/templates/provision/cisco/7940/directory_speed_dial.xml
2413
%%WWWDIR%%/resources/templates/provision/cisco/7940/syncinfo.xml
2414
%%WWWDIR%%/resources/templates/provision/cisco/7960/DISTINCTIVERINGLIST.XML
2415
%%WWWDIR%%/resources/templates/provision/cisco/7960/RINGLIST.XML
2416
%%WWWDIR%%/resources/templates/provision/cisco/7960/SIPDefault.cnf
2417
%%WWWDIR%%/resources/templates/provision/cisco/7960/SIP{$mac}.cnf
2418
%%WWWDIR%%/resources/templates/provision/cisco/7960/dialplan.xml
2419
%%WWWDIR%%/resources/templates/provision/cisco/7960/directory.xml
2420
%%WWWDIR%%/resources/templates/provision/cisco/7960/directory_enterprise.xml
2421
%%WWWDIR%%/resources/templates/provision/cisco/7960/directory_extensions.xml
2422
%%WWWDIR%%/resources/templates/provision/cisco/7960/directory_personal.xml
2423
%%WWWDIR%%/resources/templates/provision/cisco/7960/directory_speed_dial.xml
2424
%%WWWDIR%%/resources/templates/provision/cisco/7960/syncinfo.xml
2425
%%WWWDIR%%/resources/templates/provision/cisco/79x1/SEP{$mac}.cnf.xml
2426
%%WWWDIR%%/resources/templates/provision/cisco/79x1/dialplan.xml
2427
%%WWWDIR%%/resources/templates/provision/cisco/79x1/syncinfo.xml
2428
%%WWWDIR%%/resources/templates/provision/cisco/spa112/{$mac}.xml
2429
%%WWWDIR%%/resources/templates/provision/cisco/spa122/{$mac}.xml
2430
%%WWWDIR%%/resources/templates/provision/cisco/spa301/{$mac}.xml
2431
%%WWWDIR%%/resources/templates/provision/cisco/spa303/{$mac}.xml
2432
%%WWWDIR%%/resources/templates/provision/cisco/spa501g/{$mac}.xml
2433
%%WWWDIR%%/resources/templates/provision/cisco/spa502g/{$mac}.xml
2434
%%WWWDIR%%/resources/templates/provision/cisco/spa504g/{$mac}.xml
2435
%%WWWDIR%%/resources/templates/provision/cisco/spa508g/{$mac}.xml
2436
%%WWWDIR%%/resources/templates/provision/cisco/spa509g/{$mac}.xml
2437
%%WWWDIR%%/resources/templates/provision/cisco/spa512g/{$mac}.xml
2438
%%WWWDIR%%/resources/templates/provision/cisco/spa514g/{$mac}.xml
2439
%%WWWDIR%%/resources/templates/provision/cisco/spa525g/{$mac}.xml
2440
%%WWWDIR%%/resources/templates/provision/cisco/spa525g2/{$mac}.xml
2441
%%WWWDIR%%/resources/templates/provision/digium/d50/${mac}.cfg
2442
%%WWWDIR%%/resources/templates/provision/escene/e3xx/timezones.txt
2443
%%WWWDIR%%/resources/templates/provision/escene/e3xx/{$mac}.xml
2444
%%WWWDIR%%/resources/templates/provision/escene/e3xx/{$mac}_extern.xml
2445
%%WWWDIR%%/resources/templates/provision/escene/e3xx/{$mac}_phonebook.xml
2446
%%WWWDIR%%/resources/templates/provision/fanvil/x2p/{$mac}.cfg
2447
%%WWWDIR%%/resources/templates/provision/fanvil/x3g/{$mac}.cfg
2448
%%WWWDIR%%/resources/templates/provision/fanvil/x3sp/{$mac}.cfg
2449
%%WWWDIR%%/resources/templates/provision/fanvil/x4/{$mac}.cfg
2450
%%WWWDIR%%/resources/templates/provision/fanvil/x4g/{$mac}.cfg
2451
%%WWWDIR%%/resources/templates/provision/fanvil/x5s/{$mac}.cfg
2452
%%WWWDIR%%/resources/templates/provision/fanvil/x6/{$mac}.cfg
2453
%%WWWDIR%%/resources/templates/provision/grandstream/dp715.sm/{$mac}.xml
2454
%%WWWDIR%%/resources/templates/provision/grandstream/dp715/{$mac}.xml
2455
%%WWWDIR%%/resources/templates/provision/grandstream/dp750/phonebook.xml
2456
%%WWWDIR%%/resources/templates/provision/grandstream/dp750/{$mac}.xml
2457
%%WWWDIR%%/resources/templates/provision/grandstream/gswave/{$mac}.xml
2458
%%WWWDIR%%/resources/templates/provision/grandstream/gxp110x/{$mac}.xml
2459
%%WWWDIR%%/resources/templates/provision/grandstream/gxp116x/phonebook.xml
2460
%%WWWDIR%%/resources/templates/provision/grandstream/gxp116x/{$mac}.xml
2461
%%WWWDIR%%/resources/templates/provision/grandstream/gxp140x/phonebook.xml
2462
%%WWWDIR%%/resources/templates/provision/grandstream/gxp140x/{$mac}.xml
2463
%%WWWDIR%%/resources/templates/provision/grandstream/gxp140xbk/phonebook.xml
2464
%%WWWDIR%%/resources/templates/provision/grandstream/gxp140xbk/{$mac}.xml
2465
%%WWWDIR%%/resources/templates/provision/grandstream/gxp1450/phonebook.xml
2466
%%WWWDIR%%/resources/templates/provision/grandstream/gxp1450/{$mac}.xml
2467
%%WWWDIR%%/resources/templates/provision/grandstream/gxp1450bk/phonebook.xml
2468
%%WWWDIR%%/resources/templates/provision/grandstream/gxp1450bk/{$mac}.xml
2469
%%WWWDIR%%/resources/templates/provision/grandstream/gxp16xx/label.txt
2470
%%WWWDIR%%/resources/templates/provision/grandstream/gxp16xx/phonebook.xml
2471
%%WWWDIR%%/resources/templates/provision/grandstream/gxp16xx/{$mac}.xml
2472
%%WWWDIR%%/resources/templates/provision/grandstream/gxp17xx/{$mac}.xml
2473
%%WWWDIR%%/resources/templates/provision/grandstream/gxp20xx/phonebook.xml
2474
%%WWWDIR%%/resources/templates/provision/grandstream/gxp20xx/{$mac}.xml
2475
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2124/phonebook.xml
2476
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2124/{$mac}.xml
2477
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2130/README.txt
2478
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2130/label.txt
2479
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2130/phonebook.xml
2480
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2130/{$mac}.xml
2481
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2135/README.txt
2482
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2135/label.txt
2483
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2135/phonebook.xml
2484
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2135/{$mac}.xml
2485
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2140/README.txt
2486
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2140/label.txt
2487
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2140/phonebook.xml
2488
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2140/{$mac}.xml
2489
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/README.txt
2490
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/gxp2160_labels.ott
2491
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/label.txt
2492
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/phonebook.xml
2493
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/{$mac}.xml
2494
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2170/README.txt
2495
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2170/label.txt
2496
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2170/phonebook.xml
2497
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2170/{$mac}.xml
2498
%%WWWDIR%%/resources/templates/provision/grandstream/gxp21xx/{$mac}.xml
2499
%%WWWDIR%%/resources/templates/provision/grandstream/gxp21xxbk/{$mac}.xml
2500
%%WWWDIR%%/resources/templates/provision/grandstream/gxp2200/{$mac}.xml
2501
%%WWWDIR%%/resources/templates/provision/grandstream/gxp3240/{$mac}.xml
2502
%%WWWDIR%%/resources/templates/provision/grandstream/gxv300x/{$mac}.xml
2503
%%WWWDIR%%/resources/templates/provision/grandstream/gxv3140/{$mac}.xml
2504
%%WWWDIR%%/resources/templates/provision/grandstream/gxv3175/{$mac}.xml
2505
%%WWWDIR%%/resources/templates/provision/grandstream/gxv3175v2/{$mac}.xml
2506
%%WWWDIR%%/resources/templates/provision/grandstream/gxv3240/phonebook.xml
2507
%%WWWDIR%%/resources/templates/provision/grandstream/gxv3240/{$mac}.xml
2508
%%WWWDIR%%/resources/templates/provision/grandstream/gxv3275/{$mac}.xml
2509
%%WWWDIR%%/resources/templates/provision/grandstream/gxv3504/{$mac}.xml
2510
%%WWWDIR%%/resources/templates/provision/grandstream/gxw4004/{$mac}.xml
2511
%%WWWDIR%%/resources/templates/provision/grandstream/gxw4008/{$mac}.xml
2512
%%WWWDIR%%/resources/templates/provision/grandstream/gxw40xx/{$mac}.xml
2513
%%WWWDIR%%/resources/templates/provision/grandstream/gxw410x/{$mac}.xml
2514
%%WWWDIR%%/resources/templates/provision/grandstream/gxw42xx/{$mac}.xml
2515
%%WWWDIR%%/resources/templates/provision/grandstream/ht502/{$mac}.xml
2516
%%WWWDIR%%/resources/templates/provision/grandstream/ht503/{$mac}.xml
2517
%%WWWDIR%%/resources/templates/provision/grandstream/ht701/{$mac}.xml
2518
%%WWWDIR%%/resources/templates/provision/grandstream/ht702/{$mac}.xml
2519
%%WWWDIR%%/resources/templates/provision/grandstream/ht704/{$mac}.xml
2520
%%WWWDIR%%/resources/templates/provision/grandstream/wave/{$mac}.xml
2521
%%WWWDIR%%/resources/templates/provision/htek/uc903/phonebook.xml
2522
%%WWWDIR%%/resources/templates/provision/htek/uc903/{$mac}.cfg
2523
%%WWWDIR%%/resources/templates/provision/htek/uc923/phonebook.xml
2524
%%WWWDIR%%/resources/templates/provision/htek/uc923/{$mac}.cfg
2525
%%WWWDIR%%/resources/templates/provision/htek/uc924/phonebook.xml
2526
%%WWWDIR%%/resources/templates/provision/htek/uc924/{$mac}.cfg
2527
%%WWWDIR%%/resources/templates/provision/htek/uc926/phonebook.xml
2528
%%WWWDIR%%/resources/templates/provision/htek/uc926/{$mac}.cfg
2529
%%WWWDIR%%/resources/templates/provision/linksys/spa2102/{$mac}.xml
2530
%%WWWDIR%%/resources/templates/provision/linksys/spa3102/{$mac}.xml
2531
%%WWWDIR%%/resources/templates/provision/linksys/spa921/{$mac}.xml
2532
%%WWWDIR%%/resources/templates/provision/linksys/spa941/{$mac}.xml
2533
%%WWWDIR%%/resources/templates/provision/linksys/spa942/{$mac}.xml
2534
%%WWWDIR%%/resources/templates/provision/mitel/5324/MN_Generic.cfg
2535
%%WWWDIR%%/resources/templates/provision/mitel/5324/MN_{$mac}.cfg
2536
%%WWWDIR%%/resources/templates/provision/mitel/5330/MN_Generic.cfg
2537
%%WWWDIR%%/resources/templates/provision/mitel/5330/MN_{$mac}.cfg
2538
%%WWWDIR%%/resources/templates/provision/mitel/5340/MN_Generic.cfg
2539
%%WWWDIR%%/resources/templates/provision/mitel/5340/MN_{$mac}.cfg
2540
%%WWWDIR%%/resources/templates/provision/obihai/obi1032/{$mac}.xml
2541
%%WWWDIR%%/resources/templates/provision/obihai/obi1062/{$mac}.xml
2542
%%WWWDIR%%/resources/templates/provision/obihai/obi302/{$mac}.xml
2543
%%WWWDIR%%/resources/templates/provision/obihai/obi310/{$mac}.xml
2544
%%WWWDIR%%/resources/templates/provision/panasonic/tgp500/KX-TGP500B04.cfg
2545
%%WWWDIR%%/resources/templates/provision/panasonic/tgp500/{$mac}.cfg
2546
%%WWWDIR%%/resources/templates/provision/panasonic/tgp550/KX-TGP550T04.cfg
2547
%%WWWDIR%%/resources/templates/provision/panasonic/tgp550/{$mac}.cfg
2548
%%WWWDIR%%/resources/templates/provision/panasonic/ut113/KX-UT113.cfg
2549
%%WWWDIR%%/resources/templates/provision/panasonic/ut113/{$mac}.xml
2550
%%WWWDIR%%/resources/templates/provision/panasonic/ut123/KX-UT123.cfg
2551
%%WWWDIR%%/resources/templates/provision/panasonic/ut123/{$mac}.xml
2552
%%WWWDIR%%/resources/templates/provision/panasonic/ut133/KX-UT133.cfg
2553
%%WWWDIR%%/resources/templates/provision/panasonic/ut133/{$mac}.xml
2554
%%WWWDIR%%/resources/templates/provision/panasonic/ut136/KX-UT136.cfg
2555
%%WWWDIR%%/resources/templates/provision/panasonic/ut136/{$mac}.xml
2556
%%WWWDIR%%/resources/templates/provision/panasonic/ut670/KX-UT670.cfg
2557
%%WWWDIR%%/resources/templates/provision/panasonic/ut670/{$mac}.cfg
2558
%%WWWDIR%%/resources/templates/provision/polycom/3.x/{$mac}.cfg
2559
%%WWWDIR%%/resources/templates/provision/polycom/4.x/{$mac}-directory.xml
2560
%%WWWDIR%%/resources/templates/provision/polycom/4.x/{$mac}.cfg
2561
%%WWWDIR%%/resources/templates/provision/polycom/5.x/{$mac}-directory.xml
2562
%%WWWDIR%%/resources/templates/provision/polycom/5.x/{$mac}.cfg
2563
%%WWWDIR%%/resources/templates/provision/polycom/650/custom.cfg
2564
%%WWWDIR%%/resources/templates/provision/polycom/650/phone1.cfg
2565
%%WWWDIR%%/resources/templates/provision/polycom/650/sip.cfg
2566
%%WWWDIR%%/resources/templates/provision/polycom/650/{$mac}-registration.cfg
2567
%%WWWDIR%%/resources/templates/provision/polycom/650/{$mac}.cfg
2568
%%WWWDIR%%/resources/templates/provision/polycom/8030/phone1.cfg
2569
%%WWWDIR%%/resources/templates/provision/polycom/8030/sip.cfg
2570
%%WWWDIR%%/resources/templates/provision/polycom/8030/{$mac}-registration.cfg
2571
%%WWWDIR%%/resources/templates/provision/polycom/8030/{$mac}.cfg
2572
%%WWWDIR%%/resources/templates/provision/sangoma/s300/{$mac}.xml
2573
%%WWWDIR%%/resources/templates/provision/sangoma/s500/{$mac}.xml
2574
%%WWWDIR%%/resources/templates/provision/sangoma/s700/{$mac}.xml
2575
%%WWWDIR%%/resources/templates/provision/snom/300/{$mac}.xml
2576
%%WWWDIR%%/resources/templates/provision/snom/320/{$mac}.xml
2577
%%WWWDIR%%/resources/templates/provision/snom/360/{$mac}.xml
2578
%%WWWDIR%%/resources/templates/provision/snom/3xx/{$mac}.xml
2579
%%WWWDIR%%/resources/templates/provision/snom/720/{$mac}.xml
2580
%%WWWDIR%%/resources/templates/provision/snom/7xx/{$mac}.xml
2581
%%WWWDIR%%/resources/templates/provision/snom/820/{$mac}.xml
2582
%%WWWDIR%%/resources/templates/provision/snom/8xx/desktop.ini
2583
%%WWWDIR%%/resources/templates/provision/snom/8xx/{$mac}.xml
2584
%%WWWDIR%%/resources/templates/provision/snom/m3/{$mac}.cfg
2585
%%WWWDIR%%/resources/templates/provision/spectralink/empty.txt
2586
%%WWWDIR%%/resources/templates/provision/vtech/vcs754/directory.xml
2587
%%WWWDIR%%/resources/templates/provision/vtech/vcs754/{$mac}.cfg
2588
%%WWWDIR%%/resources/templates/provision/yealink/cp860/directory.xml
2589
%%WWWDIR%%/resources/templates/provision/yealink/cp860/favorite_setting.xml
2590
%%WWWDIR%%/resources/templates/provision/yealink/cp860/y000000000000.boot
2591
%%WWWDIR%%/resources/templates/provision/yealink/cp860/y000000000037.cfg
2592
%%WWWDIR%%/resources/templates/provision/yealink/cp860/{$mac}.cfg
2593
%%WWWDIR%%/resources/templates/provision/yealink/cp920/directory.xml
2594
%%WWWDIR%%/resources/templates/provision/yealink/cp920/favorite_setting.xml
2595
%%WWWDIR%%/resources/templates/provision/yealink/cp920/y000000000000.boot
2596
%%WWWDIR%%/resources/templates/provision/yealink/cp920/y000000000000.cfg
2597
%%WWWDIR%%/resources/templates/provision/yealink/cp920/{$mac}.cfg
2598
%%WWWDIR%%/resources/templates/provision/yealink/cp960/directory.xml
2599
%%WWWDIR%%/resources/templates/provision/yealink/cp960/favorite_setting.xml
2600
%%WWWDIR%%/resources/templates/provision/yealink/cp960/y000000000000.boot
2601
%%WWWDIR%%/resources/templates/provision/yealink/cp960/y000000000000.cfg
2602
%%WWWDIR%%/resources/templates/provision/yealink/cp960/{$mac}.cfg
2603
%%WWWDIR%%/resources/templates/provision/yealink/t19p/directory.xml
2604
%%WWWDIR%%/resources/templates/provision/yealink/t19p/favorite_setting.xml
2605
%%WWWDIR%%/resources/templates/provision/yealink/t19p/y000000000000.boot
2606
%%WWWDIR%%/resources/templates/provision/yealink/t19p/y000000000053.cfg
2607
%%WWWDIR%%/resources/templates/provision/yealink/t19p/{$mac}.cfg
2608
%%WWWDIR%%/resources/templates/provision/yealink/t20p/directory.xml
2609
%%WWWDIR%%/resources/templates/provision/yealink/t20p/favorite_setting.xml
2610
%%WWWDIR%%/resources/templates/provision/yealink/t20p/y000000000000.boot
2611
%%WWWDIR%%/resources/templates/provision/yealink/t20p/y000000000007.cfg
2612
%%WWWDIR%%/resources/templates/provision/yealink/t20p/{$mac}.cfg
2613
%%WWWDIR%%/resources/templates/provision/yealink/t21p/directory.xml
2614
%%WWWDIR%%/resources/templates/provision/yealink/t21p/favorite_setting.xml
2615
%%WWWDIR%%/resources/templates/provision/yealink/t21p/y000000000000.boot
2616
%%WWWDIR%%/resources/templates/provision/yealink/t21p/y000000000052.cfg
2617
%%WWWDIR%%/resources/templates/provision/yealink/t21p/{$mac}.cfg
2618
%%WWWDIR%%/resources/templates/provision/yealink/t22p/directory.xml
2619
%%WWWDIR%%/resources/templates/provision/yealink/t22p/favorite_setting.xml
2620
%%WWWDIR%%/resources/templates/provision/yealink/t22p/y000000000000.boot
2621
%%WWWDIR%%/resources/templates/provision/yealink/t22p/y000000000005.cfg
2622
%%WWWDIR%%/resources/templates/provision/yealink/t22p/{$mac}.cfg
2623
%%WWWDIR%%/resources/templates/provision/yealink/t23g/directory.xml
2624
%%WWWDIR%%/resources/templates/provision/yealink/t23g/favorite_setting.xml
2625
%%WWWDIR%%/resources/templates/provision/yealink/t23g/y000000000000.boot
2626
%%WWWDIR%%/resources/templates/provision/yealink/t23g/y000000000044.cfg
2627
%%WWWDIR%%/resources/templates/provision/yealink/t23g/{$mac}.cfg
2628
%%WWWDIR%%/resources/templates/provision/yealink/t23p/directory.xml
2629
%%WWWDIR%%/resources/templates/provision/yealink/t23p/favorite_setting.xml
2630
%%WWWDIR%%/resources/templates/provision/yealink/t23p/y000000000000.boot
2631
%%WWWDIR%%/resources/templates/provision/yealink/t23p/y000000000044.cfg
2632
%%WWWDIR%%/resources/templates/provision/yealink/t23p/{$mac}.cfg
2633
%%WWWDIR%%/resources/templates/provision/yealink/t26p/directory.xml
2634
%%WWWDIR%%/resources/templates/provision/yealink/t26p/favorite_setting.xml
2635
%%WWWDIR%%/resources/templates/provision/yealink/t26p/y000000000000.boot
2636
%%WWWDIR%%/resources/templates/provision/yealink/t26p/y000000000004.cfg
2637
%%WWWDIR%%/resources/templates/provision/yealink/t26p/{$mac}.cfg
2638
%%WWWDIR%%/resources/templates/provision/yealink/t27g/directory.xml
2639
%%WWWDIR%%/resources/templates/provision/yealink/t27g/favorite_setting.xml
2640
%%WWWDIR%%/resources/templates/provision/yealink/t27g/y000000000000.boot
2641
%%WWWDIR%%/resources/templates/provision/yealink/t27g/y000000000069.cfg
2642
%%WWWDIR%%/resources/templates/provision/yealink/t27g/{$mac}.cfg
2643
%%WWWDIR%%/resources/templates/provision/yealink/t27p/directory.xml
2644
%%WWWDIR%%/resources/templates/provision/yealink/t27p/favorite_setting.xml
2645
%%WWWDIR%%/resources/templates/provision/yealink/t27p/y000000000000.boot
2646
%%WWWDIR%%/resources/templates/provision/yealink/t27p/y000000000045.cfg
2647
%%WWWDIR%%/resources/templates/provision/yealink/t27p/{$mac}.cfg
2648
%%WWWDIR%%/resources/templates/provision/yealink/t28p/directory.xml
2649
%%WWWDIR%%/resources/templates/provision/yealink/t28p/favorite_setting.xml
2650
%%WWWDIR%%/resources/templates/provision/yealink/t28p/y000000000000.boot
2651
%%WWWDIR%%/resources/templates/provision/yealink/t28p/y000000000000.cfg
2652
%%WWWDIR%%/resources/templates/provision/yealink/t28p/{$mac}.cfg
2653
%%WWWDIR%%/resources/templates/provision/yealink/t29g/directory.xml
2654
%%WWWDIR%%/resources/templates/provision/yealink/t29g/favorite_setting.xml
2655
%%WWWDIR%%/resources/templates/provision/yealink/t29g/y000000000000.boot
2656
%%WWWDIR%%/resources/templates/provision/yealink/t29g/y000000000046.cfg
2657
%%WWWDIR%%/resources/templates/provision/yealink/t29g/{$mac}.cfg
2658
%%WWWDIR%%/resources/templates/provision/yealink/t32g/directory.xml
2659
%%WWWDIR%%/resources/templates/provision/yealink/t32g/favorite_setting.xml
2660
%%WWWDIR%%/resources/templates/provision/yealink/t32g/y000000000000.boot
2661
%%WWWDIR%%/resources/templates/provision/yealink/t32g/y000000000032.cfg
2662
%%WWWDIR%%/resources/templates/provision/yealink/t32g/{$mac}.cfg
2663
%%WWWDIR%%/resources/templates/provision/yealink/t38g/directory.xml
2664
%%WWWDIR%%/resources/templates/provision/yealink/t38g/favorite_setting.xml
2665
%%WWWDIR%%/resources/templates/provision/yealink/t38g/y000000000000.boot
2666
%%WWWDIR%%/resources/templates/provision/yealink/t38g/y000000000038.cfg
2667
%%WWWDIR%%/resources/templates/provision/yealink/t38g/{$mac}.cfg
2668
%%WWWDIR%%/resources/templates/provision/yealink/t40g/directory.xml
2669
%%WWWDIR%%/resources/templates/provision/yealink/t40g/favorite_setting.xml
2670
%%WWWDIR%%/resources/templates/provision/yealink/t40g/y000000000000.boot
2671
%%WWWDIR%%/resources/templates/provision/yealink/t40g/y000000000076.cfg
2672
%%WWWDIR%%/resources/templates/provision/yealink/t40g/{$mac}.cfg
2673
%%WWWDIR%%/resources/templates/provision/yealink/t40p/directory.xml
2674
%%WWWDIR%%/resources/templates/provision/yealink/t40p/favorite_setting.xml
2675
%%WWWDIR%%/resources/templates/provision/yealink/t40p/y000000000000.boot
2676
%%WWWDIR%%/resources/templates/provision/yealink/t40p/y000000000054.cfg
2677
%%WWWDIR%%/resources/templates/provision/yealink/t40p/{$mac}.cfg
2678
%%WWWDIR%%/resources/templates/provision/yealink/t41p/directory.xml
2679
%%WWWDIR%%/resources/templates/provision/yealink/t41p/favorite_setting.xml
2680
%%WWWDIR%%/resources/templates/provision/yealink/t41p/y000000000000.boot
2681
%%WWWDIR%%/resources/templates/provision/yealink/t41p/y000000000036.cfg
2682
%%WWWDIR%%/resources/templates/provision/yealink/t41p/{$mac}.cfg
2683
%%WWWDIR%%/resources/templates/provision/yealink/t41s/directory.xml
2684
%%WWWDIR%%/resources/templates/provision/yealink/t41s/favorite_setting.xml
2685
%%WWWDIR%%/resources/templates/provision/yealink/t41s/y000000000000.boot
2686
%%WWWDIR%%/resources/templates/provision/yealink/t41s/y000000000068.cfg
2687
%%WWWDIR%%/resources/templates/provision/yealink/t41s/{$mac}.cfg
2688
%%WWWDIR%%/resources/templates/provision/yealink/t42g/directory.xml
2689
%%WWWDIR%%/resources/templates/provision/yealink/t42g/favorite_setting.xml
2690
%%WWWDIR%%/resources/templates/provision/yealink/t42g/y000000000000.boot
2691
%%WWWDIR%%/resources/templates/provision/yealink/t42g/y000000000029.cfg
2692
%%WWWDIR%%/resources/templates/provision/yealink/t42g/{$mac}.cfg
2693
%%WWWDIR%%/resources/templates/provision/yealink/t42s/directory.xml
2694
%%WWWDIR%%/resources/templates/provision/yealink/t42s/favorite_setting.xml
2695
%%WWWDIR%%/resources/templates/provision/yealink/t42s/y000000000000.boot
2696
%%WWWDIR%%/resources/templates/provision/yealink/t42s/y000000000067.cfg
2697
%%WWWDIR%%/resources/templates/provision/yealink/t42s/{$mac}.cfg
2698
%%WWWDIR%%/resources/templates/provision/yealink/t46g/directory.xml
2699
%%WWWDIR%%/resources/templates/provision/yealink/t46g/favorite_setting.xml
2700
%%WWWDIR%%/resources/templates/provision/yealink/t46g/y000000000000.boot
2701
%%WWWDIR%%/resources/templates/provision/yealink/t46g/y000000000028.cfg
2702
%%WWWDIR%%/resources/templates/provision/yealink/t46g/{$mac}.cfg
2703
%%WWWDIR%%/resources/templates/provision/yealink/t46s/directory.xml
2704
%%WWWDIR%%/resources/templates/provision/yealink/t46s/favorite_setting.xml
2705
%%WWWDIR%%/resources/templates/provision/yealink/t46s/y000000000000.boot
2706
%%WWWDIR%%/resources/templates/provision/yealink/t46s/y000000000066.cfg
2707
%%WWWDIR%%/resources/templates/provision/yealink/t46s/{$mac}.boot
2708
%%WWWDIR%%/resources/templates/provision/yealink/t46s/{$mac}.cfg
2709
%%WWWDIR%%/resources/templates/provision/yealink/t48g/directory.xml
2710
%%WWWDIR%%/resources/templates/provision/yealink/t48g/favorite_setting.xml
2711
%%WWWDIR%%/resources/templates/provision/yealink/t48g/y000000000000.boot
2712
%%WWWDIR%%/resources/templates/provision/yealink/t48g/y000000000035.cfg
2713
%%WWWDIR%%/resources/templates/provision/yealink/t48g/{$mac}.cfg
2714
%%WWWDIR%%/resources/templates/provision/yealink/t48s/directory.xml
2715
%%WWWDIR%%/resources/templates/provision/yealink/t48s/favorite_setting.xml
2716
%%WWWDIR%%/resources/templates/provision/yealink/t48s/y000000000000.boot
2717
%%WWWDIR%%/resources/templates/provision/yealink/t48s/y000000000065.cfg
2718
%%WWWDIR%%/resources/templates/provision/yealink/t48s/{$mac}.cfg
2719
%%WWWDIR%%/resources/templates/provision/yealink/t49g/directory.xml
2720
%%WWWDIR%%/resources/templates/provision/yealink/t49g/favorite_setting.xml
2721
%%WWWDIR%%/resources/templates/provision/yealink/t49g/y000000000000.boot
2722
%%WWWDIR%%/resources/templates/provision/yealink/t49g/y000000000051.cfg
2723
%%WWWDIR%%/resources/templates/provision/yealink/t49g/{$mac}.cfg
2724
%%WWWDIR%%/resources/templates/provision/yealink/t52s/directory.xml
2725
%%WWWDIR%%/resources/templates/provision/yealink/t52s/favorite_setting.xml
2726
%%WWWDIR%%/resources/templates/provision/yealink/t52s/y000000000000.boot
2727
%%WWWDIR%%/resources/templates/provision/yealink/t52s/y000000000074.cfg
2728
%%WWWDIR%%/resources/templates/provision/yealink/t52s/{$mac}.cfg
2729
%%WWWDIR%%/resources/templates/provision/yealink/t54s/directory.xml
2730
%%WWWDIR%%/resources/templates/provision/yealink/t54s/favorite_setting.xml
2731
%%WWWDIR%%/resources/templates/provision/yealink/t54s/y000000000000.boot
2732
%%WWWDIR%%/resources/templates/provision/yealink/t54s/y000000000070.cfg
2733
%%WWWDIR%%/resources/templates/provision/yealink/t54s/{$mac}.boot
2734
%%WWWDIR%%/resources/templates/provision/yealink/t54s/{$mac}.cfg
2735
%%WWWDIR%%/resources/templates/provision/yealink/t56a/directory.xml
2736
%%WWWDIR%%/resources/templates/provision/yealink/t56a/favorite_setting.xml
2737
%%WWWDIR%%/resources/templates/provision/yealink/t56a/y000000000000.boot
2738
%%WWWDIR%%/resources/templates/provision/yealink/t56a/y000000000056.cfg
2739
%%WWWDIR%%/resources/templates/provision/yealink/t56a/{$mac}.cfg
2740
%%WWWDIR%%/resources/templates/provision/yealink/t58v/directory.xml
2741
%%WWWDIR%%/resources/templates/provision/yealink/t58v/favorite_setting.xml
2742
%%WWWDIR%%/resources/templates/provision/yealink/t58v/y000000000000.boot
2743
%%WWWDIR%%/resources/templates/provision/yealink/t58v/y000000000058.cfg
2744
%%WWWDIR%%/resources/templates/provision/yealink/t58v/{$mac}.cfg
2745
%%WWWDIR%%/resources/templates/provision/yealink/vp530/directory.xml
2746
%%WWWDIR%%/resources/templates/provision/yealink/vp530/favorite_setting.xml
2747
%%WWWDIR%%/resources/templates/provision/yealink/vp530/y000000000000.boot
2748
%%WWWDIR%%/resources/templates/provision/yealink/vp530/y000000000023.cfg
2749
%%WWWDIR%%/resources/templates/provision/yealink/vp530/{$mac}.cfg
2750
%%WWWDIR%%/resources/templates/provision/yealink/w52p/directory.xml
2751
%%WWWDIR%%/resources/templates/provision/yealink/w52p/favorite_setting.xml
2752
%%WWWDIR%%/resources/templates/provision/yealink/w52p/y000000000000.boot
2753
%%WWWDIR%%/resources/templates/provision/yealink/w52p/y000000000025.cfg
2754
%%WWWDIR%%/resources/templates/provision/yealink/w52p/{$mac}.cfg
2755
%%WWWDIR%%/resources/templates/provision/yealink/w56p/directory.xml
2756
%%WWWDIR%%/resources/templates/provision/yealink/w56p/favorite_setting.xml
2757
%%WWWDIR%%/resources/templates/provision/yealink/w56p/y000000000000.boot
2758
%%WWWDIR%%/resources/templates/provision/yealink/w56p/y000000000025.cfg
2759
%%WWWDIR%%/resources/templates/provision/yealink/w56p/{$mac}.cfg
2760
%%WWWDIR%%/resources/templates/provision/yealink/w60b/directory.xml
2761
%%WWWDIR%%/resources/templates/provision/yealink/w60b/favorite_setting.xml
2762
%%WWWDIR%%/resources/templates/provision/yealink/w60b/y000000000000.boot
2763
%%WWWDIR%%/resources/templates/provision/yealink/w60b/y000000000077.cfg
2764
%%WWWDIR%%/resources/templates/provision/yealink/w60b/{$mac}.cfg
2765
%%WWWDIR%%/resources/uuid.php
2766
%%WWWDIR%%/resources/wysiwyg.php
2767
%%WWWDIR%%/root.php
2768
%%WWWDIR%%/secure/.htaccess
2769
%%WWWDIR%%/secure/fax_to_email.php
2770
%%WWWDIR%%/secure/htaccess.tmp
2771
%%WWWDIR%%/secure/index.php
2772
%%WWWDIR%%/secure/root.php
2773
%%WWWDIR%%/secure/v_mailto.php
2774
%%WWWDIR%%/themes/default/app_config.php
2775
%%WWWDIR%%/themes/default/app_defaults.php
2776
%%WWWDIR%%/themes/default/app_languages.php
2777
%%WWWDIR%%/themes/default/config.php
2778
%%WWWDIR%%/themes/default/css.php
2779
%%WWWDIR%%/themes/default/favicon.ico
2780
%%WWWDIR%%/themes/default/images/background_black.png
2781
%%WWWDIR%%/themes/default/images/background_cell.gif
2782
%%WWWDIR%%/themes/default/images/background_cell_active.gif
2783
%%WWWDIR%%/themes/default/images/background_cell_conference.gif
2784
%%WWWDIR%%/themes/default/images/background_cell_fifo.gif
2785
%%WWWDIR%%/themes/default/images/background_cell_light.gif
2786
%%WWWDIR%%/themes/default/images/background_th.png
2787
%%WWWDIR%%/themes/default/images/backgrounds/blue_blur.jpg
2788
%%WWWDIR%%/themes/default/images/backgrounds/license.txt
2789
%%WWWDIR%%/themes/default/images/backgrounds/sand.jpg
2790
%%WWWDIR%%/themes/default/images/backgrounds/sand_sea.jpg
2791
%%WWWDIR%%/themes/default/images/backgrounds/wave.jpg
2792
%%WWWDIR%%/themes/default/images/backgrounds/yellowstone_3.jpg
2793
%%WWWDIR%%/themes/default/images/backgrounds/yellowstone_4.jpg
2794
%%WWWDIR%%/themes/default/images/blank.gif
2795
%%WWWDIR%%/themes/default/images/content_background.png
2796
%%WWWDIR%%/themes/default/images/icon_cdr_inbound_answered.png
2797
%%WWWDIR%%/themes/default/images/icon_cdr_inbound_answered_b.png
2798
%%WWWDIR%%/themes/default/images/icon_cdr_inbound_cancelled.png
2799
%%WWWDIR%%/themes/default/images/icon_cdr_inbound_cancelled_b.png
2800
%%WWWDIR%%/themes/default/images/icon_cdr_inbound_failed.png
2801
%%WWWDIR%%/themes/default/images/icon_cdr_inbound_failed_b.png
2802
%%WWWDIR%%/themes/default/images/icon_cdr_inbound_voicemail.png
2803
%%WWWDIR%%/themes/default/images/icon_cdr_local_answered.png
2804
%%WWWDIR%%/themes/default/images/icon_cdr_local_answered_b.png
2805
%%WWWDIR%%/themes/default/images/icon_cdr_local_cancelled.png
2806
%%WWWDIR%%/themes/default/images/icon_cdr_local_cancelled_b.png
2807
%%WWWDIR%%/themes/default/images/icon_cdr_local_failed.png
2808
%%WWWDIR%%/themes/default/images/icon_cdr_local_failed_b.png
2809
%%WWWDIR%%/themes/default/images/icon_cdr_local_voicemail.png
2810
%%WWWDIR%%/themes/default/images/icon_cdr_outbound_answered.png
2811
%%WWWDIR%%/themes/default/images/icon_cdr_outbound_answered_b.png
2812
%%WWWDIR%%/themes/default/images/icon_cdr_outbound_cancelled.png
2813
%%WWWDIR%%/themes/default/images/icon_cdr_outbound_cancelled_b.png
2814
%%WWWDIR%%/themes/default/images/icon_cdr_outbound_failed.png
2815
%%WWWDIR%%/themes/default/images/icon_cdr_outbound_failed_b.png
2816
%%WWWDIR%%/themes/default/images/icon_logout.png
2817
%%WWWDIR%%/themes/default/images/login_background.png
2818
%%WWWDIR%%/themes/default/images/logo.png
2819
%%WWWDIR%%/themes/default/images/logo_header.png
2820
%%WWWDIR%%/themes/default/images/menu_background.png
2821
%%WWWDIR%%/themes/default/images/qr_code.png
2822
%%WWWDIR%%/themes/default/images/warning.png
2823
%%WWWDIR%%/themes/default/root.php
2824
%%WWWDIR%%/themes/default/template.php
2825
@dir /var/cache/fusionpbx
2826
@dir %%WWWDIR%%/resources
2827
@dir %%WWWDIR%%
2828
@dir(,,755) %%WWWDIR%%/secure
2829
@dir(,,755) /var/db/fusionpbx

Return to bug 238234