FreeBSD Bugzilla – Attachment 204711 Details for
Bug 238234
[new port] www/fusionpbx: fusionpbx 4.4.1 is a php7 webgui for freeswitch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fusionpbx 4.4.1 a php7 webgui for freeswitch
fusionpbx.diff (text/plain), 164.55 KB, created by
Richard Allen
on 2019-05-30 03:54:07 UTC
(
hide
)
Description:
fusionpbx 4.4.1 a php7 webgui for freeswitch
Filename:
MIME Type:
Creator:
Richard Allen
Created:
2019-05-30 03:54:07 UTC
Size:
164.55 KB
patch
obsolete
>Index: www/fusionpbx/Makefile >=================================================================== >--- www/fusionpbx/Makefile (nonexistent) >+++ www/fusionpbx/Makefile (working copy) >@@ -0,0 +1,57 @@ >+# Created by: Richard Allen <richard2891@gmail.com> >+# $FreeBSD$ >+ >+PORTNAME= fusionpbx >+PORTVERSION= 4.4.1 >+PORTREVISION= 1 >+#DISTVERSION= 4.4.1 >+CATEGORIES= www >+ >+MAINTAINER= richard2891@gmail.com >+COMMENT= PHP7.2 Graphical User Interface for FreeSwitch >+ >+LICENSE= MPL11 >+ >+ONLY_FOR_ARCHS= amd64 >+ >+LIB_DEPENDS= libodbc.so:databases/unixODBC >+RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VER}-pdo_odbc \ >+ ${LOCALBASE}/bin/freeswitch:net/freeswitch \ >+ ${LOCALBASE}/bin/memcached:databases/memcached >+ >+USES= sqlite php fakeroot >+USE_PHP= phar pdo pdo_odbc pdo_sqlite json gd imap \ >+ ldap openssl sockets simplexml xml session odbc >+ >+USE_GITHUB= yes >+GH_ACCOUNT= ${PORTNAME} >+GH_PROJECT= ${PORTNAME} >+GH_TAGNAME= ${PORTVERSION} >+ >+DEFAULT_VERSIONS+=php=7.2 >+ >+VARBASE= var >+ >+WRKSRC_SUBDIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+NO_BUILD= yes >+ >+OPTIONS_DEFINE= PDOPGSQL >+ >+OPTIONS_DEFAULT= PDOPGSQL >+ >+PDOPGSQL_DESC= Install POSTGRESQL PDO Connector >+ >+PDOPGSQL_USES= pgsql >+PDOPGSQL_USE= PHP=pgsql,pdo_pgsql >+ >+.include <bsd.port.options.mk> >+ >+do-install: >+ @${MKDIR} ${STAGEDIR}${WWWDIR} >+ @(cd ${WRKSRC_SUBDIR} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) >+ @${MKDIR} ${STAGEDIR}/${VARBASE}/db/fusionpbx >+ >+ @${MKDIR} ${STAGEDIR}/${VARBASE}/cache/fusionpbx >+ @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}/secure >+ >+.include <bsd.port.mk> > >Property changes on: www/fusionpbx/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/fusionpbx/distinfo >=================================================================== >--- www/fusionpbx/distinfo (nonexistent) >+++ www/fusionpbx/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1552794100 >+SHA256 (fusionpbx-fusionpbx-4.4.1_GH0.tar.gz) = 232063ae3e3bc4330311f317e4de9aef16fd3fb4cf0dd558a86af235b8790635 >+SIZE (fusionpbx-fusionpbx-4.4.1_GH0.tar.gz) = 8985184 > >Property changes on: www/fusionpbx/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/fusionpbx/files/pkg-message >=================================================================== >--- www/fusionpbx/files/pkg-message (nonexistent) >+++ www/fusionpbx/files/pkg-message (working copy) >@@ -0,0 +1,45 @@ >+################################# >+#run freeswith under www user and group >+sysrc memcached_enable="YES" >+sysrc freeswitch_enable="YES" >+sysrc freeswitch_flags="-nc -nonat" >+sysrc freeswitch_user="www" >+sysrc freeswitch_group="www" >+ >+#copy the default conf directory >+mkdir -p /usr/local/etc/freeswitch >+cp -R /usr/local/www/fusionpbx/resources/templates/conf/* /usr/local/etc/freeswitch >+ >+#copy the scripts >+cp -R /usr/local/www/fusionpbx/resources/install/scripts /usr/local/share/freeswitch >+ >+#default ownership >+chown -R www:www /usr/local/etc/freeswitch >+chown -R www:www /var/lib/freeswitch >+chown -R www:www /usr/local/share/freeswitch >+chown -R www:www /var/log/freeswitch >+chown -R www:www /var/run/freeswitch >+ >+#install nginx or apache24 and mod_php72 >+#optinal install postgresql10 >+sysrc postgresql_enable="YES" >+ >+/usr/local/etc/rc.d/postgresql initdb >+ >+sudo -u postgres /usr/local/bin/pg_ctl -D /var/db/postgres/data10 -l logfile start >+ >+service postgresql restart >+ >+sudo -u postgres psql -c "DROP DATABASE fusionpbx;" >+sudo -u postgres psql -c "DROP DATABASE freeswitch;" >+sudo -u postgres psql -c "DROP ROLE fusionpbx;" >+sudo -u postgres psql -c "DROP ROLE freeswitch;" >+ >+sudo -u postgres psql -c "CREATE DATABASE fusionpbx;" >+sudo -u postgres psql -c "CREATE DATABASE freeswitch;" >+sudo -u postgres psql -c "CREATE ROLE fusionpbx WITH SUPERUSER LOGIN PASSWORD '$DB_PASSWORD';" >+sudo -u postgres psql -c "CREATE ROLE freeswitch WITH SUPERUSER LOGIN PASSWORD '$DB_PASSWORD';" >+sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE fusionpbx to fusionpbx;" >+sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE freeswitch to fusionpbx;" >+sudo -u postgres psql -c "GRANT ALL PRIVILEGES ON DATABASE freeswitch to freeswitch;" >+################################# > >Property changes on: www/fusionpbx/files/pkg-message >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/fusionpbx/pkg-descr >=================================================================== >--- www/fusionpbx/pkg-descr (nonexistent) >+++ www/fusionpbx/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+FusionPBX is an opensource PHP5 based frontend web gui for freeswitch. >+ >+WWW: http://www.fusionpbx.com > >Property changes on: www/fusionpbx/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/fusionpbx/pkg-plist >=================================================================== >--- www/fusionpbx/pkg-plist (nonexistent) >+++ www/fusionpbx/pkg-plist (working copy) >@@ -0,0 +1,2829 @@ >+@owner www >+@group www >+%%WWWDIR%%/.gitignore >+%%WWWDIR%%/.htaccess >+%%WWWDIR%%/.project >+%%WWWDIR%%/README.md >+%%WWWDIR%%/app/access_controls/access_control_delete.php >+%%WWWDIR%%/app/access_controls/access_control_edit.php >+%%WWWDIR%%/app/access_controls/access_control_node_delete.php >+%%WWWDIR%%/app/access_controls/access_control_node_edit.php >+%%WWWDIR%%/app/access_controls/access_control_nodes.php >+%%WWWDIR%%/app/access_controls/access_controls.php >+%%WWWDIR%%/app/access_controls/app_config.php >+%%WWWDIR%%/app/access_controls/app_defaults.php >+%%WWWDIR%%/app/access_controls/app_languages.php >+%%WWWDIR%%/app/access_controls/app_menu.php >+%%WWWDIR%%/app/access_controls/root.php >+%%WWWDIR%%/app/adminer/adminer.css >+%%WWWDIR%%/app/adminer/adminer.php >+%%WWWDIR%%/app/adminer/app_config.php >+%%WWWDIR%%/app/adminer/app_defaults.php >+%%WWWDIR%%/app/adminer/app_menu.php >+%%WWWDIR%%/app/adminer/index.php >+%%WWWDIR%%/app/adminer/root.php >+%%WWWDIR%%/app/azure/resources/classes/azure.php >+%%WWWDIR%%/app/backup/app_config.php >+%%WWWDIR%%/app/backup/app_languages.php >+%%WWWDIR%%/app/backup/app_menu.php >+%%WWWDIR%%/app/backup/index.php >+%%WWWDIR%%/app/backup/resources/classes/backup.php >+%%WWWDIR%%/app/backup/root.php >+%%WWWDIR%%/app/bridges/app_config.php >+%%WWWDIR%%/app/bridges/app_languages.php >+%%WWWDIR%%/app/bridges/app_menu.php >+%%WWWDIR%%/app/bridges/bridge_delete.php >+%%WWWDIR%%/app/bridges/bridge_edit.php >+%%WWWDIR%%/app/bridges/bridges.php >+%%WWWDIR%%/app/bridges/resources/classes/bridges.php >+%%WWWDIR%%/app/bridges/root.php >+%%WWWDIR%%/app/call_block/app_config.php >+%%WWWDIR%%/app/call_block/app_languages.php >+%%WWWDIR%%/app/call_block/app_menu.php >+%%WWWDIR%%/app/call_block/call_block.php >+%%WWWDIR%%/app/call_block/call_block_cdr_add.php >+%%WWWDIR%%/app/call_block/call_block_delete.php >+%%WWWDIR%%/app/call_block/call_block_edit.php >+%%WWWDIR%%/app/call_block/root.php >+%%WWWDIR%%/app/call_broadcast/app_config.php >+%%WWWDIR%%/app/call_broadcast/app_languages.php >+%%WWWDIR%%/app/call_broadcast/app_menu.php >+%%WWWDIR%%/app/call_broadcast/call_broadcast.php >+%%WWWDIR%%/app/call_broadcast/call_broadcast_delete.php >+%%WWWDIR%%/app/call_broadcast/call_broadcast_edit.php >+%%WWWDIR%%/app/call_broadcast/call_broadcast_send.php >+%%WWWDIR%%/app/call_broadcast/call_broadcast_stop.php >+%%WWWDIR%%/app/call_broadcast/root.php >+%%WWWDIR%%/app/call_center_active/app_config.php >+%%WWWDIR%%/app/call_center_active/app_languages.php >+%%WWWDIR%%/app/call_center_active/app_menu.php >+%%WWWDIR%%/app/call_center_active/call_center_active.php >+%%WWWDIR%%/app/call_center_active/call_center_active_inc.php >+%%WWWDIR%%/app/call_center_active/call_center_exec.php >+%%WWWDIR%%/app/call_center_active/call_center_queue.php >+%%WWWDIR%%/app/call_center_active/root.php >+%%WWWDIR%%/app/call_centers/app_config.php >+%%WWWDIR%%/app/call_centers/app_defaults.php >+%%WWWDIR%%/app/call_centers/app_languages.php >+%%WWWDIR%%/app/call_centers/app_menu.php >+%%WWWDIR%%/app/call_centers/call_center_agent_dashboard.php >+%%WWWDIR%%/app/call_centers/call_center_agent_delete.php >+%%WWWDIR%%/app/call_centers/call_center_agent_edit.php >+%%WWWDIR%%/app/call_centers/call_center_agent_status.php >+%%WWWDIR%%/app/call_centers/call_center_agents.php >+%%WWWDIR%%/app/call_centers/call_center_queue_delete.php >+%%WWWDIR%%/app/call_centers/call_center_queue_edit.php >+%%WWWDIR%%/app/call_centers/call_center_queues.php >+%%WWWDIR%%/app/call_centers/call_center_tier_edit.php >+%%WWWDIR%%/app/call_centers/cmd.php >+%%WWWDIR%%/app/call_centers/resources/classes/call_center.php >+%%WWWDIR%%/app/call_centers/root.php >+%%WWWDIR%%/app/call_flows/app_config.php >+%%WWWDIR%%/app/call_flows/app_languages.php >+%%WWWDIR%%/app/call_flows/app_menu.php >+%%WWWDIR%%/app/call_flows/call_flow_delete.php >+%%WWWDIR%%/app/call_flows/call_flow_edit.php >+%%WWWDIR%%/app/call_flows/call_flows.php >+%%WWWDIR%%/app/call_flows/root.php >+%%WWWDIR%%/app/call_recordings/app_config.php >+%%WWWDIR%%/app/call_recordings/app_languages.php >+%%WWWDIR%%/app/call_recordings/app_menu.php >+%%WWWDIR%%/app/call_recordings/call_recording_delete.php >+%%WWWDIR%%/app/call_recordings/call_recording_edit.php >+%%WWWDIR%%/app/call_recordings/call_recordings.php >+%%WWWDIR%%/app/call_recordings/download.php >+%%WWWDIR%%/app/call_recordings/resources/classes/call_recordings.php >+%%WWWDIR%%/app/call_recordings/root.php >+%%WWWDIR%%/app/calls/app_config.php >+%%WWWDIR%%/app/calls/app_defaults.php >+%%WWWDIR%%/app/calls/app_languages.php >+%%WWWDIR%%/app/calls/app_menu.php >+%%WWWDIR%%/app/calls/call_edit.php >+%%WWWDIR%%/app/calls/calls.php >+%%WWWDIR%%/app/calls/resources/classes/call_forward.php >+%%WWWDIR%%/app/calls/resources/classes/do_not_disturb.php >+%%WWWDIR%%/app/calls/resources/classes/feature_event_notify.php >+%%WWWDIR%%/app/calls/resources/classes/follow_me.php >+%%WWWDIR%%/app/calls/root.php >+%%WWWDIR%%/app/calls_active/app_config.php >+%%WWWDIR%%/app/calls_active/app_languages.php >+%%WWWDIR%%/app/calls_active/app_menu.php >+%%WWWDIR%%/app/calls_active/calls_active.php >+%%WWWDIR%%/app/calls_active/calls_active_inc.php >+%%WWWDIR%%/app/calls_active/calls_exec.php >+%%WWWDIR%%/app/calls_active/resources/images/refresh_active.gif >+%%WWWDIR%%/app/calls_active/resources/images/refresh_paused.png >+%%WWWDIR%%/app/calls_active/root.php >+%%WWWDIR%%/app/click_to_call/app_config.php >+%%WWWDIR%%/app/click_to_call/app_languages.php >+%%WWWDIR%%/app/click_to_call/app_menu.php >+%%WWWDIR%%/app/click_to_call/click_to_call.php >+%%WWWDIR%%/app/click_to_call/root.php >+%%WWWDIR%%/app/conference_centers/app_config.php >+%%WWWDIR%%/app/conference_centers/app_languages.php >+%%WWWDIR%%/app/conference_centers/app_menu.php >+%%WWWDIR%%/app/conference_centers/conference_center_delete.php >+%%WWWDIR%%/app/conference_centers/conference_center_edit.php >+%%WWWDIR%%/app/conference_centers/conference_centers.php >+%%WWWDIR%%/app/conference_centers/conference_room_delete.php >+%%WWWDIR%%/app/conference_centers/conference_room_edit.php >+%%WWWDIR%%/app/conference_centers/conference_rooms.php >+%%WWWDIR%%/app/conference_centers/conference_session_details.php >+%%WWWDIR%%/app/conference_centers/conference_sessions.php >+%%WWWDIR%%/app/conference_centers/resources/classes/conference_center.php >+%%WWWDIR%%/app/conference_centers/root.php >+%%WWWDIR%%/app/conference_controls/app_config.php >+%%WWWDIR%%/app/conference_controls/app_defaults.php >+%%WWWDIR%%/app/conference_controls/app_languages.php >+%%WWWDIR%%/app/conference_controls/app_menu.php >+%%WWWDIR%%/app/conference_controls/conference_control_delete.php >+%%WWWDIR%%/app/conference_controls/conference_control_detail_delete.php >+%%WWWDIR%%/app/conference_controls/conference_control_detail_edit.php >+%%WWWDIR%%/app/conference_controls/conference_control_details.php >+%%WWWDIR%%/app/conference_controls/conference_control_edit.php >+%%WWWDIR%%/app/conference_controls/conference_controls.php >+%%WWWDIR%%/app/conference_controls/root.php >+%%WWWDIR%%/app/conference_profiles/app_config.php >+%%WWWDIR%%/app/conference_profiles/app_defaults.php >+%%WWWDIR%%/app/conference_profiles/app_languages.php >+%%WWWDIR%%/app/conference_profiles/app_menu.php >+%%WWWDIR%%/app/conference_profiles/conference_profile_delete.php >+%%WWWDIR%%/app/conference_profiles/conference_profile_edit.php >+%%WWWDIR%%/app/conference_profiles/conference_profile_param_delete.php >+%%WWWDIR%%/app/conference_profiles/conference_profile_param_edit.php >+%%WWWDIR%%/app/conference_profiles/conference_profile_params.php >+%%WWWDIR%%/app/conference_profiles/conference_profiles.php >+%%WWWDIR%%/app/conference_profiles/root.php >+%%WWWDIR%%/app/conferences/app_config.php >+%%WWWDIR%%/app/conferences/app_defaults.php >+%%WWWDIR%%/app/conferences/app_languages.php >+%%WWWDIR%%/app/conferences/app_menu.php >+%%WWWDIR%%/app/conferences/conference_delete.php >+%%WWWDIR%%/app/conferences/conference_edit.php >+%%WWWDIR%%/app/conferences/conferences.php >+%%WWWDIR%%/app/conferences/root.php >+%%WWWDIR%%/app/conferences_active/app_config.php >+%%WWWDIR%%/app/conferences_active/app_languages.php >+%%WWWDIR%%/app/conferences_active/app_menu.php >+%%WWWDIR%%/app/conferences_active/conference_exec.php >+%%WWWDIR%%/app/conferences_active/conference_interactive.php >+%%WWWDIR%%/app/conferences_active/conference_interactive_inc.php >+%%WWWDIR%%/app/conferences_active/conferences_active.php >+%%WWWDIR%%/app/conferences_active/conferences_active_inc.php >+%%WWWDIR%%/app/conferences_active/resources/images/hear.png >+%%WWWDIR%%/app/conferences_active/resources/images/moderator.png >+%%WWWDIR%%/app/conferences_active/resources/images/not_recording.png >+%%WWWDIR%%/app/conferences_active/resources/images/participant.png >+%%WWWDIR%%/app/conferences_active/resources/images/recording.png >+%%WWWDIR%%/app/conferences_active/resources/images/speak.png >+%%WWWDIR%%/app/conferences_active/resources/images/talking.png >+%%WWWDIR%%/app/conferences_active/resources/images/video.png >+%%WWWDIR%%/app/conferences_active/root.php >+%%WWWDIR%%/app/contacts/app_config.php >+%%WWWDIR%%/app/contacts/app_defaults.php >+%%WWWDIR%%/app/contacts/app_languages.php >+%%WWWDIR%%/app/contacts/app_menu.php >+%%WWWDIR%%/app/contacts/contact_address_delete.php >+%%WWWDIR%%/app/contacts/contact_address_edit.php >+%%WWWDIR%%/app/contacts/contact_addresses.php >+%%WWWDIR%%/app/contacts/contact_auth.php >+%%WWWDIR%%/app/contacts/contact_delete.php >+%%WWWDIR%%/app/contacts/contact_edit.php >+%%WWWDIR%%/app/contacts/contact_email_delete.php >+%%WWWDIR%%/app/contacts/contact_email_edit.php >+%%WWWDIR%%/app/contacts/contact_emails.php >+%%WWWDIR%%/app/contacts/contact_extensions.php >+%%WWWDIR%%/app/contacts/contact_group_delete.php >+%%WWWDIR%%/app/contacts/contact_import.php >+%%WWWDIR%%/app/contacts/contact_import_google.php >+%%WWWDIR%%/app/contacts/contact_note_delete.php >+%%WWWDIR%%/app/contacts/contact_note_edit.php >+%%WWWDIR%%/app/contacts/contact_notes.php >+%%WWWDIR%%/app/contacts/contact_phone_delete.php >+%%WWWDIR%%/app/contacts/contact_phone_edit.php >+%%WWWDIR%%/app/contacts/contact_phones.php >+%%WWWDIR%%/app/contacts/contact_relation_delete.php >+%%WWWDIR%%/app/contacts/contact_relation_edit.php >+%%WWWDIR%%/app/contacts/contact_relations.php >+%%WWWDIR%%/app/contacts/contact_setting_delete.php >+%%WWWDIR%%/app/contacts/contact_setting_edit.php >+%%WWWDIR%%/app/contacts/contact_settings.php >+%%WWWDIR%%/app/contacts/contact_time_delete.php >+%%WWWDIR%%/app/contacts/contact_time_edit.php >+%%WWWDIR%%/app/contacts/contact_timer.php >+%%WWWDIR%%/app/contacts/contact_timer_inc.php >+%%WWWDIR%%/app/contacts/contact_times.php >+%%WWWDIR%%/app/contacts/contact_url_delete.php >+%%WWWDIR%%/app/contacts/contact_url_edit.php >+%%WWWDIR%%/app/contacts/contact_urls.php >+%%WWWDIR%%/app/contacts/contact_user_delete.php >+%%WWWDIR%%/app/contacts/contacts.php >+%%WWWDIR%%/app/contacts/contacts_vcard.php >+%%WWWDIR%%/app/contacts/resources/functions/google_get_contacts.php >+%%WWWDIR%%/app/contacts/resources/functions/google_get_groups.php >+%%WWWDIR%%/app/contacts/resources/images/icon_gcontacts.png >+%%WWWDIR%%/app/contacts/resources/images/icon_gmaps.png >+%%WWWDIR%%/app/contacts/resources/images/icon_timer.png >+%%WWWDIR%%/app/contacts/root.php >+%%WWWDIR%%/app/database_transactions/app_config.php >+%%WWWDIR%%/app/database_transactions/app_languages.php >+%%WWWDIR%%/app/database_transactions/app_menu.php >+%%WWWDIR%%/app/database_transactions/database_transaction_delete.php >+%%WWWDIR%%/app/database_transactions/database_transaction_edit.php >+%%WWWDIR%%/app/database_transactions/database_transactions.php >+%%WWWDIR%%/app/database_transactions/root.php >+%%WWWDIR%%/app/destinations/app_config.php >+%%WWWDIR%%/app/destinations/app_defaults.php >+%%WWWDIR%%/app/destinations/app_languages.php >+%%WWWDIR%%/app/destinations/app_menu.php >+%%WWWDIR%%/app/destinations/destination_delete.php >+%%WWWDIR%%/app/destinations/destination_edit.php >+%%WWWDIR%%/app/destinations/destinations.php >+%%WWWDIR%%/app/destinations/resources/classes/destinations.php >+%%WWWDIR%%/app/destinations/root.php >+%%WWWDIR%%/app/devices/app_config.php >+%%WWWDIR%%/app/devices/app_defaults.php >+%%WWWDIR%%/app/devices/app_languages.php >+%%WWWDIR%%/app/devices/app_menu.php >+%%WWWDIR%%/app/devices/cmd.php >+%%WWWDIR%%/app/devices/device_copy.php >+%%WWWDIR%%/app/devices/device_dashboard.php >+%%WWWDIR%%/app/devices/device_delete.php >+%%WWWDIR%%/app/devices/device_download.php >+%%WWWDIR%%/app/devices/device_edit.php >+%%WWWDIR%%/app/devices/device_key_delete.php >+%%WWWDIR%%/app/devices/device_key_edit.php >+%%WWWDIR%%/app/devices/device_line_delete.php >+%%WWWDIR%%/app/devices/device_line_edit.php >+%%WWWDIR%%/app/devices/device_profile_copy.php >+%%WWWDIR%%/app/devices/device_profile_delete.php >+%%WWWDIR%%/app/devices/device_profile_edit.php >+%%WWWDIR%%/app/devices/device_profiles.php >+%%WWWDIR%%/app/devices/device_setting_delete.php >+%%WWWDIR%%/app/devices/device_setting_edit.php >+%%WWWDIR%%/app/devices/device_settings.php >+%%WWWDIR%%/app/devices/device_vendor_delete.php >+%%WWWDIR%%/app/devices/device_vendor_edit.php >+%%WWWDIR%%/app/devices/device_vendor_function_delete.php >+%%WWWDIR%%/app/devices/device_vendor_function_edit.php >+%%WWWDIR%%/app/devices/device_vendor_functions.php >+%%WWWDIR%%/app/devices/device_vendor_restore.php >+%%WWWDIR%%/app/devices/device_vendors.php >+%%WWWDIR%%/app/devices/devices.php >+%%WWWDIR%%/app/devices/resources/classes/device.php >+%%WWWDIR%%/app/devices/root.php >+%%WWWDIR%%/app/dialplan_inbound/app_config.php >+%%WWWDIR%%/app/dialplan_inbound/app_defaults.php >+%%WWWDIR%%/app/dialplan_inbound/app_languages.php >+%%WWWDIR%%/app/dialplan_inbound/app_menu.php >+%%WWWDIR%%/app/dialplan_inbound/dialplan_inbound_add.php >+%%WWWDIR%%/app/dialplan_inbound/root.php >+%%WWWDIR%%/app/dialplan_outbound/app_config.php >+%%WWWDIR%%/app/dialplan_outbound/app_languages.php >+%%WWWDIR%%/app/dialplan_outbound/app_menu.php >+%%WWWDIR%%/app/dialplan_outbound/dialplan_outbound_add.php >+%%WWWDIR%%/app/dialplan_outbound/root.php >+%%WWWDIR%%/app/dialplans/app_config.php >+%%WWWDIR%%/app/dialplans/app_defaults.php >+%%WWWDIR%%/app/dialplans/app_languages.php >+%%WWWDIR%%/app/dialplans/app_menu.php >+%%WWWDIR%%/app/dialplans/dialplan_add.php >+%%WWWDIR%%/app/dialplans/dialplan_copy.php >+%%WWWDIR%%/app/dialplans/dialplan_delete.php >+%%WWWDIR%%/app/dialplans/dialplan_detail_delete.php >+%%WWWDIR%%/app/dialplans/dialplan_detail_edit.php >+%%WWWDIR%%/app/dialplans/dialplan_edit.php >+%%WWWDIR%%/app/dialplans/dialplan_xml.php >+%%WWWDIR%%/app/dialplans/dialplans.php >+%%WWWDIR%%/app/dialplans/resources/classes/dialplan.php >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/010_caller_details.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/010_user_exists.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/015_caller_details.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/020_call_direction.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/020_variables.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/025_call_limit.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/030_is_local.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/040_call_block.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/050_user_record.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/060_redial.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/070_speed_dial.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/080_default_caller_id.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/200_agent_status.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/210_agent_status_id.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/220_provision.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/230_group-intercept.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/240_page.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/250_conf-xfer.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/250_page-extension.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/260_eavesdrop.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/270_call_privacy.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/280_call_return.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/290_extension_queue.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext-polycom.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/300_dx.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/310_att_xfer.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/310_extension-to-voicemail.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/310_send_to_voicemail.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/320_vmain.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/320_xfer_vm.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/330_is_transfer.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/330_vmain_user.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/340_cf.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/340_delay_echo.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/350_echo.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/350_please_hold.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/360_is_zrtp_secure.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/360_milliwatt.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/370_is_secure.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/370_tone_stream.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/380_hold_music.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/400_recordings.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/410_freeswitch_conference.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/420_disa.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/430_directory.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/470_valet_park.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/470_valet_park_in.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/475_valet_park_out.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/480_operator.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/485_operator-forward.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/490_do-not-disturb.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/500_call-forward.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/505_call-forward-all.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/510_follow-me.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/530_click_to_call_auto_answer.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/530_talking_clock_date_and_time.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/540_talking_clock_time.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/550_talking_clock_date.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/560_extension_queue.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/570_nway_conference.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/860_bind_digit_action.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/870_cidlookup.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/880_call_screen.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/890_local_extension.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/900_voicemail.xml >+%%WWWDIR%%/app/dialplans/resources/switch/conf/dialplan/999_not-found.xml >+%%WWWDIR%%/app/dialplans/root.php >+%%WWWDIR%%/app/edit/app_config.php >+%%WWWDIR%%/app/edit/app_languages.php >+%%WWWDIR%%/app/edit/app_menu.php >+%%WWWDIR%%/app/edit/clipadd.php >+%%WWWDIR%%/app/edit/clipdelete.php >+%%WWWDIR%%/app/edit/cliplist.php >+%%WWWDIR%%/app/edit/clipoptions.php >+%%WWWDIR%%/app/edit/clipoptionslist.php >+%%WWWDIR%%/app/edit/clipupdate.php >+%%WWWDIR%%/app/edit/filedelete.php >+%%WWWDIR%%/app/edit/filelist.php >+%%WWWDIR%%/app/edit/filenew.php >+%%WWWDIR%%/app/edit/fileoptions.php >+%%WWWDIR%%/app/edit/fileoptionslist.php >+%%WWWDIR%%/app/edit/fileread.php >+%%WWWDIR%%/app/edit/filerename.php >+%%WWWDIR%%/app/edit/filesave.php >+%%WWWDIR%%/app/edit/folderdelete.php >+%%WWWDIR%%/app/edit/foldernew.php >+%%WWWDIR%%/app/edit/footer.php >+%%WWWDIR%%/app/edit/header.php >+%%WWWDIR%%/app/edit/index.php >+%%WWWDIR%%/app/edit/readme.txt >+%%WWWDIR%%/app/edit/resources/images/blank.gif >+%%WWWDIR%%/app/edit/resources/images/icon_file.png >+%%WWWDIR%%/app/edit/resources/images/icon_folder.png >+%%WWWDIR%%/app/edit/resources/images/icon_gear.png >+%%WWWDIR%%/app/edit/resources/images/icon_goto.png >+%%WWWDIR%%/app/edit/resources/images/icon_indenting.png >+%%WWWDIR%%/app/edit/resources/images/icon_invisibles.png >+%%WWWDIR%%/app/edit/resources/images/icon_numbering.png >+%%WWWDIR%%/app/edit/resources/images/icon_replace.png >+%%WWWDIR%%/app/edit/resources/images/icon_save.png >+%%WWWDIR%%/app/edit/resources/images/icon_sidebar.png >+%%WWWDIR%%/app/edit/root.php >+%%WWWDIR%%/app/email_templates/app_config.php >+%%WWWDIR%%/app/email_templates/app_defaults.php >+%%WWWDIR%%/app/email_templates/app_languages.php >+%%WWWDIR%%/app/email_templates/app_menu.php >+%%WWWDIR%%/app/email_templates/email_template_delete.php >+%%WWWDIR%%/app/email_templates/email_template_edit.php >+%%WWWDIR%%/app/email_templates/email_templates.php >+%%WWWDIR%%/app/email_templates/resources/classes/email_templates.php >+%%WWWDIR%%/app/email_templates/root.php >+%%WWWDIR%%/app/emails/app_config.php >+%%WWWDIR%%/app/emails/app_languages.php >+%%WWWDIR%%/app/emails/app_menu.php >+%%WWWDIR%%/app/emails/email_cron.php >+%%WWWDIR%%/app/emails/email_delete.php >+%%WWWDIR%%/app/emails/email_view.php >+%%WWWDIR%%/app/emails/emails.php >+%%WWWDIR%%/app/emails/root.php >+%%WWWDIR%%/app/exec/app_config.php >+%%WWWDIR%%/app/exec/app_languages.php >+%%WWWDIR%%/app/exec/app_menu.php >+%%WWWDIR%%/app/exec/exec.php >+%%WWWDIR%%/app/exec/resources/images/blank.gif >+%%WWWDIR%%/app/exec/resources/images/icon_file.png >+%%WWWDIR%%/app/exec/resources/images/icon_folder.png >+%%WWWDIR%%/app/exec/resources/images/icon_gear.png >+%%WWWDIR%%/app/exec/resources/images/icon_goto.png >+%%WWWDIR%%/app/exec/resources/images/icon_indenting.png >+%%WWWDIR%%/app/exec/resources/images/icon_invisibles.png >+%%WWWDIR%%/app/exec/resources/images/icon_numbering.png >+%%WWWDIR%%/app/exec/resources/images/icon_replace.png >+%%WWWDIR%%/app/exec/root.php >+%%WWWDIR%%/app/exec/sql_backup.php >+%%WWWDIR%%/app/exec/sql_db_conversion.php >+%%WWWDIR%%/app/exec/sql_query_db.php >+%%WWWDIR%%/app/exec/sql_query_pdo.php >+%%WWWDIR%%/app/exec/sql_query_result.php >+%%WWWDIR%%/app/extensions/app_config.php >+%%WWWDIR%%/app/extensions/app_defaults.php >+%%WWWDIR%%/app/extensions/app_languages.php >+%%WWWDIR%%/app/extensions/app_menu.php >+%%WWWDIR%%/app/extensions/extension_copy.php >+%%WWWDIR%%/app/extensions/extension_dashboard.php >+%%WWWDIR%%/app/extensions/extension_delete.php >+%%WWWDIR%%/app/extensions/extension_download.php >+%%WWWDIR%%/app/extensions/extension_edit.php >+%%WWWDIR%%/app/extensions/extensions.php >+%%WWWDIR%%/app/extensions/resources/classes/extension.php >+%%WWWDIR%%/app/extensions/root.php >+%%WWWDIR%%/app/fanvil/app_config.php >+%%WWWDIR%%/app/fanvil/resources/firmware/README.md >+%%WWWDIR%%/app/fax/app_config.php >+%%WWWDIR%%/app/fax/app_defaults.php >+%%WWWDIR%%/app/fax/app_languages.php >+%%WWWDIR%%/app/fax/app_menu.php >+%%WWWDIR%%/app/fax/fax.php >+%%WWWDIR%%/app/fax/fax_active.php >+%%WWWDIR%%/app/fax/fax_active_exec.php >+%%WWWDIR%%/app/fax/fax_active_inc.php >+%%WWWDIR%%/app/fax/fax_copy.php >+%%WWWDIR%%/app/fax/fax_delete.php >+%%WWWDIR%%/app/fax/fax_edit.php >+%%WWWDIR%%/app/fax/fax_emails.php >+%%WWWDIR%%/app/fax/fax_file_delete.php >+%%WWWDIR%%/app/fax/fax_files.php >+%%WWWDIR%%/app/fax/fax_files_remote.php >+%%WWWDIR%%/app/fax/fax_log_delete.php >+%%WWWDIR%%/app/fax/fax_log_view.php >+%%WWWDIR%%/app/fax/fax_logs.php >+%%WWWDIR%%/app/fax/fax_send.php >+%%WWWDIR%%/app/fax/resources/classes/fax.php >+%%WWWDIR%%/app/fax/resources/functions/object_to_array.php >+%%WWWDIR%%/app/fax/resources/functions/parse_attachments.php >+%%WWWDIR%%/app/fax/resources/functions/parse_message.php >+%%WWWDIR%%/app/fax/resources/images/logo.jpg >+%%WWWDIR%%/app/fax/resources/images/refresh_active.gif >+%%WWWDIR%%/app/fax/resources/images/refresh_paused.png >+%%WWWDIR%%/app/fax/root.php >+%%WWWDIR%%/app/fifo/app_config.php >+%%WWWDIR%%/app/fifo/app_languages.php >+%%WWWDIR%%/app/fifo/app_menu.php >+%%WWWDIR%%/app/fifo/fifo_add.php >+%%WWWDIR%%/app/fifo/root.php >+%%WWWDIR%%/app/fifo_list/app_config.php >+%%WWWDIR%%/app/fifo_list/app_languages.php >+%%WWWDIR%%/app/fifo_list/app_menu.php >+%%WWWDIR%%/app/fifo_list/fifo_exec.php >+%%WWWDIR%%/app/fifo_list/fifo_interactive.php >+%%WWWDIR%%/app/fifo_list/fifo_interactive_inc.php >+%%WWWDIR%%/app/fifo_list/fifo_list.php >+%%WWWDIR%%/app/fifo_list/fifo_list_inc.php >+%%WWWDIR%%/app/fifo_list/root.php >+%%WWWDIR%%/app/follow_me/app_config.php >+%%WWWDIR%%/app/follow_me/app_menu.php >+%%WWWDIR%%/app/follow_me/root.php >+%%WWWDIR%%/app/gateways/app_config.php >+%%WWWDIR%%/app/gateways/app_languages.php >+%%WWWDIR%%/app/gateways/app_menu.php >+%%WWWDIR%%/app/gateways/gateway_copy.php >+%%WWWDIR%%/app/gateways/gateway_delete.php >+%%WWWDIR%%/app/gateways/gateway_edit.php >+%%WWWDIR%%/app/gateways/gateways.php >+%%WWWDIR%%/app/gateways/root.php >+%%WWWDIR%%/app/grandstream/app_config.php >+%%WWWDIR%%/app/htek/app_config.php >+%%WWWDIR%%/app/htek/resources/firmware/README.md >+%%WWWDIR%%/app/ivr_menus/app_config.php >+%%WWWDIR%%/app/ivr_menus/app_defaults.php >+%%WWWDIR%%/app/ivr_menus/app_languages.php >+%%WWWDIR%%/app/ivr_menus/app_menu.php >+%%WWWDIR%%/app/ivr_menus/ivr_menu_copy.php >+%%WWWDIR%%/app/ivr_menus/ivr_menu_delete.php >+%%WWWDIR%%/app/ivr_menus/ivr_menu_edit.php >+%%WWWDIR%%/app/ivr_menus/ivr_menu_option_delete.php >+%%WWWDIR%%/app/ivr_menus/ivr_menu_options.php >+%%WWWDIR%%/app/ivr_menus/ivr_menus.php >+%%WWWDIR%%/app/ivr_menus/resources/classes/ivr_menu.php >+%%WWWDIR%%/app/ivr_menus/resources/functions/ivr_menu_xml.php >+%%WWWDIR%%/app/ivr_menus/root.php >+%%WWWDIR%%/app/log_viewer/app_config.php >+%%WWWDIR%%/app/log_viewer/app_languages.php >+%%WWWDIR%%/app/log_viewer/app_menu.php >+%%WWWDIR%%/app/log_viewer/log_viewer.php >+%%WWWDIR%%/app/log_viewer/root.php >+%%WWWDIR%%/app/meetings/app_config.php >+%%WWWDIR%%/app/meetings/app_menu.php >+%%WWWDIR%%/app/modules/app_config.php >+%%WWWDIR%%/app/modules/app_defaults.php >+%%WWWDIR%%/app/modules/app_languages.php >+%%WWWDIR%%/app/modules/app_menu.php >+%%WWWDIR%%/app/modules/module_delete.php >+%%WWWDIR%%/app/modules/module_edit.php >+%%WWWDIR%%/app/modules/modules.php >+%%WWWDIR%%/app/modules/resources/classes/modules.php >+%%WWWDIR%%/app/modules/root.php >+%%WWWDIR%%/app/music_on_hold/app_config.php >+%%WWWDIR%%/app/music_on_hold/app_defaults.php >+%%WWWDIR%%/app/music_on_hold/app_languages.php >+%%WWWDIR%%/app/music_on_hold/app_menu.php >+%%WWWDIR%%/app/music_on_hold/music_on_hold.php >+%%WWWDIR%%/app/music_on_hold/music_on_hold_delete.php >+%%WWWDIR%%/app/music_on_hold/music_on_hold_edit.php >+%%WWWDIR%%/app/music_on_hold/resources/classes/switch_music_on_hold.php >+%%WWWDIR%%/app/music_on_hold/root.php >+%%WWWDIR%%/app/number_translations/app_config.php >+%%WWWDIR%%/app/number_translations/app_defaults.php >+%%WWWDIR%%/app/number_translations/app_languages.php >+%%WWWDIR%%/app/number_translations/app_menu.php >+%%WWWDIR%%/app/number_translations/cmd.php >+%%WWWDIR%%/app/number_translations/number_translation_delete.php >+%%WWWDIR%%/app/number_translations/number_translation_edit.php >+%%WWWDIR%%/app/number_translations/number_translations.php >+%%WWWDIR%%/app/number_translations/resources/classes/number_translations.php >+%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/GB_national_to_e164.xml >+%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/e164_to_GB_national.xml >+%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/remove_leading_plus.xml >+%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/strip_non_digits.xml >+%%WWWDIR%%/app/number_translations/resources/switch/conf/number_translation/strip_symbols.xml >+%%WWWDIR%%/app/number_translations/root.php >+%%WWWDIR%%/app/operator_panel/app_config.php >+%%WWWDIR%%/app/operator_panel/app_languages.php >+%%WWWDIR%%/app/operator_panel/app_menu.php >+%%WWWDIR%%/app/operator_panel/autocomplete.php >+%%WWWDIR%%/app/operator_panel/exec.php >+%%WWWDIR%%/app/operator_panel/index.php >+%%WWWDIR%%/app/operator_panel/index_inc.php >+%%WWWDIR%%/app/operator_panel/resources/functions/get_call_activity.php >+%%WWWDIR%%/app/operator_panel/resources/images/eavesdrop.png >+%%WWWDIR%%/app/operator_panel/resources/images/inbound.png >+%%WWWDIR%%/app/operator_panel/resources/images/keypad_call.png >+%%WWWDIR%%/app/operator_panel/resources/images/keypad_transfer.png >+%%WWWDIR%%/app/operator_panel/resources/images/kill.png >+%%WWWDIR%%/app/operator_panel/resources/images/outbound.png >+%%WWWDIR%%/app/operator_panel/resources/images/record.png >+%%WWWDIR%%/app/operator_panel/resources/images/recording.png >+%%WWWDIR%%/app/operator_panel/resources/images/refresh_active.gif >+%%WWWDIR%%/app/operator_panel/resources/images/refresh_paused.png >+%%WWWDIR%%/app/operator_panel/resources/images/status_available.png >+%%WWWDIR%%/app/operator_panel/resources/images/status_available_on_demand.png >+%%WWWDIR%%/app/operator_panel/resources/images/status_do_not_disturb.png >+%%WWWDIR%%/app/operator_panel/resources/images/status_logged_out.png >+%%WWWDIR%%/app/operator_panel/resources/images/status_on_break.png >+%%WWWDIR%%/app/operator_panel/root.php >+%%WWWDIR%%/app/phrases/app_config.php >+%%WWWDIR%%/app/phrases/app_defaults.php >+%%WWWDIR%%/app/phrases/app_languages.php >+%%WWWDIR%%/app/phrases/app_menu.php >+%%WWWDIR%%/app/phrases/phrase_delete.php >+%%WWWDIR%%/app/phrases/phrase_detail_delete.php >+%%WWWDIR%%/app/phrases/phrase_edit.php >+%%WWWDIR%%/app/phrases/phrases.php >+%%WWWDIR%%/app/phrases/resources/functions/save_phrases_xml.php >+%%WWWDIR%%/app/phrases/root.php >+%%WWWDIR%%/app/pin_numbers/app_config.php >+%%WWWDIR%%/app/pin_numbers/app_languages.php >+%%WWWDIR%%/app/pin_numbers/app_menu.php >+%%WWWDIR%%/app/pin_numbers/pin_download.php >+%%WWWDIR%%/app/pin_numbers/pin_number_delete.php >+%%WWWDIR%%/app/pin_numbers/pin_number_edit.php >+%%WWWDIR%%/app/pin_numbers/pin_numbers.php >+%%WWWDIR%%/app/pin_numbers/root.php >+%%WWWDIR%%/app/polycom/app_config.php >+%%WWWDIR%%/app/providers/app_config.php >+%%WWWDIR%%/app/providers/app_languages.php >+%%WWWDIR%%/app/providers/app_menu.php >+%%WWWDIR%%/app/providers/provider_delete.php >+%%WWWDIR%%/app/providers/provider_setup.php >+%%WWWDIR%%/app/providers/providers.php >+%%WWWDIR%%/app/providers/resources/classes/providers.php >+%%WWWDIR%%/app/providers/resources/images/logo_voicetel.png >+%%WWWDIR%%/app/providers/resources/images/skyetel-logo.png >+%%WWWDIR%%/app/providers/root.php >+%%WWWDIR%%/app/provision/app_config.php >+%%WWWDIR%%/app/provision/app_defaults.php >+%%WWWDIR%%/app/provision/app_menu.php >+%%WWWDIR%%/app/provision/index.php >+%%WWWDIR%%/app/provision/resources/classes/provision.php >+%%WWWDIR%%/app/provision/resources/functions/device_by.php >+%%WWWDIR%%/app/provision/root.php >+%%WWWDIR%%/app/recordings/app_config.php >+%%WWWDIR%%/app/recordings/app_defaults.php >+%%WWWDIR%%/app/recordings/app_languages.php >+%%WWWDIR%%/app/recordings/app_menu.php >+%%WWWDIR%%/app/recordings/recording_delete.php >+%%WWWDIR%%/app/recordings/recording_edit.php >+%%WWWDIR%%/app/recordings/recording_play.php >+%%WWWDIR%%/app/recordings/recordings.php >+%%WWWDIR%%/app/recordings/resources/classes/switch_recordings.php >+%%WWWDIR%%/app/recordings/root.php >+%%WWWDIR%%/app/registrations/app_config.php >+%%WWWDIR%%/app/registrations/app_languages.php >+%%WWWDIR%%/app/registrations/app_menu.php >+%%WWWDIR%%/app/registrations/cmd.php >+%%WWWDIR%%/app/registrations/registration_reload.php >+%%WWWDIR%%/app/registrations/registrations.php >+%%WWWDIR%%/app/registrations/resources/classes/registrations.php >+%%WWWDIR%%/app/registrations/resources/images/refresh_active.gif >+%%WWWDIR%%/app/registrations/resources/images/refresh_paused.png >+%%WWWDIR%%/app/registrations/root.php >+%%WWWDIR%%/app/ring_groups/app_config.php >+%%WWWDIR%%/app/ring_groups/app_defaults.php >+%%WWWDIR%%/app/ring_groups/app_languages.php >+%%WWWDIR%%/app/ring_groups/app_menu.php >+%%WWWDIR%%/app/ring_groups/ring_group_delete.php >+%%WWWDIR%%/app/ring_groups/ring_group_destination_delete.php >+%%WWWDIR%%/app/ring_groups/ring_group_destination_edit.php >+%%WWWDIR%%/app/ring_groups/ring_group_edit.php >+%%WWWDIR%%/app/ring_groups/ring_group_forward.php >+%%WWWDIR%%/app/ring_groups/ring_groups.php >+%%WWWDIR%%/app/ring_groups/root.php >+%%WWWDIR%%/app/scripts/app_defaults.php >+%%WWWDIR%%/app/scripts/resources/classes/scripts.php >+%%WWWDIR%%/app/services/app_config.php >+%%WWWDIR%%/app/services/app_languages.php >+%%WWWDIR%%/app/services/app_menu.php >+%%WWWDIR%%/app/services/resources/classes/lib_win.php >+%%WWWDIR%%/app/services/root.php >+%%WWWDIR%%/app/services/service_delete.php >+%%WWWDIR%%/app/services/service_edit.php >+%%WWWDIR%%/app/services/services.php >+%%WWWDIR%%/app/settings/app_config.php >+%%WWWDIR%%/app/settings/app_defaults.php >+%%WWWDIR%%/app/settings/app_languages.php >+%%WWWDIR%%/app/settings/app_menu.php >+%%WWWDIR%%/app/settings/root.php >+%%WWWDIR%%/app/settings/setting_edit.php >+%%WWWDIR%%/app/sip_profiles/app_config.php >+%%WWWDIR%%/app/sip_profiles/app_defaults.php >+%%WWWDIR%%/app/sip_profiles/app_languages.php >+%%WWWDIR%%/app/sip_profiles/app_menu.php >+%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/default.xml >+%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/external-ipv6.xml >+%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/external.xml >+%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/internal-ipv6.xml >+%%WWWDIR%%/app/sip_profiles/resources/xml/sip_profiles/internal.xml >+%%WWWDIR%%/app/sip_profiles/root.php >+%%WWWDIR%%/app/sip_profiles/sip_profile_copy.php >+%%WWWDIR%%/app/sip_profiles/sip_profile_delete.php >+%%WWWDIR%%/app/sip_profiles/sip_profile_domain_delete.php >+%%WWWDIR%%/app/sip_profiles/sip_profile_edit.php >+%%WWWDIR%%/app/sip_profiles/sip_profile_setting_delete.php >+%%WWWDIR%%/app/sip_profiles/sip_profile_setting_edit.php >+%%WWWDIR%%/app/sip_profiles/sip_profile_settings.php >+%%WWWDIR%%/app/sip_profiles/sip_profiles.php >+%%WWWDIR%%/app/sip_status/app_config.php >+%%WWWDIR%%/app/sip_status/app_languages.php >+%%WWWDIR%%/app/sip_status/app_menu.php >+%%WWWDIR%%/app/sip_status/cmd.php >+%%WWWDIR%%/app/sip_status/root.php >+%%WWWDIR%%/app/sip_status/sip_status.php >+%%WWWDIR%%/app/snom/app_config.php >+%%WWWDIR%%/app/streams/app_config.php >+%%WWWDIR%%/app/streams/app_languages.php >+%%WWWDIR%%/app/streams/app_menu.php >+%%WWWDIR%%/app/streams/resources/classes/streams.php >+%%WWWDIR%%/app/streams/root.php >+%%WWWDIR%%/app/streams/stream_delete.php >+%%WWWDIR%%/app/streams/stream_edit.php >+%%WWWDIR%%/app/streams/streams.php >+%%WWWDIR%%/app/system/app_config.php >+%%WWWDIR%%/app/system/app_languages.php >+%%WWWDIR%%/app/system/app_menu.php >+%%WWWDIR%%/app/system/root.php >+%%WWWDIR%%/app/system/system.php >+%%WWWDIR%%/app/time_conditions/app_config.php >+%%WWWDIR%%/app/time_conditions/app_defaults.php >+%%WWWDIR%%/app/time_conditions/app_languages.php >+%%WWWDIR%%/app/time_conditions/app_menu.php >+%%WWWDIR%%/app/time_conditions/root.php >+%%WWWDIR%%/app/time_conditions/time_condition_delete.php >+%%WWWDIR%%/app/time_conditions/time_condition_edit.php >+%%WWWDIR%%/app/time_conditions/time_conditions.php >+%%WWWDIR%%/app/tones/app_config.php >+%%WWWDIR%%/app/tones/app_defaults.php >+%%WWWDIR%%/app/tones/app_languages.php >+%%WWWDIR%%/app/vars/app_config.php >+%%WWWDIR%%/app/vars/app_defaults.php >+%%WWWDIR%%/app/vars/app_languages.php >+%%WWWDIR%%/app/vars/app_menu.php >+%%WWWDIR%%/app/vars/root.php >+%%WWWDIR%%/app/vars/var_delete.php >+%%WWWDIR%%/app/vars/var_edit.php >+%%WWWDIR%%/app/vars/vars.php >+%%WWWDIR%%/app/vars/vars_textarea.php >+%%WWWDIR%%/app/voicemail_greetings/app_config.php >+%%WWWDIR%%/app/voicemail_greetings/app_defaults.php >+%%WWWDIR%%/app/voicemail_greetings/app_languages.php >+%%WWWDIR%%/app/voicemail_greetings/app_menu.php >+%%WWWDIR%%/app/voicemail_greetings/root.php >+%%WWWDIR%%/app/voicemail_greetings/voicemail_greeting_delete.php >+%%WWWDIR%%/app/voicemail_greetings/voicemail_greeting_edit.php >+%%WWWDIR%%/app/voicemail_greetings/voicemail_greetings.php >+%%WWWDIR%%/app/voicemails/app_config.php >+%%WWWDIR%%/app/voicemails/app_languages.php >+%%WWWDIR%%/app/voicemails/app_menu.php >+%%WWWDIR%%/app/voicemails/resources/classes/voicemail.php >+%%WWWDIR%%/app/voicemails/root.php >+%%WWWDIR%%/app/voicemails/voicemail_delete.php >+%%WWWDIR%%/app/voicemails/voicemail_edit.php >+%%WWWDIR%%/app/voicemails/voicemail_message_delete.php >+%%WWWDIR%%/app/voicemails/voicemail_message_edit.php >+%%WWWDIR%%/app/voicemails/voicemail_message_toggle.php >+%%WWWDIR%%/app/voicemails/voicemail_messages.php >+%%WWWDIR%%/app/voicemails/voicemail_option_delete.php >+%%WWWDIR%%/app/voicemails/voicemail_option_edit.php >+%%WWWDIR%%/app/voicemails/voicemails.php >+%%WWWDIR%%/app/xml_cdr/app_config.php >+%%WWWDIR%%/app/xml_cdr/app_defaults.php >+%%WWWDIR%%/app/xml_cdr/app_languages.php >+%%WWWDIR%%/app/xml_cdr/app_menu.php >+%%WWWDIR%%/app/xml_cdr/download.php >+%%WWWDIR%%/app/xml_cdr/report.php >+%%WWWDIR%%/app/xml_cdr/resources/classes/xml_cdr.php >+%%WWWDIR%%/app/xml_cdr/root.php >+%%WWWDIR%%/app/xml_cdr/v_xml_cdr_import.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_delete.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_details.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_export.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_extension_summary.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_import.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_import_update.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_inc.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_search.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_statistics.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_statistics_csv.php >+%%WWWDIR%%/app/xml_cdr/xml_cdr_statistics_inc.php >+%%WWWDIR%%/app/yealink/app_config.php >+%%WWWDIR%%/app/yealink/resources/firmware/README.md >+%%WWWDIR%%/core/apps/app_config.php >+%%WWWDIR%%/core/apps/app_languages.php >+%%WWWDIR%%/core/apps/app_menu.php >+%%WWWDIR%%/core/apps/apps.php >+%%WWWDIR%%/core/apps/apps_delete.php >+%%WWWDIR%%/core/apps/apps_edit.php >+%%WWWDIR%%/core/apps/root.php >+%%WWWDIR%%/core/authentication/app_config.php >+%%WWWDIR%%/core/authentication/resources/classes/authentication.php >+%%WWWDIR%%/core/authentication/resources/classes/plugins/database.php >+%%WWWDIR%%/core/authentication/resources/classes/plugins/ldap.php >+%%WWWDIR%%/core/authentication/root.php >+%%WWWDIR%%/core/databases/app_config.php >+%%WWWDIR%%/core/databases/app_defaults.php >+%%WWWDIR%%/core/databases/app_languages.php >+%%WWWDIR%%/core/databases/app_menu.php >+%%WWWDIR%%/core/databases/database_delete.php >+%%WWWDIR%%/core/databases/database_edit.php >+%%WWWDIR%%/core/databases/databases.php >+%%WWWDIR%%/core/databases/root.php >+%%WWWDIR%%/core/default_settings/app_config.php >+%%WWWDIR%%/core/default_settings/app_defaults.php >+%%WWWDIR%%/core/default_settings/app_languages.php >+%%WWWDIR%%/core/default_settings/app_menu.php >+%%WWWDIR%%/core/default_settings/default_setting_edit.php >+%%WWWDIR%%/core/default_settings/default_setting_toggle.php >+%%WWWDIR%%/core/default_settings/default_settings.php >+%%WWWDIR%%/core/default_settings/default_settings_reload.php >+%%WWWDIR%%/core/default_settings/root.php >+%%WWWDIR%%/core/domain_settings/app_config.php >+%%WWWDIR%%/core/domain_settings/app_defaults.php >+%%WWWDIR%%/core/domain_settings/app_languages.php >+%%WWWDIR%%/core/domain_settings/app_menu.php >+%%WWWDIR%%/core/domain_settings/domain_delete.php >+%%WWWDIR%%/core/domain_settings/domain_edit.php >+%%WWWDIR%%/core/domain_settings/domain_setting_delete.php >+%%WWWDIR%%/core/domain_settings/domain_setting_edit.php >+%%WWWDIR%%/core/domain_settings/domain_settings.php >+%%WWWDIR%%/core/domain_settings/domains.php >+%%WWWDIR%%/core/domain_settings/root.php >+%%WWWDIR%%/core/events/resources/classes/events.php >+%%WWWDIR%%/core/groups/app_config.php >+%%WWWDIR%%/core/groups/app_defaults.php >+%%WWWDIR%%/core/groups/app_languages.php >+%%WWWDIR%%/core/groups/app_menu.php >+%%WWWDIR%%/core/groups/group_permissions.php >+%%WWWDIR%%/core/groups/groupadd.php >+%%WWWDIR%%/core/groups/groupdelete.php >+%%WWWDIR%%/core/groups/groupedit.php >+%%WWWDIR%%/core/groups/groupmemberadd.php >+%%WWWDIR%%/core/groups/groupmemberdelete.php >+%%WWWDIR%%/core/groups/groupmembers.php >+%%WWWDIR%%/core/groups/groups.php >+%%WWWDIR%%/core/groups/permissions_copy.php >+%%WWWDIR%%/core/groups/permissions_default.php >+%%WWWDIR%%/core/groups/resources/classes/permission.php >+%%WWWDIR%%/core/groups/root.php >+%%WWWDIR%%/core/install/app_config.php >+%%WWWDIR%%/core/install/app_languages.php >+%%WWWDIR%%/core/install/app_menu.php >+%%WWWDIR%%/core/install/index.php >+%%WWWDIR%%/core/install/install.php >+%%WWWDIR%%/core/install/resources/classes/detect_switch.php >+%%WWWDIR%%/core/install/resources/classes/global_settings.php >+%%WWWDIR%%/core/install/resources/classes/install_fusionpbx.php >+%%WWWDIR%%/core/install/resources/classes/install_switch.php >+%%WWWDIR%%/core/install/resources/classes/iso_countries.php >+%%WWWDIR%%/core/install/resources/images/flags/Afghanistan.png >+%%WWWDIR%%/core/install/resources/images/flags/Aland Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Albania.png >+%%WWWDIR%%/core/install/resources/images/flags/Algeria.png >+%%WWWDIR%%/core/install/resources/images/flags/American Samoa.png >+%%WWWDIR%%/core/install/resources/images/flags/Andorra.png >+%%WWWDIR%%/core/install/resources/images/flags/Angola.png >+%%WWWDIR%%/core/install/resources/images/flags/Anguilla.png >+%%WWWDIR%%/core/install/resources/images/flags/Antigua and Barbuda.png >+%%WWWDIR%%/core/install/resources/images/flags/Argentina.png >+%%WWWDIR%%/core/install/resources/images/flags/Armenia.png >+%%WWWDIR%%/core/install/resources/images/flags/Aruba.png >+%%WWWDIR%%/core/install/resources/images/flags/Australia.png >+%%WWWDIR%%/core/install/resources/images/flags/Austria.png >+%%WWWDIR%%/core/install/resources/images/flags/Azerbaijan.png >+%%WWWDIR%%/core/install/resources/images/flags/Bahamas.png >+%%WWWDIR%%/core/install/resources/images/flags/Bahrain.png >+%%WWWDIR%%/core/install/resources/images/flags/Bangladesh.png >+%%WWWDIR%%/core/install/resources/images/flags/Barbados.png >+%%WWWDIR%%/core/install/resources/images/flags/Belarus.png >+%%WWWDIR%%/core/install/resources/images/flags/Belgium.png >+%%WWWDIR%%/core/install/resources/images/flags/Belize.png >+%%WWWDIR%%/core/install/resources/images/flags/Benin.png >+%%WWWDIR%%/core/install/resources/images/flags/Bermuda.png >+%%WWWDIR%%/core/install/resources/images/flags/Bhutan.png >+%%WWWDIR%%/core/install/resources/images/flags/Bolivia, Plurinational State of.png >+%%WWWDIR%%/core/install/resources/images/flags/Bosnia and Herzegovina.png >+%%WWWDIR%%/core/install/resources/images/flags/Botswana.png >+%%WWWDIR%%/core/install/resources/images/flags/Bouvet Island.png >+%%WWWDIR%%/core/install/resources/images/flags/Brazil.png >+%%WWWDIR%%/core/install/resources/images/flags/British Indian Ocean Territory.png >+%%WWWDIR%%/core/install/resources/images/flags/Brunei Darussalam.png >+%%WWWDIR%%/core/install/resources/images/flags/Bulgaria.png >+%%WWWDIR%%/core/install/resources/images/flags/Burkina Faso.png >+%%WWWDIR%%/core/install/resources/images/flags/Burundi.png >+%%WWWDIR%%/core/install/resources/images/flags/Cabo Verde.png >+%%WWWDIR%%/core/install/resources/images/flags/Cambodia.png >+%%WWWDIR%%/core/install/resources/images/flags/Cameroon.png >+%%WWWDIR%%/core/install/resources/images/flags/Canada.png >+%%WWWDIR%%/core/install/resources/images/flags/Cayman Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Central African Republic.png >+%%WWWDIR%%/core/install/resources/images/flags/Chad.png >+%%WWWDIR%%/core/install/resources/images/flags/Chile.png >+%%WWWDIR%%/core/install/resources/images/flags/China.png >+%%WWWDIR%%/core/install/resources/images/flags/Christmas Island.png >+%%WWWDIR%%/core/install/resources/images/flags/Cocos (Keeling) Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Colombia.png >+%%WWWDIR%%/core/install/resources/images/flags/Comoros.png >+%%WWWDIR%%/core/install/resources/images/flags/Congo, the Democratic Republic of the.png >+%%WWWDIR%%/core/install/resources/images/flags/Congo.png >+%%WWWDIR%%/core/install/resources/images/flags/Cook Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Costa Rica.png >+%%WWWDIR%%/core/install/resources/images/flags/Cote d'Ivoire.png >+%%WWWDIR%%/core/install/resources/images/flags/Croatia.png >+%%WWWDIR%%/core/install/resources/images/flags/Cuba.png >+%%WWWDIR%%/core/install/resources/images/flags/Cyprus.png >+%%WWWDIR%%/core/install/resources/images/flags/Czech Republic.png >+%%WWWDIR%%/core/install/resources/images/flags/Denmark.png >+%%WWWDIR%%/core/install/resources/images/flags/Djibouti.png >+%%WWWDIR%%/core/install/resources/images/flags/Dominica.png >+%%WWWDIR%%/core/install/resources/images/flags/Dominican Republic.png >+%%WWWDIR%%/core/install/resources/images/flags/Ecuador.png >+%%WWWDIR%%/core/install/resources/images/flags/Egypt.png >+%%WWWDIR%%/core/install/resources/images/flags/El Salvador.png >+%%WWWDIR%%/core/install/resources/images/flags/Equatorial Guinea.png >+%%WWWDIR%%/core/install/resources/images/flags/Eritrea.png >+%%WWWDIR%%/core/install/resources/images/flags/Estonia.png >+%%WWWDIR%%/core/install/resources/images/flags/Ethiopia.png >+%%WWWDIR%%/core/install/resources/images/flags/Falkland Islands (Malvinas).png >+%%WWWDIR%%/core/install/resources/images/flags/Faroe Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Fiji.png >+%%WWWDIR%%/core/install/resources/images/flags/Finland.png >+%%WWWDIR%%/core/install/resources/images/flags/France.png >+%%WWWDIR%%/core/install/resources/images/flags/French Guiana.png >+%%WWWDIR%%/core/install/resources/images/flags/French Polynesia.png >+%%WWWDIR%%/core/install/resources/images/flags/French Southern Territories.png >+%%WWWDIR%%/core/install/resources/images/flags/Gabon.png >+%%WWWDIR%%/core/install/resources/images/flags/Gambia.png >+%%WWWDIR%%/core/install/resources/images/flags/Georgia.png >+%%WWWDIR%%/core/install/resources/images/flags/Germany.png >+%%WWWDIR%%/core/install/resources/images/flags/Ghana.png >+%%WWWDIR%%/core/install/resources/images/flags/Gibraltar.png >+%%WWWDIR%%/core/install/resources/images/flags/Greece.png >+%%WWWDIR%%/core/install/resources/images/flags/Greenland.png >+%%WWWDIR%%/core/install/resources/images/flags/Grenada.png >+%%WWWDIR%%/core/install/resources/images/flags/Guadeloupe.png >+%%WWWDIR%%/core/install/resources/images/flags/Guam.png >+%%WWWDIR%%/core/install/resources/images/flags/Guatemala.png >+%%WWWDIR%%/core/install/resources/images/flags/Guinea-Bissau.png >+%%WWWDIR%%/core/install/resources/images/flags/Guinea.png >+%%WWWDIR%%/core/install/resources/images/flags/Guyana.png >+%%WWWDIR%%/core/install/resources/images/flags/Haiti.png >+%%WWWDIR%%/core/install/resources/images/flags/Heard Island and McDonald Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Holy See.png >+%%WWWDIR%%/core/install/resources/images/flags/Honduras.png >+%%WWWDIR%%/core/install/resources/images/flags/Hong Kong.png >+%%WWWDIR%%/core/install/resources/images/flags/Hungary.png >+%%WWWDIR%%/core/install/resources/images/flags/Iceland.png >+%%WWWDIR%%/core/install/resources/images/flags/India.png >+%%WWWDIR%%/core/install/resources/images/flags/Indonesia.png >+%%WWWDIR%%/core/install/resources/images/flags/Iran, Islamic Republic of.png >+%%WWWDIR%%/core/install/resources/images/flags/Iraq.png >+%%WWWDIR%%/core/install/resources/images/flags/Ireland.png >+%%WWWDIR%%/core/install/resources/images/flags/Israel.png >+%%WWWDIR%%/core/install/resources/images/flags/Italy.png >+%%WWWDIR%%/core/install/resources/images/flags/Jamaica.png >+%%WWWDIR%%/core/install/resources/images/flags/Japan.png >+%%WWWDIR%%/core/install/resources/images/flags/Jordan.png >+%%WWWDIR%%/core/install/resources/images/flags/Kazakhstan.png >+%%WWWDIR%%/core/install/resources/images/flags/Kenya.png >+%%WWWDIR%%/core/install/resources/images/flags/Kiribati.png >+%%WWWDIR%%/core/install/resources/images/flags/Korea, Democratic People's Republic of.png >+%%WWWDIR%%/core/install/resources/images/flags/Korea, Republic of.png >+%%WWWDIR%%/core/install/resources/images/flags/Kuwait.png >+%%WWWDIR%%/core/install/resources/images/flags/Kyrgyzstan.png >+%%WWWDIR%%/core/install/resources/images/flags/Lao People's Democratic Republic.png >+%%WWWDIR%%/core/install/resources/images/flags/Latvia.png >+%%WWWDIR%%/core/install/resources/images/flags/Lebanon.png >+%%WWWDIR%%/core/install/resources/images/flags/Lesotho.png >+%%WWWDIR%%/core/install/resources/images/flags/Liberia.png >+%%WWWDIR%%/core/install/resources/images/flags/Libya.png >+%%WWWDIR%%/core/install/resources/images/flags/Liechtenstein.png >+%%WWWDIR%%/core/install/resources/images/flags/Lithuania.png >+%%WWWDIR%%/core/install/resources/images/flags/Luxembourg.png >+%%WWWDIR%%/core/install/resources/images/flags/Macao.png >+%%WWWDIR%%/core/install/resources/images/flags/Macedonia, the former Yugoslav Republic of.png >+%%WWWDIR%%/core/install/resources/images/flags/Madagascar.png >+%%WWWDIR%%/core/install/resources/images/flags/Malawi.png >+%%WWWDIR%%/core/install/resources/images/flags/Malaysia.png >+%%WWWDIR%%/core/install/resources/images/flags/Maldives.png >+%%WWWDIR%%/core/install/resources/images/flags/Mali.png >+%%WWWDIR%%/core/install/resources/images/flags/Malta.png >+%%WWWDIR%%/core/install/resources/images/flags/Marshall Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Martinique.png >+%%WWWDIR%%/core/install/resources/images/flags/Mauritania.png >+%%WWWDIR%%/core/install/resources/images/flags/Mauritius.png >+%%WWWDIR%%/core/install/resources/images/flags/Mayotte.png >+%%WWWDIR%%/core/install/resources/images/flags/Mexico.png >+%%WWWDIR%%/core/install/resources/images/flags/Micronesia, Federated States of.png >+%%WWWDIR%%/core/install/resources/images/flags/Moldova, Republic of.png >+%%WWWDIR%%/core/install/resources/images/flags/Monaco.png >+%%WWWDIR%%/core/install/resources/images/flags/Mongolia.png >+%%WWWDIR%%/core/install/resources/images/flags/Montenegro.png >+%%WWWDIR%%/core/install/resources/images/flags/Montserrat.png >+%%WWWDIR%%/core/install/resources/images/flags/Morocco.png >+%%WWWDIR%%/core/install/resources/images/flags/Mozambique.png >+%%WWWDIR%%/core/install/resources/images/flags/Myanmar.png >+%%WWWDIR%%/core/install/resources/images/flags/Namibia.png >+%%WWWDIR%%/core/install/resources/images/flags/Nauru.png >+%%WWWDIR%%/core/install/resources/images/flags/Nepal.png >+%%WWWDIR%%/core/install/resources/images/flags/Netherlands.png >+%%WWWDIR%%/core/install/resources/images/flags/New Caledonia.png >+%%WWWDIR%%/core/install/resources/images/flags/New Zealand.png >+%%WWWDIR%%/core/install/resources/images/flags/Nicaragua.png >+%%WWWDIR%%/core/install/resources/images/flags/Niger.png >+%%WWWDIR%%/core/install/resources/images/flags/Nigeria.png >+%%WWWDIR%%/core/install/resources/images/flags/Niue.png >+%%WWWDIR%%/core/install/resources/images/flags/Norfolk Island.png >+%%WWWDIR%%/core/install/resources/images/flags/Northern Mariana Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Norway.png >+%%WWWDIR%%/core/install/resources/images/flags/Oman.png >+%%WWWDIR%%/core/install/resources/images/flags/Pakistan.png >+%%WWWDIR%%/core/install/resources/images/flags/Palau.png >+%%WWWDIR%%/core/install/resources/images/flags/Palestine, State of.png >+%%WWWDIR%%/core/install/resources/images/flags/Panama.png >+%%WWWDIR%%/core/install/resources/images/flags/Papua New Guinea.png >+%%WWWDIR%%/core/install/resources/images/flags/Paraguay.png >+%%WWWDIR%%/core/install/resources/images/flags/Peru.png >+%%WWWDIR%%/core/install/resources/images/flags/Philippines.png >+%%WWWDIR%%/core/install/resources/images/flags/Pitcairn.png >+%%WWWDIR%%/core/install/resources/images/flags/Poland.png >+%%WWWDIR%%/core/install/resources/images/flags/Portugal.png >+%%WWWDIR%%/core/install/resources/images/flags/Puerto Rico.png >+%%WWWDIR%%/core/install/resources/images/flags/Qatar.png >+%%WWWDIR%%/core/install/resources/images/flags/Reunion.png >+%%WWWDIR%%/core/install/resources/images/flags/Romania.png >+%%WWWDIR%%/core/install/resources/images/flags/Rwanda.png >+%%WWWDIR%%/core/install/resources/images/flags/Saint Helena, Ascension and Tristan da Cunha.png >+%%WWWDIR%%/core/install/resources/images/flags/Saint Kitts and Nevis.png >+%%WWWDIR%%/core/install/resources/images/flags/Saint Lucia.png >+%%WWWDIR%%/core/install/resources/images/flags/Saint Pierre and Miquelon.png >+%%WWWDIR%%/core/install/resources/images/flags/Saint Vincent and the Grenadines.png >+%%WWWDIR%%/core/install/resources/images/flags/Samoa.png >+%%WWWDIR%%/core/install/resources/images/flags/San Marino.png >+%%WWWDIR%%/core/install/resources/images/flags/Sao Tome and Principe.png >+%%WWWDIR%%/core/install/resources/images/flags/Saudi Arabia.png >+%%WWWDIR%%/core/install/resources/images/flags/Senegal.png >+%%WWWDIR%%/core/install/resources/images/flags/Serbia.png >+%%WWWDIR%%/core/install/resources/images/flags/Seychelles.png >+%%WWWDIR%%/core/install/resources/images/flags/Sierra Leone.png >+%%WWWDIR%%/core/install/resources/images/flags/Singapore.png >+%%WWWDIR%%/core/install/resources/images/flags/Slovakia.png >+%%WWWDIR%%/core/install/resources/images/flags/Slovenia.png >+%%WWWDIR%%/core/install/resources/images/flags/Solomon Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Somalia.png >+%%WWWDIR%%/core/install/resources/images/flags/South Africa.png >+%%WWWDIR%%/core/install/resources/images/flags/South Georgia and the South Sandwich Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Spain.png >+%%WWWDIR%%/core/install/resources/images/flags/Sri Lanka.png >+%%WWWDIR%%/core/install/resources/images/flags/Sudan.png >+%%WWWDIR%%/core/install/resources/images/flags/Suriname.png >+%%WWWDIR%%/core/install/resources/images/flags/Svalbard and Jan Mayen.png >+%%WWWDIR%%/core/install/resources/images/flags/Swaziland.png >+%%WWWDIR%%/core/install/resources/images/flags/Sweden.png >+%%WWWDIR%%/core/install/resources/images/flags/Switzerland.png >+%%WWWDIR%%/core/install/resources/images/flags/Syrian Arab Republic.png >+%%WWWDIR%%/core/install/resources/images/flags/Taiwan, Province of China.png >+%%WWWDIR%%/core/install/resources/images/flags/Tajikistan.png >+%%WWWDIR%%/core/install/resources/images/flags/Tanzania, United Republic of.png >+%%WWWDIR%%/core/install/resources/images/flags/Thailand.png >+%%WWWDIR%%/core/install/resources/images/flags/Timor-Leste.png >+%%WWWDIR%%/core/install/resources/images/flags/Togo.png >+%%WWWDIR%%/core/install/resources/images/flags/Tokelau.png >+%%WWWDIR%%/core/install/resources/images/flags/Tonga.png >+%%WWWDIR%%/core/install/resources/images/flags/Trinidad and Tobago.png >+%%WWWDIR%%/core/install/resources/images/flags/Tunisia.png >+%%WWWDIR%%/core/install/resources/images/flags/Turkey.png >+%%WWWDIR%%/core/install/resources/images/flags/Turkmenistan.png >+%%WWWDIR%%/core/install/resources/images/flags/Turks and Caicos Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/Tuvalu.png >+%%WWWDIR%%/core/install/resources/images/flags/Uganda.png >+%%WWWDIR%%/core/install/resources/images/flags/Ukraine.png >+%%WWWDIR%%/core/install/resources/images/flags/United Arab Emirates.png >+%%WWWDIR%%/core/install/resources/images/flags/United Kingdom of Great Britain and Northern Ireland.png >+%%WWWDIR%%/core/install/resources/images/flags/United States Minor Outlying Islands.png >+%%WWWDIR%%/core/install/resources/images/flags/United States of America.png >+%%WWWDIR%%/core/install/resources/images/flags/Uruguay.png >+%%WWWDIR%%/core/install/resources/images/flags/Uzbekistan.png >+%%WWWDIR%%/core/install/resources/images/flags/Vanuatu.png >+%%WWWDIR%%/core/install/resources/images/flags/Venezuela, Bolivarian Republic of.png >+%%WWWDIR%%/core/install/resources/images/flags/Viet Nam.png >+%%WWWDIR%%/core/install/resources/images/flags/Virgin Islands, British.png >+%%WWWDIR%%/core/install/resources/images/flags/Virgin Islands, U.S..png >+%%WWWDIR%%/core/install/resources/images/flags/Wallis and Futuna.png >+%%WWWDIR%%/core/install/resources/images/flags/Western Sahara.png >+%%WWWDIR%%/core/install/resources/images/flags/Yemen.png >+%%WWWDIR%%/core/install/resources/images/flags/Zambia.png >+%%WWWDIR%%/core/install/resources/images/flags/Zimbabwe.png >+%%WWWDIR%%/core/install/resources/images/flags/an.png >+%%WWWDIR%%/core/install/resources/images/flags/ar-eg.png >+%%WWWDIR%%/core/install/resources/images/flags/catalonia.png >+%%WWWDIR%%/core/install/resources/images/flags/cs.png >+%%WWWDIR%%/core/install/resources/images/flags/de-at.png >+%%WWWDIR%%/core/install/resources/images/flags/de-ch.png >+%%WWWDIR%%/core/install/resources/images/flags/de-de.png >+%%WWWDIR%%/core/install/resources/images/flags/en-us.png >+%%WWWDIR%%/core/install/resources/images/flags/england.png >+%%WWWDIR%%/core/install/resources/images/flags/es-cl.png >+%%WWWDIR%%/core/install/resources/images/flags/es-mx.png >+%%WWWDIR%%/core/install/resources/images/flags/europeanunion.png >+%%WWWDIR%%/core/install/resources/images/flags/fam.png >+%%WWWDIR%%/core/install/resources/images/flags/fr-ca.png >+%%WWWDIR%%/core/install/resources/images/flags/fr-fr.png >+%%WWWDIR%%/core/install/resources/images/flags/he-il.png >+%%WWWDIR%%/core/install/resources/images/flags/it-it.png >+%%WWWDIR%%/core/install/resources/images/flags/nl-nl.png >+%%WWWDIR%%/core/install/resources/images/flags/pl-pl.png >+%%WWWDIR%%/core/install/resources/images/flags/pt-br.png >+%%WWWDIR%%/core/install/resources/images/flags/pt-pt.png >+%%WWWDIR%%/core/install/resources/images/flags/ro-ro.png >+%%WWWDIR%%/core/install/resources/images/flags/ru-ru.png >+%%WWWDIR%%/core/install/resources/images/flags/scotland.png >+%%WWWDIR%%/core/install/resources/images/flags/sv-se.png >+%%WWWDIR%%/core/install/resources/images/flags/uk-ua.png >+%%WWWDIR%%/core/install/resources/images/flags/wales.png >+%%WWWDIR%%/core/install/resources/page_parts/install_config_database.php >+%%WWWDIR%%/core/install/resources/page_parts/install_config_detail.php >+%%WWWDIR%%/core/install/resources/page_parts/install_event_socket.php >+%%WWWDIR%%/core/install/resources/page_parts/install_select_language.php >+%%WWWDIR%%/core/install/root.php >+%%WWWDIR%%/core/menu/app_config.php >+%%WWWDIR%%/core/menu/app_defaults.php >+%%WWWDIR%%/core/menu/app_languages.php >+%%WWWDIR%%/core/menu/app_menu.php >+%%WWWDIR%%/core/menu/menu.php >+%%WWWDIR%%/core/menu/menu_delete.php >+%%WWWDIR%%/core/menu/menu_edit.php >+%%WWWDIR%%/core/menu/menu_item_delete.php >+%%WWWDIR%%/core/menu/menu_item_edit.php >+%%WWWDIR%%/core/menu/menu_item_list.php >+%%WWWDIR%%/core/menu/menu_item_move_down.php >+%%WWWDIR%%/core/menu/menu_item_move_up.php >+%%WWWDIR%%/core/menu/menu_restore_default.php >+%%WWWDIR%%/core/menu/root.php >+%%WWWDIR%%/core/notifications/app_config.php >+%%WWWDIR%%/core/notifications/app_defaults.php >+%%WWWDIR%%/core/notifications/app_languages.php >+%%WWWDIR%%/core/notifications/app_menu.php >+%%WWWDIR%%/core/notifications/notification_edit.php >+%%WWWDIR%%/core/notifications/root.php >+%%WWWDIR%%/core/upgrade/app_config.php >+%%WWWDIR%%/core/upgrade/app_defaults.php >+%%WWWDIR%%/core/upgrade/app_languages.php >+%%WWWDIR%%/core/upgrade/app_menu.php >+%%WWWDIR%%/core/upgrade/index.php >+%%WWWDIR%%/core/upgrade/root.php >+%%WWWDIR%%/core/upgrade/upgrade.php >+%%WWWDIR%%/core/upgrade/upgrade_domains.php >+%%WWWDIR%%/core/upgrade/upgrade_schema.php >+%%WWWDIR%%/core/user_settings/app_config.php >+%%WWWDIR%%/core/user_settings/app_defaults.php >+%%WWWDIR%%/core/user_settings/app_languages.php >+%%WWWDIR%%/core/user_settings/app_menu.php >+%%WWWDIR%%/core/user_settings/root.php >+%%WWWDIR%%/core/user_settings/user_dashboard.php >+%%WWWDIR%%/core/users/app_config.php >+%%WWWDIR%%/core/users/app_defaults.php >+%%WWWDIR%%/core/users/app_languages.php >+%%WWWDIR%%/core/users/app_menu.php >+%%WWWDIR%%/core/users/root.php >+%%WWWDIR%%/core/users/user_delete.php >+%%WWWDIR%%/core/users/user_edit.php >+%%WWWDIR%%/core/users/user_setting_delete.php >+%%WWWDIR%%/core/users/user_setting_edit.php >+%%WWWDIR%%/core/users/user_settings.php >+%%WWWDIR%%/core/users/users.php >+%%WWWDIR%%/index.php >+%%WWWDIR%%/login.php >+%%WWWDIR%%/logout.php >+%%WWWDIR%%/project_root.php >+%%WWWDIR%%/resources/ace/ace.js >+%%WWWDIR%%/resources/ace/ext-beautify.js >+%%WWWDIR%%/resources/ace/ext-chromevox.js >+%%WWWDIR%%/resources/ace/ext-elastic_tabstops_lite.js >+%%WWWDIR%%/resources/ace/ext-emmet.js >+%%WWWDIR%%/resources/ace/ext-error_marker.js >+%%WWWDIR%%/resources/ace/ext-keybinding_menu.js >+%%WWWDIR%%/resources/ace/ext-language_tools.js >+%%WWWDIR%%/resources/ace/ext-linking.js >+%%WWWDIR%%/resources/ace/ext-modelist.js >+%%WWWDIR%%/resources/ace/ext-old_ie.js >+%%WWWDIR%%/resources/ace/ext-searchbox.js >+%%WWWDIR%%/resources/ace/ext-settings_menu.js >+%%WWWDIR%%/resources/ace/ext-spellcheck.js >+%%WWWDIR%%/resources/ace/ext-split.js >+%%WWWDIR%%/resources/ace/ext-static_highlight.js >+%%WWWDIR%%/resources/ace/ext-statusbar.js >+%%WWWDIR%%/resources/ace/ext-textarea.js >+%%WWWDIR%%/resources/ace/ext-themelist.js >+%%WWWDIR%%/resources/ace/ext-whitespace.js >+%%WWWDIR%%/resources/ace/keybinding-emacs.js >+%%WWWDIR%%/resources/ace/keybinding-vim.js >+%%WWWDIR%%/resources/ace/mode-abap.js >+%%WWWDIR%%/resources/ace/mode-abc.js >+%%WWWDIR%%/resources/ace/mode-actionscript.js >+%%WWWDIR%%/resources/ace/mode-ada.js >+%%WWWDIR%%/resources/ace/mode-apache_conf.js >+%%WWWDIR%%/resources/ace/mode-applescript.js >+%%WWWDIR%%/resources/ace/mode-asciidoc.js >+%%WWWDIR%%/resources/ace/mode-assembly_x86.js >+%%WWWDIR%%/resources/ace/mode-autohotkey.js >+%%WWWDIR%%/resources/ace/mode-batchfile.js >+%%WWWDIR%%/resources/ace/mode-c9search.js >+%%WWWDIR%%/resources/ace/mode-c_cpp.js >+%%WWWDIR%%/resources/ace/mode-cirru.js >+%%WWWDIR%%/resources/ace/mode-clojure.js >+%%WWWDIR%%/resources/ace/mode-cobol.js >+%%WWWDIR%%/resources/ace/mode-coffee.js >+%%WWWDIR%%/resources/ace/mode-coldfusion.js >+%%WWWDIR%%/resources/ace/mode-csharp.js >+%%WWWDIR%%/resources/ace/mode-css.js >+%%WWWDIR%%/resources/ace/mode-curly.js >+%%WWWDIR%%/resources/ace/mode-d.js >+%%WWWDIR%%/resources/ace/mode-dart.js >+%%WWWDIR%%/resources/ace/mode-diff.js >+%%WWWDIR%%/resources/ace/mode-django.js >+%%WWWDIR%%/resources/ace/mode-dockerfile.js >+%%WWWDIR%%/resources/ace/mode-dot.js >+%%WWWDIR%%/resources/ace/mode-eiffel.js >+%%WWWDIR%%/resources/ace/mode-ejs.js >+%%WWWDIR%%/resources/ace/mode-elixir.js >+%%WWWDIR%%/resources/ace/mode-elm.js >+%%WWWDIR%%/resources/ace/mode-erlang.js >+%%WWWDIR%%/resources/ace/mode-forth.js >+%%WWWDIR%%/resources/ace/mode-fortran.js >+%%WWWDIR%%/resources/ace/mode-ftl.js >+%%WWWDIR%%/resources/ace/mode-gcode.js >+%%WWWDIR%%/resources/ace/mode-gherkin.js >+%%WWWDIR%%/resources/ace/mode-gitignore.js >+%%WWWDIR%%/resources/ace/mode-glsl.js >+%%WWWDIR%%/resources/ace/mode-gobstones.js >+%%WWWDIR%%/resources/ace/mode-golang.js >+%%WWWDIR%%/resources/ace/mode-groovy.js >+%%WWWDIR%%/resources/ace/mode-haml.js >+%%WWWDIR%%/resources/ace/mode-handlebars.js >+%%WWWDIR%%/resources/ace/mode-haskell.js >+%%WWWDIR%%/resources/ace/mode-haxe.js >+%%WWWDIR%%/resources/ace/mode-html.js >+%%WWWDIR%%/resources/ace/mode-html_elixir.js >+%%WWWDIR%%/resources/ace/mode-html_ruby.js >+%%WWWDIR%%/resources/ace/mode-ini.js >+%%WWWDIR%%/resources/ace/mode-io.js >+%%WWWDIR%%/resources/ace/mode-jack.js >+%%WWWDIR%%/resources/ace/mode-jade.js >+%%WWWDIR%%/resources/ace/mode-java.js >+%%WWWDIR%%/resources/ace/mode-javascript.js >+%%WWWDIR%%/resources/ace/mode-json.js >+%%WWWDIR%%/resources/ace/mode-jsoniq.js >+%%WWWDIR%%/resources/ace/mode-jsp.js >+%%WWWDIR%%/resources/ace/mode-jsx.js >+%%WWWDIR%%/resources/ace/mode-julia.js >+%%WWWDIR%%/resources/ace/mode-latex.js >+%%WWWDIR%%/resources/ace/mode-lean.js >+%%WWWDIR%%/resources/ace/mode-less.js >+%%WWWDIR%%/resources/ace/mode-liquid.js >+%%WWWDIR%%/resources/ace/mode-lisp.js >+%%WWWDIR%%/resources/ace/mode-live_script.js >+%%WWWDIR%%/resources/ace/mode-livescript.js >+%%WWWDIR%%/resources/ace/mode-logiql.js >+%%WWWDIR%%/resources/ace/mode-lsl.js >+%%WWWDIR%%/resources/ace/mode-lua.js >+%%WWWDIR%%/resources/ace/mode-luapage.js >+%%WWWDIR%%/resources/ace/mode-lucene.js >+%%WWWDIR%%/resources/ace/mode-makefile.js >+%%WWWDIR%%/resources/ace/mode-markdown.js >+%%WWWDIR%%/resources/ace/mode-mask.js >+%%WWWDIR%%/resources/ace/mode-matlab.js >+%%WWWDIR%%/resources/ace/mode-maze.js >+%%WWWDIR%%/resources/ace/mode-mel.js >+%%WWWDIR%%/resources/ace/mode-mips_assembler.js >+%%WWWDIR%%/resources/ace/mode-mipsassembler.js >+%%WWWDIR%%/resources/ace/mode-mushcode.js >+%%WWWDIR%%/resources/ace/mode-mysql.js >+%%WWWDIR%%/resources/ace/mode-nix.js >+%%WWWDIR%%/resources/ace/mode-nsis.js >+%%WWWDIR%%/resources/ace/mode-objectivec.js >+%%WWWDIR%%/resources/ace/mode-ocaml.js >+%%WWWDIR%%/resources/ace/mode-pascal.js >+%%WWWDIR%%/resources/ace/mode-perl.js >+%%WWWDIR%%/resources/ace/mode-pgsql.js >+%%WWWDIR%%/resources/ace/mode-php.js >+%%WWWDIR%%/resources/ace/mode-plain_text.js >+%%WWWDIR%%/resources/ace/mode-powershell.js >+%%WWWDIR%%/resources/ace/mode-praat.js >+%%WWWDIR%%/resources/ace/mode-prolog.js >+%%WWWDIR%%/resources/ace/mode-properties.js >+%%WWWDIR%%/resources/ace/mode-protobuf.js >+%%WWWDIR%%/resources/ace/mode-python.js >+%%WWWDIR%%/resources/ace/mode-r.js >+%%WWWDIR%%/resources/ace/mode-razor.js >+%%WWWDIR%%/resources/ace/mode-rdoc.js >+%%WWWDIR%%/resources/ace/mode-rhtml.js >+%%WWWDIR%%/resources/ace/mode-rst.js >+%%WWWDIR%%/resources/ace/mode-ruby.js >+%%WWWDIR%%/resources/ace/mode-rust.js >+%%WWWDIR%%/resources/ace/mode-sass.js >+%%WWWDIR%%/resources/ace/mode-scad.js >+%%WWWDIR%%/resources/ace/mode-scala.js >+%%WWWDIR%%/resources/ace/mode-scheme.js >+%%WWWDIR%%/resources/ace/mode-scss.js >+%%WWWDIR%%/resources/ace/mode-sh.js >+%%WWWDIR%%/resources/ace/mode-sjs.js >+%%WWWDIR%%/resources/ace/mode-smarty.js >+%%WWWDIR%%/resources/ace/mode-snippets.js >+%%WWWDIR%%/resources/ace/mode-soy_template.js >+%%WWWDIR%%/resources/ace/mode-space.js >+%%WWWDIR%%/resources/ace/mode-sql.js >+%%WWWDIR%%/resources/ace/mode-sqlserver.js >+%%WWWDIR%%/resources/ace/mode-stylus.js >+%%WWWDIR%%/resources/ace/mode-svg.js >+%%WWWDIR%%/resources/ace/mode-swift.js >+%%WWWDIR%%/resources/ace/mode-swig.js >+%%WWWDIR%%/resources/ace/mode-tcl.js >+%%WWWDIR%%/resources/ace/mode-tex.js >+%%WWWDIR%%/resources/ace/mode-text.js >+%%WWWDIR%%/resources/ace/mode-textile.js >+%%WWWDIR%%/resources/ace/mode-toml.js >+%%WWWDIR%%/resources/ace/mode-twig.js >+%%WWWDIR%%/resources/ace/mode-typescript.js >+%%WWWDIR%%/resources/ace/mode-vala.js >+%%WWWDIR%%/resources/ace/mode-vbscript.js >+%%WWWDIR%%/resources/ace/mode-velocity.js >+%%WWWDIR%%/resources/ace/mode-verilog.js >+%%WWWDIR%%/resources/ace/mode-vhdl.js >+%%WWWDIR%%/resources/ace/mode-wollok.js >+%%WWWDIR%%/resources/ace/mode-xml.js >+%%WWWDIR%%/resources/ace/mode-xquery.js >+%%WWWDIR%%/resources/ace/mode-yaml.js >+%%WWWDIR%%/resources/ace/snippets/abap.js >+%%WWWDIR%%/resources/ace/snippets/abc.js >+%%WWWDIR%%/resources/ace/snippets/actionscript.js >+%%WWWDIR%%/resources/ace/snippets/ada.js >+%%WWWDIR%%/resources/ace/snippets/apache_conf.js >+%%WWWDIR%%/resources/ace/snippets/applescript.js >+%%WWWDIR%%/resources/ace/snippets/asciidoc.js >+%%WWWDIR%%/resources/ace/snippets/assembly_x86.js >+%%WWWDIR%%/resources/ace/snippets/autohotkey.js >+%%WWWDIR%%/resources/ace/snippets/batchfile.js >+%%WWWDIR%%/resources/ace/snippets/c9search.js >+%%WWWDIR%%/resources/ace/snippets/c_cpp.js >+%%WWWDIR%%/resources/ace/snippets/cirru.js >+%%WWWDIR%%/resources/ace/snippets/clojure.js >+%%WWWDIR%%/resources/ace/snippets/cobol.js >+%%WWWDIR%%/resources/ace/snippets/coffee.js >+%%WWWDIR%%/resources/ace/snippets/coldfusion.js >+%%WWWDIR%%/resources/ace/snippets/csharp.js >+%%WWWDIR%%/resources/ace/snippets/css.js >+%%WWWDIR%%/resources/ace/snippets/curly.js >+%%WWWDIR%%/resources/ace/snippets/d.js >+%%WWWDIR%%/resources/ace/snippets/dart.js >+%%WWWDIR%%/resources/ace/snippets/diff.js >+%%WWWDIR%%/resources/ace/snippets/django.js >+%%WWWDIR%%/resources/ace/snippets/dockerfile.js >+%%WWWDIR%%/resources/ace/snippets/dot.js >+%%WWWDIR%%/resources/ace/snippets/eiffel.js >+%%WWWDIR%%/resources/ace/snippets/ejs.js >+%%WWWDIR%%/resources/ace/snippets/elixir.js >+%%WWWDIR%%/resources/ace/snippets/elm.js >+%%WWWDIR%%/resources/ace/snippets/erlang.js >+%%WWWDIR%%/resources/ace/snippets/forth.js >+%%WWWDIR%%/resources/ace/snippets/fortran.js >+%%WWWDIR%%/resources/ace/snippets/ftl.js >+%%WWWDIR%%/resources/ace/snippets/gcode.js >+%%WWWDIR%%/resources/ace/snippets/gherkin.js >+%%WWWDIR%%/resources/ace/snippets/gitignore.js >+%%WWWDIR%%/resources/ace/snippets/glsl.js >+%%WWWDIR%%/resources/ace/snippets/gobstones.js >+%%WWWDIR%%/resources/ace/snippets/golang.js >+%%WWWDIR%%/resources/ace/snippets/groovy.js >+%%WWWDIR%%/resources/ace/snippets/haml.js >+%%WWWDIR%%/resources/ace/snippets/handlebars.js >+%%WWWDIR%%/resources/ace/snippets/haskell.js >+%%WWWDIR%%/resources/ace/snippets/haxe.js >+%%WWWDIR%%/resources/ace/snippets/html.js >+%%WWWDIR%%/resources/ace/snippets/html_elixir.js >+%%WWWDIR%%/resources/ace/snippets/html_ruby.js >+%%WWWDIR%%/resources/ace/snippets/ini.js >+%%WWWDIR%%/resources/ace/snippets/io.js >+%%WWWDIR%%/resources/ace/snippets/jack.js >+%%WWWDIR%%/resources/ace/snippets/jade.js >+%%WWWDIR%%/resources/ace/snippets/java.js >+%%WWWDIR%%/resources/ace/snippets/javascript.js >+%%WWWDIR%%/resources/ace/snippets/json.js >+%%WWWDIR%%/resources/ace/snippets/jsoniq.js >+%%WWWDIR%%/resources/ace/snippets/jsp.js >+%%WWWDIR%%/resources/ace/snippets/jsx.js >+%%WWWDIR%%/resources/ace/snippets/julia.js >+%%WWWDIR%%/resources/ace/snippets/latex.js >+%%WWWDIR%%/resources/ace/snippets/lean.js >+%%WWWDIR%%/resources/ace/snippets/less.js >+%%WWWDIR%%/resources/ace/snippets/liquid.js >+%%WWWDIR%%/resources/ace/snippets/lisp.js >+%%WWWDIR%%/resources/ace/snippets/live_script.js >+%%WWWDIR%%/resources/ace/snippets/livescript.js >+%%WWWDIR%%/resources/ace/snippets/logiql.js >+%%WWWDIR%%/resources/ace/snippets/lsl.js >+%%WWWDIR%%/resources/ace/snippets/lua.js >+%%WWWDIR%%/resources/ace/snippets/luapage.js >+%%WWWDIR%%/resources/ace/snippets/lucene.js >+%%WWWDIR%%/resources/ace/snippets/makefile.js >+%%WWWDIR%%/resources/ace/snippets/markdown.js >+%%WWWDIR%%/resources/ace/snippets/mask.js >+%%WWWDIR%%/resources/ace/snippets/matlab.js >+%%WWWDIR%%/resources/ace/snippets/maze.js >+%%WWWDIR%%/resources/ace/snippets/mel.js >+%%WWWDIR%%/resources/ace/snippets/mips_assembler.js >+%%WWWDIR%%/resources/ace/snippets/mipsassembler.js >+%%WWWDIR%%/resources/ace/snippets/mushcode.js >+%%WWWDIR%%/resources/ace/snippets/mysql.js >+%%WWWDIR%%/resources/ace/snippets/nix.js >+%%WWWDIR%%/resources/ace/snippets/nsis.js >+%%WWWDIR%%/resources/ace/snippets/objectivec.js >+%%WWWDIR%%/resources/ace/snippets/ocaml.js >+%%WWWDIR%%/resources/ace/snippets/pascal.js >+%%WWWDIR%%/resources/ace/snippets/perl.js >+%%WWWDIR%%/resources/ace/snippets/pgsql.js >+%%WWWDIR%%/resources/ace/snippets/php.js >+%%WWWDIR%%/resources/ace/snippets/plain_text.js >+%%WWWDIR%%/resources/ace/snippets/powershell.js >+%%WWWDIR%%/resources/ace/snippets/praat.js >+%%WWWDIR%%/resources/ace/snippets/prolog.js >+%%WWWDIR%%/resources/ace/snippets/properties.js >+%%WWWDIR%%/resources/ace/snippets/protobuf.js >+%%WWWDIR%%/resources/ace/snippets/python.js >+%%WWWDIR%%/resources/ace/snippets/r.js >+%%WWWDIR%%/resources/ace/snippets/razor.js >+%%WWWDIR%%/resources/ace/snippets/rdoc.js >+%%WWWDIR%%/resources/ace/snippets/rhtml.js >+%%WWWDIR%%/resources/ace/snippets/rst.js >+%%WWWDIR%%/resources/ace/snippets/ruby.js >+%%WWWDIR%%/resources/ace/snippets/rust.js >+%%WWWDIR%%/resources/ace/snippets/sass.js >+%%WWWDIR%%/resources/ace/snippets/scad.js >+%%WWWDIR%%/resources/ace/snippets/scala.js >+%%WWWDIR%%/resources/ace/snippets/scheme.js >+%%WWWDIR%%/resources/ace/snippets/scss.js >+%%WWWDIR%%/resources/ace/snippets/sh.js >+%%WWWDIR%%/resources/ace/snippets/sjs.js >+%%WWWDIR%%/resources/ace/snippets/smarty.js >+%%WWWDIR%%/resources/ace/snippets/snippets.js >+%%WWWDIR%%/resources/ace/snippets/soy_template.js >+%%WWWDIR%%/resources/ace/snippets/space.js >+%%WWWDIR%%/resources/ace/snippets/sql.js >+%%WWWDIR%%/resources/ace/snippets/sqlserver.js >+%%WWWDIR%%/resources/ace/snippets/stylus.js >+%%WWWDIR%%/resources/ace/snippets/svg.js >+%%WWWDIR%%/resources/ace/snippets/swift.js >+%%WWWDIR%%/resources/ace/snippets/swig.js >+%%WWWDIR%%/resources/ace/snippets/tcl.js >+%%WWWDIR%%/resources/ace/snippets/tex.js >+%%WWWDIR%%/resources/ace/snippets/text.js >+%%WWWDIR%%/resources/ace/snippets/textile.js >+%%WWWDIR%%/resources/ace/snippets/toml.js >+%%WWWDIR%%/resources/ace/snippets/twig.js >+%%WWWDIR%%/resources/ace/snippets/typescript.js >+%%WWWDIR%%/resources/ace/snippets/vala.js >+%%WWWDIR%%/resources/ace/snippets/vbscript.js >+%%WWWDIR%%/resources/ace/snippets/velocity.js >+%%WWWDIR%%/resources/ace/snippets/verilog.js >+%%WWWDIR%%/resources/ace/snippets/vhdl.js >+%%WWWDIR%%/resources/ace/snippets/wollok.js >+%%WWWDIR%%/resources/ace/snippets/xml.js >+%%WWWDIR%%/resources/ace/snippets/xquery.js >+%%WWWDIR%%/resources/ace/snippets/yaml.js >+%%WWWDIR%%/resources/ace/theme-ambiance.js >+%%WWWDIR%%/resources/ace/theme-chaos.js >+%%WWWDIR%%/resources/ace/theme-chrome.js >+%%WWWDIR%%/resources/ace/theme-clouds.js >+%%WWWDIR%%/resources/ace/theme-clouds_midnight.js >+%%WWWDIR%%/resources/ace/theme-cobalt.js >+%%WWWDIR%%/resources/ace/theme-crimson_editor.js >+%%WWWDIR%%/resources/ace/theme-dawn.js >+%%WWWDIR%%/resources/ace/theme-dreamweaver.js >+%%WWWDIR%%/resources/ace/theme-eclipse.js >+%%WWWDIR%%/resources/ace/theme-github.js >+%%WWWDIR%%/resources/ace/theme-idle_fingers.js >+%%WWWDIR%%/resources/ace/theme-iplastic.js >+%%WWWDIR%%/resources/ace/theme-katzenmilch.js >+%%WWWDIR%%/resources/ace/theme-kr_theme.js >+%%WWWDIR%%/resources/ace/theme-kuroir.js >+%%WWWDIR%%/resources/ace/theme-merbivore.js >+%%WWWDIR%%/resources/ace/theme-merbivore_soft.js >+%%WWWDIR%%/resources/ace/theme-mono_industrial.js >+%%WWWDIR%%/resources/ace/theme-monokai.js >+%%WWWDIR%%/resources/ace/theme-pastel_on_dark.js >+%%WWWDIR%%/resources/ace/theme-solarized_dark.js >+%%WWWDIR%%/resources/ace/theme-solarized_light.js >+%%WWWDIR%%/resources/ace/theme-sqlserver.js >+%%WWWDIR%%/resources/ace/theme-terminal.js >+%%WWWDIR%%/resources/ace/theme-textmate.js >+%%WWWDIR%%/resources/ace/theme-tomorrow.js >+%%WWWDIR%%/resources/ace/theme-tomorrow_night.js >+%%WWWDIR%%/resources/ace/theme-tomorrow_night_blue.js >+%%WWWDIR%%/resources/ace/theme-tomorrow_night_bright.js >+%%WWWDIR%%/resources/ace/theme-tomorrow_night_eighties.js >+%%WWWDIR%%/resources/ace/theme-twilight.js >+%%WWWDIR%%/resources/ace/theme-vibrant_ink.js >+%%WWWDIR%%/resources/ace/theme-xcode.js >+%%WWWDIR%%/resources/ace/worker-coffee.js >+%%WWWDIR%%/resources/ace/worker-css.js >+%%WWWDIR%%/resources/ace/worker-html.js >+%%WWWDIR%%/resources/ace/worker-javascript.js >+%%WWWDIR%%/resources/ace/worker-json.js >+%%WWWDIR%%/resources/ace/worker-lua.js >+%%WWWDIR%%/resources/ace/worker-php.js >+%%WWWDIR%%/resources/ace/worker-xml.js >+%%WWWDIR%%/resources/ace/worker-xquery.js >+%%WWWDIR%%/resources/app_languages.php >+%%WWWDIR%%/resources/bootstrap/3.3.6.dist >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-colorpicker.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-colorpicker.min.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-datetimepicker-standalone.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-datetimepicker.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-datetimepicker.min.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-theme.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-theme.css.map >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-theme.min.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap-theme.min.css.map >+%%WWWDIR%%/resources/bootstrap/css/bootstrap.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap.css.map >+%%WWWDIR%%/resources/bootstrap/css/bootstrap.min.css >+%%WWWDIR%%/resources/bootstrap/css/bootstrap.min.css.map >+%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.eot >+%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.svg >+%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf >+%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.woff >+%%WWWDIR%%/resources/bootstrap/fonts/glyphicons-halflings-regular.woff2 >+%%WWWDIR%%/resources/bootstrap/glyphicons.json >+%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/alpha-horizontal.png >+%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/alpha.png >+%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/hue-horizontal.png >+%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/hue.png >+%%WWWDIR%%/resources/bootstrap/img/bootstrap-colorpicker/saturation.png >+%%WWWDIR%%/resources/bootstrap/js/bootstrap-colorpicker.js >+%%WWWDIR%%/resources/bootstrap/js/bootstrap-colorpicker.min.js >+%%WWWDIR%%/resources/bootstrap/js/bootstrap-datetimepicker.min.js >+%%WWWDIR%%/resources/bootstrap/js/bootstrap-pwstrength.js >+%%WWWDIR%%/resources/bootstrap/js/bootstrap-pwstrength.min.js >+%%WWWDIR%%/resources/bootstrap/js/bootstrap.js >+%%WWWDIR%%/resources/bootstrap/js/bootstrap.min.js >+%%WWWDIR%%/resources/bootstrap/js/npm.js >+%%WWWDIR%%/resources/calendar_lw_layers.js >+%%WWWDIR%%/resources/calendar_lw_menu.js >+%%WWWDIR%%/resources/calendar_popcalendar.js >+%%WWWDIR%%/resources/captcha/config.php >+%%WWWDIR%%/resources/captcha/fonts/ROUGD.TTF >+%%WWWDIR%%/resources/captcha/fonts/Zebra.ttf >+%%WWWDIR%%/resources/captcha/fonts/hanshand.ttf >+%%WWWDIR%%/resources/captcha/img.php >+%%WWWDIR%%/resources/captcha/root.php >+%%WWWDIR%%/resources/check_auth.php >+%%WWWDIR%%/resources/classes/array_order.php >+%%WWWDIR%%/resources/classes/cache.php >+%%WWWDIR%%/resources/classes/config.php >+%%WWWDIR%%/resources/classes/database.php >+%%WWWDIR%%/resources/classes/destinations.php >+%%WWWDIR%%/resources/classes/directory.php >+%%WWWDIR%%/resources/classes/domains.php >+%%WWWDIR%%/resources/classes/event/handler/syslog.php >+%%WWWDIR%%/resources/classes/event/handler/virtual.php >+%%WWWDIR%%/resources/classes/event_socket.php >+%%WWWDIR%%/resources/classes/events.php >+%%WWWDIR%%/resources/classes/fax.php >+%%WWWDIR%%/resources/classes/file.php >+%%WWWDIR%%/resources/classes/groups.php >+%%WWWDIR%%/resources/classes/logging.php >+%%WWWDIR%%/resources/classes/menu.php >+%%WWWDIR%%/resources/classes/messages.php >+%%WWWDIR%%/resources/classes/orm.php >+%%WWWDIR%%/resources/classes/permissions.php >+%%WWWDIR%%/resources/classes/ringbacks.php >+%%WWWDIR%%/resources/classes/root.php >+%%WWWDIR%%/resources/classes/schema.php >+%%WWWDIR%%/resources/classes/sounds.php >+%%WWWDIR%%/resources/classes/switch_settings.php >+%%WWWDIR%%/resources/classes/template.php >+%%WWWDIR%%/resources/classes/text.php >+%%WWWDIR%%/resources/classes/tones.php >+%%WWWDIR%%/resources/classes/users.php >+%%WWWDIR%%/resources/classes/vcard.php >+%%WWWDIR%%/resources/cmd.php >+%%WWWDIR%%/resources/countries.php >+%%WWWDIR%%/resources/download.php >+%%WWWDIR%%/resources/edit_area/edit_area_full.gz >+%%WWWDIR%%/resources/edit_area/edit_area_full.js >+%%WWWDIR%%/resources/edit_area/images/autocompletion.gif >+%%WWWDIR%%/resources/edit_area/images/close.gif >+%%WWWDIR%%/resources/edit_area/images/fullscreen.gif >+%%WWWDIR%%/resources/edit_area/images/go_to_line.gif >+%%WWWDIR%%/resources/edit_area/images/help.gif >+%%WWWDIR%%/resources/edit_area/images/highlight.gif >+%%WWWDIR%%/resources/edit_area/images/load.gif >+%%WWWDIR%%/resources/edit_area/images/move.gif >+%%WWWDIR%%/resources/edit_area/images/newdocument.gif >+%%WWWDIR%%/resources/edit_area/images/opacity.png >+%%WWWDIR%%/resources/edit_area/images/processing.gif >+%%WWWDIR%%/resources/edit_area/images/redo.gif >+%%WWWDIR%%/resources/edit_area/images/reset_highlight.gif >+%%WWWDIR%%/resources/edit_area/images/save.gif >+%%WWWDIR%%/resources/edit_area/images/search.gif >+%%WWWDIR%%/resources/edit_area/images/smooth_selection.gif >+%%WWWDIR%%/resources/edit_area/images/spacer.gif >+%%WWWDIR%%/resources/edit_area/images/statusbar_resize.gif >+%%WWWDIR%%/resources/edit_area/images/undo.gif >+%%WWWDIR%%/resources/edit_area/images/word_wrap.gif >+%%WWWDIR%%/resources/edit_area/langs/bg.js >+%%WWWDIR%%/resources/edit_area/langs/cs.js >+%%WWWDIR%%/resources/edit_area/langs/de.js >+%%WWWDIR%%/resources/edit_area/langs/dk.js >+%%WWWDIR%%/resources/edit_area/langs/en.js >+%%WWWDIR%%/resources/edit_area/langs/eo.js >+%%WWWDIR%%/resources/edit_area/langs/es.js >+%%WWWDIR%%/resources/edit_area/langs/fi.js >+%%WWWDIR%%/resources/edit_area/langs/fr.js >+%%WWWDIR%%/resources/edit_area/langs/hr.js >+%%WWWDIR%%/resources/edit_area/langs/it.js >+%%WWWDIR%%/resources/edit_area/langs/ja.js >+%%WWWDIR%%/resources/edit_area/langs/mk.js >+%%WWWDIR%%/resources/edit_area/langs/nl.js >+%%WWWDIR%%/resources/edit_area/langs/pl.js >+%%WWWDIR%%/resources/edit_area/langs/pt.js >+%%WWWDIR%%/resources/edit_area/langs/ru.js >+%%WWWDIR%%/resources/edit_area/langs/sk.js >+%%WWWDIR%%/resources/edit_area/langs/zh.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/charmap.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/css/charmap.css >+%%WWWDIR%%/resources/edit_area/plugins/charmap/images/charmap.gif >+%%WWWDIR%%/resources/edit_area/plugins/charmap/jscripts/map.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/bg.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/cs.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/de.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/dk.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/en.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/eo.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/es.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/fr.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/hr.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/it.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/ja.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/mk.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/nl.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/pl.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/pt.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/ru.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/sk.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/langs/zh.js >+%%WWWDIR%%/resources/edit_area/plugins/charmap/popup.html >+%%WWWDIR%%/resources/edit_area/plugins/test/css/test.css >+%%WWWDIR%%/resources/edit_area/plugins/test/images/Thumbs.db >+%%WWWDIR%%/resources/edit_area/plugins/test/images/test.gif >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/bg.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/cs.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/de.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/dk.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/en.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/eo.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/es.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/fr.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/hr.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/it.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/ja.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/mk.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/nl.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/pl.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/pt.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/ru.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/sk.js >+%%WWWDIR%%/resources/edit_area/plugins/test/langs/zh.js >+%%WWWDIR%%/resources/edit_area/plugins/test/test.js >+%%WWWDIR%%/resources/edit_area/plugins/test/test2.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/basic.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/brainfuck.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/c.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/coldfusion.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/cpp.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/css.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/html.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/java.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/js.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/pas.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/perl.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/php.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/python.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/robotstxt.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/ruby.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/sql.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/tsql.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/vb.js >+%%WWWDIR%%/resources/edit_area/reg_syntax/xml.js >+%%WWWDIR%%/resources/email_address_validator.php >+%%WWWDIR%%/resources/fonts/root.php >+%%WWWDIR%%/resources/fonts/web_font_loader.php >+%%WWWDIR%%/resources/footer.php >+%%WWWDIR%%/resources/fpdf/font/courier.php >+%%WWWDIR%%/resources/fpdf/font/courierb.php >+%%WWWDIR%%/resources/fpdf/font/courierbi.php >+%%WWWDIR%%/resources/fpdf/font/courieri.php >+%%WWWDIR%%/resources/fpdf/font/helvetica.php >+%%WWWDIR%%/resources/fpdf/font/helveticab.php >+%%WWWDIR%%/resources/fpdf/font/helveticabi.php >+%%WWWDIR%%/resources/fpdf/font/helveticai.php >+%%WWWDIR%%/resources/fpdf/font/symbol.php >+%%WWWDIR%%/resources/fpdf/font/times.php >+%%WWWDIR%%/resources/fpdf/font/timesb.php >+%%WWWDIR%%/resources/fpdf/font/timesbi.php >+%%WWWDIR%%/resources/fpdf/font/timesi.php >+%%WWWDIR%%/resources/fpdf/font/zapfdingbats.php >+%%WWWDIR%%/resources/fpdf/fpdf.php >+%%WWWDIR%%/resources/fpdi/filters/FilterASCII85.php >+%%WWWDIR%%/resources/fpdi/filters/FilterASCIIHexDecode.php >+%%WWWDIR%%/resources/fpdi/filters/FilterLZW.php >+%%WWWDIR%%/resources/fpdi/fpdf_tpl.php >+%%WWWDIR%%/resources/fpdi/fpdi.php >+%%WWWDIR%%/resources/fpdi/fpdi_bridge.php >+%%WWWDIR%%/resources/fpdi/fpdi_pdf_parser.php >+%%WWWDIR%%/resources/fpdi/pdf_context.php >+%%WWWDIR%%/resources/fpdi/pdf_parser.php >+%%WWWDIR%%/resources/functions.php >+%%WWWDIR%%/resources/functions/password.php >+%%WWWDIR%%/resources/header.php >+%%WWWDIR%%/resources/install/scripts/app.lua >+%%WWWDIR%%/resources/install/scripts/app/agent_status/index.lua >+%%WWWDIR%%/resources/install/scripts/app/avmd/index.lua >+%%WWWDIR%%/resources/install/scripts/app/call_block/index.lua >+%%WWWDIR%%/resources/install/scripts/app/conference_center/index.lua >+%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/scripts/mute.lua >+%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/scripts/start_recording.lua >+%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/scripts/unmute.lua >+%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/templates/en/us/email_body.tpl >+%%WWWDIR%%/resources/install/scripts/app/conference_center/resources/templates/en/us/email_subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/dialplan/index.lua >+%%WWWDIR%%/resources/install/scripts/app/dialplan/resources/after/010_user_record.lua.noload >+%%WWWDIR%%/resources/install/scripts/app/dialplan/resources/before/010_user_exists.lua.noload >+%%WWWDIR%%/resources/install/scripts/app/dialplan/resources/inbound/010_get_domain.lua.noload >+%%WWWDIR%%/resources/install/scripts/app/emergency_notify/index.lua >+%%WWWDIR%%/resources/install/scripts/app/emergency_notify/resources/templates/en/us/email_body.tpl >+%%WWWDIR%%/resources/install/scripts/app/emergency_notify/resources/templates/en/us/email_subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/event_notify/index.lua >+%%WWWDIR%%/resources/install/scripts/app/failure_handler/index.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/app_languages.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/fax_queue_monitor.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/fax_queue_poll_once.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/hangup_rx.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/queue/exec.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/queue/next.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/queue/retry.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/scripts/queue/tasks.lua >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/templates/en/us/outbound/fail/body.tpl >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/templates/en/us/outbound/fail/subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/templates/en/us/outbound/success/body.tpl >+%%WWWDIR%%/resources/install/scripts/app/fax/resources/templates/en/us/outbound/success/subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/feature_event/index.lua >+%%WWWDIR%%/resources/install/scripts/app/feature_event/resources/functions/feature_event_notify.lua >+%%WWWDIR%%/resources/install/scripts/app/hangup/index.lua >+%%WWWDIR%%/resources/install/scripts/app/is_local/index.lua >+%%WWWDIR%%/resources/install/scripts/app/missed_calls/resources/templates/en/us/email_body.tpl >+%%WWWDIR%%/resources/install/scripts/app/missed_calls/resources/templates/en/us/email_subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/provision/index.lua >+%%WWWDIR%%/resources/install/scripts/app/ring_groups/index.lua >+%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/call_forward.lua >+%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/confirm.lua >+%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/destination.lua >+%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/monitor.lua >+%%WWWDIR%%/resources/install/scripts/app/ring_groups/resources/scripts/ring_member.lua >+%%WWWDIR%%/resources/install/scripts/app/servers/resources/clear_cache.lua >+%%WWWDIR%%/resources/install/scripts/app/servers/resources/file_cache.lua >+%%WWWDIR%%/resources/install/scripts/app/servers/resources/memcache.lua >+%%WWWDIR%%/resources/install/scripts/app/speed_dial/index.lua >+%%WWWDIR%%/resources/install/scripts/app/toll_allow/index.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/app_languages.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/index.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/advanced.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/change_password.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/check_password.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/choose_greeting.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/delete_recording.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/forward_add_intro.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/forward_to_extension.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/get_voicemail_id.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/listen_to_recording.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/macro.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/main_menu.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/menu_messages.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/message_count.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/message_saved.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/message_waiting.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/mwi_notify.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/on_dtmf.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/play_greeting.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/record_greeting.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/record_menu.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/record_message.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/record_name.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/return_call.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/send_email.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/send_sms.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/functions/tutorial.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/scripts/mwi.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/scripts/mwi_subscribe.lua >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/de/at/email_body.tpl >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/de/at/email_subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/de/de/email_body.tpl >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/de/de/email_subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/gb/email_body.tpl >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/gb/email_subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/us/email_body.tpl >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/us/email_body_transcription.tpl >+%%WWWDIR%%/resources/install/scripts/app/voicemail/resources/templates/en/us/email_subject.tpl >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/index.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/callcenter.conf.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/conference.conf.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/ivr.conf.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/local_stream.conf.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/sofia.conf.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/configuration/translate.conf.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/acl.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/directory.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/domains.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/group_call.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/message-count.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/action/reverse-auth-lookup.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/directory/directory.lua >+%%WWWDIR%%/resources/install/scripts/app/xml_handler/resources/scripts/languages/languages.lua >+%%WWWDIR%%/resources/install/scripts/blf_subscribe.lua >+%%WWWDIR%%/resources/install/scripts/call_flow.lua >+%%WWWDIR%%/resources/install/scripts/call_flow_monitor.lua >+%%WWWDIR%%/resources/install/scripts/call_flow_subscribe.lua >+%%WWWDIR%%/resources/install/scripts/call_forward.lua >+%%WWWDIR%%/resources/install/scripts/cidlookup.lua >+%%WWWDIR%%/resources/install/scripts/confirm.lua >+%%WWWDIR%%/resources/install/scripts/destination_caller_id.lua >+%%WWWDIR%%/resources/install/scripts/dial_string.lua >+%%WWWDIR%%/resources/install/scripts/directory.lua >+%%WWWDIR%%/resources/install/scripts/disa.callback.loopback.lua >+%%WWWDIR%%/resources/install/scripts/disa.callback.lua >+%%WWWDIR%%/resources/install/scripts/disa.lua >+%%WWWDIR%%/resources/install/scripts/disa.plus.lua >+%%WWWDIR%%/resources/install/scripts/do_not_disturb.lua >+%%WWWDIR%%/resources/install/scripts/eavesdrop.lua >+%%WWWDIR%%/resources/install/scripts/email.lua >+%%WWWDIR%%/resources/install/scripts/extension_queue.lua >+%%WWWDIR%%/resources/install/scripts/fax_retry.lua >+%%WWWDIR%%/resources/install/scripts/fifo_member.lua >+%%WWWDIR%%/resources/install/scripts/follow_me.lua >+%%WWWDIR%%/resources/install/scripts/ha_monitor.lua >+%%WWWDIR%%/resources/install/scripts/intercept.lua >+%%WWWDIR%%/resources/install/scripts/intercept_group.lua >+%%WWWDIR%%/resources/install/scripts/ivr_menu.lua >+%%WWWDIR%%/resources/install/scripts/mkdir.lua >+%%WWWDIR%%/resources/install/scripts/monitor.lua >+%%WWWDIR%%/resources/install/scripts/page.lua >+%%WWWDIR%%/resources/install/scripts/park.lua >+%%WWWDIR%%/resources/install/scripts/park_monitor.lua >+%%WWWDIR%%/resources/install/scripts/pin_number.lua >+%%WWWDIR%%/resources/install/scripts/recordings.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/api.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/base64.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/base64_alex.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/basename.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/basic_event_service.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/blf.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/cache.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/channel_utils.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/config.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/copy.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/count.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/database.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/database/luasql.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/database/native.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/database/odbc.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/database/odbcpool.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/database_handle.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/esl.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/event_consumer.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/explode.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/file.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/file_exists.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/find_file.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/format_ringback.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/format_seconds.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/interval_timer.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/is_absolute_path.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/is_uuid.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/lazy_settings.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/log.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/_str_lib.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/_str_lib_lua53.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/decoder.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/encoder.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/lunajson/sax.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/mkdir.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/play_file.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/presence_in.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/route_to_bridge.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/send_mail.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/settings.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/sleep.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/split.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/text.lua >+%%WWWDIR%%/resources/install/scripts/resources/functions/trim.lua >+%%WWWDIR%%/resources/install/scripts/resources/startup/odbc_pool.lua >+%%WWWDIR%%/resources/install/scripts/resources/tests/self_test.lua >+%%WWWDIR%%/resources/install/scripts/roku.lua >+%%WWWDIR%%/resources/install/scripts/service >+%%WWWDIR%%/resources/install/scripts/streamfile.lua >+%%WWWDIR%%/resources/install/scripts/transfer2.lua >+%%WWWDIR%%/resources/install/scripts/wakeup.lua >+%%WWWDIR%%/resources/install/sql/mysql.sql >+%%WWWDIR%%/resources/install/sql/pgsql.sql >+%%WWWDIR%%/resources/install/sql/sqlite.sql >+%%WWWDIR%%/resources/install/sql/switch.sql >+%%WWWDIR%%/resources/javascript/reset_file_input.js >+%%WWWDIR%%/resources/jquery/flot/excanvas.min.js >+%%WWWDIR%%/resources/jquery/flot/jquery.flot.js >+%%WWWDIR%%/resources/jquery/flot/jquery.flot.time.js >+%%WWWDIR%%/resources/jquery/flot/jquery.min.js >+%%WWWDIR%%/resources/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png >+%%WWWDIR%%/resources/jquery/images/ui-bg_flat_75_ffffff_40x100.png >+%%WWWDIR%%/resources/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png >+%%WWWDIR%%/resources/jquery/images/ui-bg_glass_65_ffffff_1x400.png >+%%WWWDIR%%/resources/jquery/images/ui-bg_glass_75_dadada_1x400.png >+%%WWWDIR%%/resources/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png >+%%WWWDIR%%/resources/jquery/images/ui-bg_glass_95_fef1ec_1x400.png >+%%WWWDIR%%/resources/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png >+%%WWWDIR%%/resources/jquery/images/ui-icons_222222_256x240.png >+%%WWWDIR%%/resources/jquery/images/ui-icons_2e83ff_256x240.png >+%%WWWDIR%%/resources/jquery/images/ui-icons_454545_256x240.png >+%%WWWDIR%%/resources/jquery/images/ui-icons_888888_256x240.png >+%%WWWDIR%%/resources/jquery/images/ui-icons_cd0a0a_256x240.png >+%%WWWDIR%%/resources/jquery/jquery-1.11.1.js >+%%WWWDIR%%/resources/jquery/jquery-1.8.3.js >+%%WWWDIR%%/resources/jquery/jquery-ui-1.9.2.min.js >+%%WWWDIR%%/resources/jquery/jquery-ui.css >+%%WWWDIR%%/resources/jquery/jquery.autosize.input.js >+%%WWWDIR%%/resources/jquery/jquery.qrcode-0.8.0.min.js >+%%WWWDIR%%/resources/licenses.php >+%%WWWDIR%%/resources/login.php >+%%WWWDIR%%/resources/momentjs/locale/af.js >+%%WWWDIR%%/resources/momentjs/locale/ar-ma.js >+%%WWWDIR%%/resources/momentjs/locale/ar-sa.js >+%%WWWDIR%%/resources/momentjs/locale/ar-tn.js >+%%WWWDIR%%/resources/momentjs/locale/ar.js >+%%WWWDIR%%/resources/momentjs/locale/az.js >+%%WWWDIR%%/resources/momentjs/locale/be.js >+%%WWWDIR%%/resources/momentjs/locale/bg.js >+%%WWWDIR%%/resources/momentjs/locale/bn.js >+%%WWWDIR%%/resources/momentjs/locale/bo.js >+%%WWWDIR%%/resources/momentjs/locale/br.js >+%%WWWDIR%%/resources/momentjs/locale/bs.js >+%%WWWDIR%%/resources/momentjs/locale/ca.js >+%%WWWDIR%%/resources/momentjs/locale/cs.js >+%%WWWDIR%%/resources/momentjs/locale/cv.js >+%%WWWDIR%%/resources/momentjs/locale/cy.js >+%%WWWDIR%%/resources/momentjs/locale/da.js >+%%WWWDIR%%/resources/momentjs/locale/de-at.js >+%%WWWDIR%%/resources/momentjs/locale/de.js >+%%WWWDIR%%/resources/momentjs/locale/dv.js >+%%WWWDIR%%/resources/momentjs/locale/el.js >+%%WWWDIR%%/resources/momentjs/locale/en-au.js >+%%WWWDIR%%/resources/momentjs/locale/en-ca.js >+%%WWWDIR%%/resources/momentjs/locale/en-gb.js >+%%WWWDIR%%/resources/momentjs/locale/en-ie.js >+%%WWWDIR%%/resources/momentjs/locale/en-nz.js >+%%WWWDIR%%/resources/momentjs/locale/eo.js >+%%WWWDIR%%/resources/momentjs/locale/es.js >+%%WWWDIR%%/resources/momentjs/locale/et.js >+%%WWWDIR%%/resources/momentjs/locale/eu.js >+%%WWWDIR%%/resources/momentjs/locale/fa.js >+%%WWWDIR%%/resources/momentjs/locale/fi.js >+%%WWWDIR%%/resources/momentjs/locale/fo.js >+%%WWWDIR%%/resources/momentjs/locale/fr-ca.js >+%%WWWDIR%%/resources/momentjs/locale/fr-ch.js >+%%WWWDIR%%/resources/momentjs/locale/fr.js >+%%WWWDIR%%/resources/momentjs/locale/fy.js >+%%WWWDIR%%/resources/momentjs/locale/gd.js >+%%WWWDIR%%/resources/momentjs/locale/gl.js >+%%WWWDIR%%/resources/momentjs/locale/he.js >+%%WWWDIR%%/resources/momentjs/locale/hi.js >+%%WWWDIR%%/resources/momentjs/locale/hr.js >+%%WWWDIR%%/resources/momentjs/locale/hu.js >+%%WWWDIR%%/resources/momentjs/locale/hy-am.js >+%%WWWDIR%%/resources/momentjs/locale/id.js >+%%WWWDIR%%/resources/momentjs/locale/is.js >+%%WWWDIR%%/resources/momentjs/locale/it.js >+%%WWWDIR%%/resources/momentjs/locale/ja.js >+%%WWWDIR%%/resources/momentjs/locale/jv.js >+%%WWWDIR%%/resources/momentjs/locale/ka.js >+%%WWWDIR%%/resources/momentjs/locale/kk.js >+%%WWWDIR%%/resources/momentjs/locale/km.js >+%%WWWDIR%%/resources/momentjs/locale/ko.js >+%%WWWDIR%%/resources/momentjs/locale/lb.js >+%%WWWDIR%%/resources/momentjs/locale/lo.js >+%%WWWDIR%%/resources/momentjs/locale/lt.js >+%%WWWDIR%%/resources/momentjs/locale/lv.js >+%%WWWDIR%%/resources/momentjs/locale/me.js >+%%WWWDIR%%/resources/momentjs/locale/mk.js >+%%WWWDIR%%/resources/momentjs/locale/ml.js >+%%WWWDIR%%/resources/momentjs/locale/mr.js >+%%WWWDIR%%/resources/momentjs/locale/ms-my.js >+%%WWWDIR%%/resources/momentjs/locale/ms.js >+%%WWWDIR%%/resources/momentjs/locale/my.js >+%%WWWDIR%%/resources/momentjs/locale/nb.js >+%%WWWDIR%%/resources/momentjs/locale/ne.js >+%%WWWDIR%%/resources/momentjs/locale/nl.js >+%%WWWDIR%%/resources/momentjs/locale/nn.js >+%%WWWDIR%%/resources/momentjs/locale/pa-in.js >+%%WWWDIR%%/resources/momentjs/locale/pl.js >+%%WWWDIR%%/resources/momentjs/locale/pt-br.js >+%%WWWDIR%%/resources/momentjs/locale/pt.js >+%%WWWDIR%%/resources/momentjs/locale/ro.js >+%%WWWDIR%%/resources/momentjs/locale/ru.js >+%%WWWDIR%%/resources/momentjs/locale/se.js >+%%WWWDIR%%/resources/momentjs/locale/si.js >+%%WWWDIR%%/resources/momentjs/locale/sk.js >+%%WWWDIR%%/resources/momentjs/locale/sl.js >+%%WWWDIR%%/resources/momentjs/locale/sq.js >+%%WWWDIR%%/resources/momentjs/locale/sr-cyrl.js >+%%WWWDIR%%/resources/momentjs/locale/sr.js >+%%WWWDIR%%/resources/momentjs/locale/sv.js >+%%WWWDIR%%/resources/momentjs/locale/sw.js >+%%WWWDIR%%/resources/momentjs/locale/ta.js >+%%WWWDIR%%/resources/momentjs/locale/te.js >+%%WWWDIR%%/resources/momentjs/locale/th.js >+%%WWWDIR%%/resources/momentjs/locale/tl-ph.js >+%%WWWDIR%%/resources/momentjs/locale/tlh.js >+%%WWWDIR%%/resources/momentjs/locale/tr.js >+%%WWWDIR%%/resources/momentjs/locale/tzl.js >+%%WWWDIR%%/resources/momentjs/locale/tzm-latn.js >+%%WWWDIR%%/resources/momentjs/locale/tzm.js >+%%WWWDIR%%/resources/momentjs/locale/uk.js >+%%WWWDIR%%/resources/momentjs/locale/uz.js >+%%WWWDIR%%/resources/momentjs/locale/vi.js >+%%WWWDIR%%/resources/momentjs/locale/zh-cn.js >+%%WWWDIR%%/resources/momentjs/locale/zh-tw.js >+%%WWWDIR%%/resources/momentjs/moment.js >+%%WWWDIR%%/resources/momentjs/moment.min.js >+%%WWWDIR%%/resources/paging.php >+%%WWWDIR%%/resources/pdo.php >+%%WWWDIR%%/resources/pdo_vm.php >+%%WWWDIR%%/resources/persist_form.php >+%%WWWDIR%%/resources/persist_form_var.php >+%%WWWDIR%%/resources/php.php >+%%WWWDIR%%/resources/phpmailer/LICENSE >+%%WWWDIR%%/resources/phpmailer/changelog.txt >+%%WWWDIR%%/resources/phpmailer/class.phpmailer.php >+%%WWWDIR%%/resources/phpmailer/class.pop3.php >+%%WWWDIR%%/resources/phpmailer/class.smtp.php >+%%WWWDIR%%/resources/phpmailer/docs.ini >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ar.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-br.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ca.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ch.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-cz.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-de.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-dk.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-es.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-et.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-fi.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-fo.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-fr.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-hu.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-it.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ja.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-nl.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-no.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-pl.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ro.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-ru.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-se.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-sk.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-tr.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-zh.php >+%%WWWDIR%%/resources/phpmailer/language/phpmailer.lang-zh_cn.php >+%%WWWDIR%%/resources/pop3/mime_parser.php >+%%WWWDIR%%/resources/pop3/parse_message.php >+%%WWWDIR%%/resources/pop3/pop3.php >+%%WWWDIR%%/resources/pop3/rfc822_addresses.php >+%%WWWDIR%%/resources/recaptchalib.php >+%%WWWDIR%%/resources/require.php >+%%WWWDIR%%/resources/root.php >+%%WWWDIR%%/resources/secure_download.php >+%%WWWDIR%%/resources/switch.php >+%%WWWDIR%%/resources/tcpdf/CHANGELOG.TXT >+%%WWWDIR%%/resources/tcpdf/LICENSE.TXT >+%%WWWDIR%%/resources/tcpdf/README.TXT >+%%WWWDIR%%/resources/tcpdf/composer.json >+%%WWWDIR%%/resources/tcpdf/config/tcpdf_config.php >+%%WWWDIR%%/resources/tcpdf/fonts/courier.php >+%%WWWDIR%%/resources/tcpdf/fonts/courierb.php >+%%WWWDIR%%/resources/tcpdf/fonts/courierbi.php >+%%WWWDIR%%/resources/tcpdf/fonts/courieri.php >+%%WWWDIR%%/resources/tcpdf/fonts/helvetica.php >+%%WWWDIR%%/resources/tcpdf/fonts/helveticab.php >+%%WWWDIR%%/resources/tcpdf/fonts/helveticabi.php >+%%WWWDIR%%/resources/tcpdf/fonts/helveticai.php >+%%WWWDIR%%/resources/tcpdf/fonts/symbol.php >+%%WWWDIR%%/resources/tcpdf/fonts/times.php >+%%WWWDIR%%/resources/tcpdf/fonts/timesb.php >+%%WWWDIR%%/resources/tcpdf/fonts/timesbi.php >+%%WWWDIR%%/resources/tcpdf/fonts/timesi.php >+%%WWWDIR%%/resources/tcpdf/fonts/zapfdingbats.php >+%%WWWDIR%%/resources/tcpdf/include/barcodes/datamatrix.php >+%%WWWDIR%%/resources/tcpdf/include/barcodes/pdf417.php >+%%WWWDIR%%/resources/tcpdf/include/barcodes/qrcode.php >+%%WWWDIR%%/resources/tcpdf/include/sRGB.icc >+%%WWWDIR%%/resources/tcpdf/include/tcpdf_colors.php >+%%WWWDIR%%/resources/tcpdf/include/tcpdf_filters.php >+%%WWWDIR%%/resources/tcpdf/include/tcpdf_font_data.php >+%%WWWDIR%%/resources/tcpdf/include/tcpdf_fonts.php >+%%WWWDIR%%/resources/tcpdf/include/tcpdf_images.php >+%%WWWDIR%%/resources/tcpdf/include/tcpdf_static.php >+%%WWWDIR%%/resources/tcpdf/tcpdf.php >+%%WWWDIR%%/resources/tcpdf/tcpdf_autoconfig.php >+%%WWWDIR%%/resources/tcpdf/tcpdf_barcodes_1d.php >+%%WWWDIR%%/resources/tcpdf/tcpdf_barcodes_2d.php >+%%WWWDIR%%/resources/tcpdf/tcpdf_import.php >+%%WWWDIR%%/resources/tcpdf/tcpdf_parser.php >+%%WWWDIR%%/resources/tcpdf/tools/.htaccess >+%%WWWDIR%%/resources/tcpdf/tools/convert_fonts_examples.txt >+%%WWWDIR%%/resources/tcpdf/tools/tcpdf_addfont.php >+%%WWWDIR%%/resources/templates/conf/autoload_configs/.htaccess >+%%WWWDIR%%/resources/templates/conf/autoload_configs/abstraction.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/alsa.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/blacklist.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/callcenter.conf >+%%WWWDIR%%/resources/templates/conf/autoload_configs/cdr_mongodb.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/cdr_pg_csv.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/cdr_sqlite.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/cepstral.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/cidlookup.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/conference.conf >+%%WWWDIR%%/resources/templates/conf/autoload_configs/conference_layouts.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/console.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/db.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/dialplan_directory.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/dingaling.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/directory.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/distributor.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/easyroute.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/enum.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/erlang_event.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/event_multicast.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/event_socket.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/fax.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/fifo.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/freetdm.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/hash.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/httapi.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/http_cache.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/ivr.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/java.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/json_cdr.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/lcr.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/local_stream.conf >+%%WWWDIR%%/resources/templates/conf/autoload_configs/logfile.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/lua.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/memcache.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/modules.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/mongo.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/nibblebill.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/opal.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/opus.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/osp.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/perl.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/pocketsphinx.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/portaudio.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/post_load_modules.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/presence_map.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/python.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/redis.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/rss.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/rtmp.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/sangoma_codec.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/shout.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/skinny.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/smpp.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/sofia.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/spandsp.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/spidermonkey.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/switch.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/syslog.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/timezones.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/tts_commandline.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/unicall.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/unimrcp.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/v8.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/verto.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/voicemail.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/voicemail_ivr.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/xml_cdr.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/xml_curl.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/xml_rpc.conf.xml >+%%WWWDIR%%/resources/templates/conf/autoload_configs/zeroconf.conf.xml >+%%WWWDIR%%/resources/templates/conf/chatplan/default.xml >+%%WWWDIR%%/resources/templates/conf/dialplan/default.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/default/00_ladspa.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/default/00_pizza_demo.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/default/01_Talking_Clock.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/default/01_example.com.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/empty.xml >+%%WWWDIR%%/resources/templates/conf/dialplan/features.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/public.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/public/00_inbound_did.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns.xml.noload >+%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns/20-Demo.xml >+%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns/20-Local_extension.xml >+%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns/90-External.xml >+%%WWWDIR%%/resources/templates/conf/dialplan/skinny-patterns/99-Default_Drop.xml >+%%WWWDIR%%/resources/templates/conf/directory/default.xml.noload >+%%WWWDIR%%/resources/templates/conf/directory/default/brian.xml.noload >+%%WWWDIR%%/resources/templates/conf/directory/default/default.xml.noload >+%%WWWDIR%%/resources/templates/conf/directory/default/example.com.xml.noload >+%%WWWDIR%%/resources/templates/conf/directory/default/skinny-example.xml.noload >+%%WWWDIR%%/resources/templates/conf/directory/empty.xml >+%%WWWDIR%%/resources/templates/conf/extensions.conf >+%%WWWDIR%%/resources/templates/conf/freeswitch.xml >+%%WWWDIR%%/resources/templates/conf/freetdm.conf >+%%WWWDIR%%/resources/templates/conf/fur_elise.ttml >+%%WWWDIR%%/resources/templates/conf/ivr_menus/demo_ivr.xml >+%%WWWDIR%%/resources/templates/conf/jingle_profiles/client.xml >+%%WWWDIR%%/resources/templates/conf/jingle_profiles/server.xml >+%%WWWDIR%%/resources/templates/conf/languages/de/de.xml >+%%WWWDIR%%/resources/templates/conf/languages/de/demo/demo.xml >+%%WWWDIR%%/resources/templates/conf/languages/de/vm/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/de/vm/tts.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/demo/demo-ivr.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/demo/demo.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/dir/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/dir/tts.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/en.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/ivr/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/ivr/wakeup.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/vm/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/vm/tts.xml >+%%WWWDIR%%/resources/templates/conf/languages/en/vm/voicemail_ivr.xml >+%%WWWDIR%%/resources/templates/conf/languages/fr/demo/demo.xml >+%%WWWDIR%%/resources/templates/conf/languages/fr/dir/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/fr/dir/tts.xml >+%%WWWDIR%%/resources/templates/conf/languages/fr/fr.xml >+%%WWWDIR%%/resources/templates/conf/languages/fr/vm/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/he/demo/demo-ivr.xml >+%%WWWDIR%%/resources/templates/conf/languages/he/demo/demo.xml >+%%WWWDIR%%/resources/templates/conf/languages/he/dir/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/he/he.xml >+%%WWWDIR%%/resources/templates/conf/languages/he/vm/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/ru/demo/demo-ivr.xml >+%%WWWDIR%%/resources/templates/conf/languages/ru/demo/demo.xml >+%%WWWDIR%%/resources/templates/conf/languages/ru/dir/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/ru/dir/tts.xml >+%%WWWDIR%%/resources/templates/conf/languages/ru/ru.xml >+%%WWWDIR%%/resources/templates/conf/languages/ru/vm/sounds.xml >+%%WWWDIR%%/resources/templates/conf/languages/ru/vm/tts.xml >+%%WWWDIR%%/resources/templates/conf/mime.types >+%%WWWDIR%%/resources/templates/conf/mrcp_profiles/loquendo-7-mrcp-v2.xml >+%%WWWDIR%%/resources/templates/conf/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml >+%%WWWDIR%%/resources/templates/conf/mrcp_profiles/nuance-5.0-mrcp-v1.xml >+%%WWWDIR%%/resources/templates/conf/mrcp_profiles/nuance-5.0-mrcp-v2.xml >+%%WWWDIR%%/resources/templates/conf/mrcp_profiles/unimrcpserver-mrcp-v1.xml >+%%WWWDIR%%/resources/templates/conf/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml >+%%WWWDIR%%/resources/templates/conf/notify-voicemail.tpl >+%%WWWDIR%%/resources/templates/conf/sip_profiles/empty.xml >+%%WWWDIR%%/resources/templates/conf/sip_profiles/external-ipv6.xml.noload >+%%WWWDIR%%/resources/templates/conf/sip_profiles/external.xml.noload >+%%WWWDIR%%/resources/templates/conf/sip_profiles/external/example.xml >+%%WWWDIR%%/resources/templates/conf/sip_profiles/internal-ipv6.xml.noload >+%%WWWDIR%%/resources/templates/conf/sip_profiles/internal.xml.noload >+%%WWWDIR%%/resources/templates/conf/sip_profiles/internal/example.xml >+%%WWWDIR%%/resources/templates/conf/skinny_profiles/internal.xml >+%%WWWDIR%%/resources/templates/conf/tetris.ttml >+%%WWWDIR%%/resources/templates/conf/vars.xml >+%%WWWDIR%%/resources/templates/conf/voicemail.tpl >+%%WWWDIR%%/resources/templates/conf/web-vm.tpl >+%%WWWDIR%%/resources/templates/engine/smarty/README >+%%WWWDIR%%/resources/templates/engine/smarty/Smarty.class.php >+%%WWWDIR%%/resources/templates/engine/smarty/Smarty.license.txt >+%%WWWDIR%%/resources/templates/engine/smarty/debug.tpl >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/block.textformat.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.counter.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.cycle.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.fetch.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_checkboxes.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_image.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_options.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_radios.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_select_date.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_select_time.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.html_table.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.mailto.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/function.math.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.capitalize.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.date_format.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.debug_print_var.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.escape.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.regex_replace.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.replace.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.spacify.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifier.truncate.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.cat.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.count_characters.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.count_paragraphs.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.count_sentences.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.count_words.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.default.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.escape.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.from_charset.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.indent.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.lower.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.noprint.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.string_format.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.strip.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.strip_tags.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.to_charset.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.unescape.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.upper.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/modifiercompiler.wordwrap.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/outputfilter.trimwhitespace.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.escape_special_chars.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.literal_compiler_param.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.make_timestamp.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.mb_str_replace.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.mb_unicode.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/shared.mb_wordwrap.php >+%%WWWDIR%%/resources/templates/engine/smarty/plugins/variablefilter.htmlspecialchars.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_cacheresource.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_cacheresource_custom.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_config_source.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_cacheresource_file.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_append.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_assign.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_block.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_break.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_call.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_capture.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_config_load.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_continue.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_debug.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_eval.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_extends.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_for.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_foreach.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_function.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_if.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_include.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_include_php.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_insert.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_ldelim.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_nocache.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_block_plugin.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_function_plugin.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_modifier.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_object_block_function.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_object_function.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_print_expression.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_registered_block.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_registered_function.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_private_special_variable.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_rdelim.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_section.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_setfilter.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_while.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_compilebase.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_config.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_config_file_compiler.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_configfilelexer.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_configfileparser.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_data.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_debug.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_filter_handler.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_function_call_handler.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_get_include_path.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_nocache_insert.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_parsetree.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_eval.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_extends.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_file.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_php.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_registered.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_stream.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_string.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_template.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_templatebase.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_templatecompilerbase.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_templatelexer.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_templateparser.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_utility.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_internal_write_file.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_resource.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_resource_custom.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_resource_recompiled.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_resource_uncompiled.php >+%%WWWDIR%%/resources/templates/engine/smarty/sysplugins/smarty_security.php >+%%WWWDIR%%/resources/templates/provision/aastra/480i/aastra.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/480i/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/673x/aastra.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/673x/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/675x/aastra.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/675x/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/686x/aastra.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/686x/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/9112i/aastra.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/9112i/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/9133i/aastra.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/9133i/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/aastra/include/general >+%%WWWDIR%%/resources/templates/provision/aastra/include/keys >+%%WWWDIR%%/resources/templates/provision/aastra/include/network >+%%WWWDIR%%/resources/templates/provision/aastra/include/provision >+%%WWWDIR%%/resources/templates/provision/aastra/include/sip >+%%WWWDIR%%/resources/templates/provision/algo/8180/algom{$mac}.conf >+%%WWWDIR%%/resources/templates/provision/atcom/ag198/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/cisco/7940/DISTINCTIVERINGLIST.XML >+%%WWWDIR%%/resources/templates/provision/cisco/7940/RINGLIST.XML >+%%WWWDIR%%/resources/templates/provision/cisco/7940/SIPDefault.cnf >+%%WWWDIR%%/resources/templates/provision/cisco/7940/SIP{$mac}.cnf >+%%WWWDIR%%/resources/templates/provision/cisco/7940/dialplan.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7940/directory.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7940/directory_enterprise.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7940/directory_extensions.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7940/directory_personal.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7940/directory_speed_dial.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7940/syncinfo.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7960/DISTINCTIVERINGLIST.XML >+%%WWWDIR%%/resources/templates/provision/cisco/7960/RINGLIST.XML >+%%WWWDIR%%/resources/templates/provision/cisco/7960/SIPDefault.cnf >+%%WWWDIR%%/resources/templates/provision/cisco/7960/SIP{$mac}.cnf >+%%WWWDIR%%/resources/templates/provision/cisco/7960/dialplan.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7960/directory.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7960/directory_enterprise.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7960/directory_extensions.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7960/directory_personal.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7960/directory_speed_dial.xml >+%%WWWDIR%%/resources/templates/provision/cisco/7960/syncinfo.xml >+%%WWWDIR%%/resources/templates/provision/cisco/79x1/SEP{$mac}.cnf.xml >+%%WWWDIR%%/resources/templates/provision/cisco/79x1/dialplan.xml >+%%WWWDIR%%/resources/templates/provision/cisco/79x1/syncinfo.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa112/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa122/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa301/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa303/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa501g/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa502g/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa504g/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa508g/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa509g/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa512g/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa514g/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa525g/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/cisco/spa525g2/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/digium/d50/${mac}.cfg >+%%WWWDIR%%/resources/templates/provision/escene/e3xx/timezones.txt >+%%WWWDIR%%/resources/templates/provision/escene/e3xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/escene/e3xx/{$mac}_extern.xml >+%%WWWDIR%%/resources/templates/provision/escene/e3xx/{$mac}_phonebook.xml >+%%WWWDIR%%/resources/templates/provision/fanvil/x2p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/fanvil/x3g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/fanvil/x3sp/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/fanvil/x4/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/fanvil/x4g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/fanvil/x5s/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/fanvil/x6/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/grandstream/dp715.sm/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/dp715/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/dp750/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/dp750/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gswave/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp110x/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp116x/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp116x/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp140x/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp140x/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp140xbk/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp140xbk/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp1450/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp1450/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp1450bk/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp1450bk/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp16xx/label.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp16xx/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp16xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp17xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp20xx/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp20xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2124/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2124/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2130/README.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2130/label.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2130/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2130/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2135/README.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2135/label.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2135/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2135/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2140/README.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2140/label.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2140/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2140/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/README.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/gxp2160_labels.ott >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/label.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2160/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2170/README.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2170/label.txt >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2170/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2170/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp21xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp21xxbk/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp2200/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxp3240/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxv300x/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxv3140/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxv3175/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxv3175v2/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxv3240/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxv3240/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxv3275/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxv3504/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxw4004/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxw4008/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxw40xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxw410x/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/gxw42xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/ht502/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/ht503/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/ht701/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/ht702/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/ht704/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/grandstream/wave/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/htek/uc903/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/htek/uc903/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/htek/uc923/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/htek/uc923/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/htek/uc924/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/htek/uc924/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/htek/uc926/phonebook.xml >+%%WWWDIR%%/resources/templates/provision/htek/uc926/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/linksys/spa2102/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/linksys/spa3102/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/linksys/spa921/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/linksys/spa941/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/linksys/spa942/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/mitel/5324/MN_Generic.cfg >+%%WWWDIR%%/resources/templates/provision/mitel/5324/MN_{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/mitel/5330/MN_Generic.cfg >+%%WWWDIR%%/resources/templates/provision/mitel/5330/MN_{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/mitel/5340/MN_Generic.cfg >+%%WWWDIR%%/resources/templates/provision/mitel/5340/MN_{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/obihai/obi1032/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/obihai/obi1062/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/obihai/obi302/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/obihai/obi310/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/panasonic/tgp500/KX-TGP500B04.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/tgp500/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/tgp550/KX-TGP550T04.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/tgp550/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/ut113/KX-UT113.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/ut113/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/panasonic/ut123/KX-UT123.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/ut123/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/panasonic/ut133/KX-UT133.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/ut133/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/panasonic/ut136/KX-UT136.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/ut136/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/panasonic/ut670/KX-UT670.cfg >+%%WWWDIR%%/resources/templates/provision/panasonic/ut670/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/3.x/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/4.x/{$mac}-directory.xml >+%%WWWDIR%%/resources/templates/provision/polycom/4.x/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/5.x/{$mac}-directory.xml >+%%WWWDIR%%/resources/templates/provision/polycom/5.x/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/650/custom.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/650/phone1.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/650/sip.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/650/{$mac}-registration.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/650/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/8030/phone1.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/8030/sip.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/8030/{$mac}-registration.cfg >+%%WWWDIR%%/resources/templates/provision/polycom/8030/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/sangoma/s300/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/sangoma/s500/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/sangoma/s700/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/300/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/320/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/360/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/3xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/720/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/7xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/820/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/8xx/desktop.ini >+%%WWWDIR%%/resources/templates/provision/snom/8xx/{$mac}.xml >+%%WWWDIR%%/resources/templates/provision/snom/m3/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/spectralink/empty.txt >+%%WWWDIR%%/resources/templates/provision/vtech/vcs754/directory.xml >+%%WWWDIR%%/resources/templates/provision/vtech/vcs754/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/cp860/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/cp860/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/cp860/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/cp860/y000000000037.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/cp860/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/cp920/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/cp920/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/cp920/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/cp920/y000000000000.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/cp920/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/cp960/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/cp960/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/cp960/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/cp960/y000000000000.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/cp960/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t19p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t19p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t19p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t19p/y000000000053.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t19p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t20p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t20p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t20p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t20p/y000000000007.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t20p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t21p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t21p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t21p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t21p/y000000000052.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t21p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t22p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t22p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t22p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t22p/y000000000005.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t22p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t23g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t23g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t23g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t23g/y000000000044.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t23g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t23p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t23p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t23p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t23p/y000000000044.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t23p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t26p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t26p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t26p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t26p/y000000000004.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t26p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t27g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t27g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t27g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t27g/y000000000069.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t27g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t27p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t27p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t27p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t27p/y000000000045.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t27p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t28p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t28p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t28p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t28p/y000000000000.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t28p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t29g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t29g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t29g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t29g/y000000000046.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t29g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t32g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t32g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t32g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t32g/y000000000032.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t32g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t38g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t38g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t38g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t38g/y000000000038.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t38g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t40g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t40g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t40g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t40g/y000000000076.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t40g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t40p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t40p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t40p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t40p/y000000000054.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t40p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t41p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t41p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t41p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t41p/y000000000036.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t41p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t41s/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t41s/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t41s/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t41s/y000000000068.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t41s/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t42g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t42g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t42g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t42g/y000000000029.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t42g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t42s/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t42s/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t42s/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t42s/y000000000067.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t42s/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t46g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t46g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t46g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t46g/y000000000028.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t46g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t46s/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t46s/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t46s/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t46s/y000000000066.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t46s/{$mac}.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t46s/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t48g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t48g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t48g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t48g/y000000000035.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t48g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t48s/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t48s/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t48s/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t48s/y000000000065.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t48s/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t49g/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t49g/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t49g/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t49g/y000000000051.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t49g/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t52s/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t52s/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t52s/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t52s/y000000000074.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t52s/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t54s/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t54s/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t54s/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t54s/y000000000070.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t54s/{$mac}.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t54s/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t56a/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t56a/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t56a/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t56a/y000000000056.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t56a/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t58v/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t58v/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/t58v/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/t58v/y000000000058.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/t58v/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/vp530/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/vp530/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/vp530/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/vp530/y000000000023.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/vp530/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/w52p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/w52p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/w52p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/w52p/y000000000025.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/w52p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/w56p/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/w56p/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/w56p/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/w56p/y000000000025.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/w56p/{$mac}.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/w60b/directory.xml >+%%WWWDIR%%/resources/templates/provision/yealink/w60b/favorite_setting.xml >+%%WWWDIR%%/resources/templates/provision/yealink/w60b/y000000000000.boot >+%%WWWDIR%%/resources/templates/provision/yealink/w60b/y000000000077.cfg >+%%WWWDIR%%/resources/templates/provision/yealink/w60b/{$mac}.cfg >+%%WWWDIR%%/resources/uuid.php >+%%WWWDIR%%/resources/wysiwyg.php >+%%WWWDIR%%/root.php >+%%WWWDIR%%/secure/.htaccess >+%%WWWDIR%%/secure/fax_to_email.php >+%%WWWDIR%%/secure/htaccess.tmp >+%%WWWDIR%%/secure/index.php >+%%WWWDIR%%/secure/root.php >+%%WWWDIR%%/secure/v_mailto.php >+%%WWWDIR%%/themes/default/app_config.php >+%%WWWDIR%%/themes/default/app_defaults.php >+%%WWWDIR%%/themes/default/app_languages.php >+%%WWWDIR%%/themes/default/config.php >+%%WWWDIR%%/themes/default/css.php >+%%WWWDIR%%/themes/default/favicon.ico >+%%WWWDIR%%/themes/default/images/background_black.png >+%%WWWDIR%%/themes/default/images/background_cell.gif >+%%WWWDIR%%/themes/default/images/background_cell_active.gif >+%%WWWDIR%%/themes/default/images/background_cell_conference.gif >+%%WWWDIR%%/themes/default/images/background_cell_fifo.gif >+%%WWWDIR%%/themes/default/images/background_cell_light.gif >+%%WWWDIR%%/themes/default/images/background_th.png >+%%WWWDIR%%/themes/default/images/backgrounds/blue_blur.jpg >+%%WWWDIR%%/themes/default/images/backgrounds/license.txt >+%%WWWDIR%%/themes/default/images/backgrounds/sand.jpg >+%%WWWDIR%%/themes/default/images/backgrounds/sand_sea.jpg >+%%WWWDIR%%/themes/default/images/backgrounds/wave.jpg >+%%WWWDIR%%/themes/default/images/backgrounds/yellowstone_3.jpg >+%%WWWDIR%%/themes/default/images/backgrounds/yellowstone_4.jpg >+%%WWWDIR%%/themes/default/images/blank.gif >+%%WWWDIR%%/themes/default/images/content_background.png >+%%WWWDIR%%/themes/default/images/icon_cdr_inbound_answered.png >+%%WWWDIR%%/themes/default/images/icon_cdr_inbound_answered_b.png >+%%WWWDIR%%/themes/default/images/icon_cdr_inbound_cancelled.png >+%%WWWDIR%%/themes/default/images/icon_cdr_inbound_cancelled_b.png >+%%WWWDIR%%/themes/default/images/icon_cdr_inbound_failed.png >+%%WWWDIR%%/themes/default/images/icon_cdr_inbound_failed_b.png >+%%WWWDIR%%/themes/default/images/icon_cdr_inbound_voicemail.png >+%%WWWDIR%%/themes/default/images/icon_cdr_local_answered.png >+%%WWWDIR%%/themes/default/images/icon_cdr_local_answered_b.png >+%%WWWDIR%%/themes/default/images/icon_cdr_local_cancelled.png >+%%WWWDIR%%/themes/default/images/icon_cdr_local_cancelled_b.png >+%%WWWDIR%%/themes/default/images/icon_cdr_local_failed.png >+%%WWWDIR%%/themes/default/images/icon_cdr_local_failed_b.png >+%%WWWDIR%%/themes/default/images/icon_cdr_local_voicemail.png >+%%WWWDIR%%/themes/default/images/icon_cdr_outbound_answered.png >+%%WWWDIR%%/themes/default/images/icon_cdr_outbound_answered_b.png >+%%WWWDIR%%/themes/default/images/icon_cdr_outbound_cancelled.png >+%%WWWDIR%%/themes/default/images/icon_cdr_outbound_cancelled_b.png >+%%WWWDIR%%/themes/default/images/icon_cdr_outbound_failed.png >+%%WWWDIR%%/themes/default/images/icon_cdr_outbound_failed_b.png >+%%WWWDIR%%/themes/default/images/icon_logout.png >+%%WWWDIR%%/themes/default/images/login_background.png >+%%WWWDIR%%/themes/default/images/logo.png >+%%WWWDIR%%/themes/default/images/logo_header.png >+%%WWWDIR%%/themes/default/images/menu_background.png >+%%WWWDIR%%/themes/default/images/qr_code.png >+%%WWWDIR%%/themes/default/images/warning.png >+%%WWWDIR%%/themes/default/root.php >+%%WWWDIR%%/themes/default/template.php >+@dir /var/cache/fusionpbx >+@dir %%WWWDIR%%/resources >+@dir %%WWWDIR%% >+@dir(,,755) %%WWWDIR%%/secure >+@dir(,,755) /var/db/fusionpbx > >Property changes on: www/fusionpbx/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238234
: 204711