pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fusionpbx: Fix pkglint {-Wall} warnings
Module Name: pkgsrc-wip
Committed By: Angel M. Adames <angelmadames%gmail.com@localhost>
Pushed By: angelmadames
Date: Thu May 25 10:18:45 2017 -0400
Changeset: 0f9300e1d1396512bd3c6fbabaf02d5ab052e6de
Modified Files:
fusionpbx/Makefile
fusionpbx/PLIST
Log Message:
fusionpbx: Fix pkglint {-Wall} warnings
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f9300e1d1396512bd3c6fbabaf02d5ab052e6de
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fusionpbx/Makefile | 34 ++---
fusionpbx/PLIST | 440 ++++++++++++++++++++++++++---------------------------
2 files changed, 234 insertions(+), 240 deletions(-)
diffs:
diff --git a/fusionpbx/Makefile b/fusionpbx/Makefile
index 00dbe9957f..aaf674a95a 100644
--- a/fusionpbx/Makefile
+++ b/fusionpbx/Makefile
@@ -1,18 +1,15 @@
# $NetBSD$
DISTNAME= fusionpbx-4.2.2
-PKGNAME= ${DISTNAME}
CATEGORIES= comms net audio
GITHUB_PROJECT= fusionpbx
MASTER_SITES= ${MASTER_SITE_GITHUB:=fusionpbx/}
-EXTRACT_SUFX= .zip
-
+EXTRACT_SUFX= .zip
MAINTAINER= kethzer.dr%gmail.com@localhost
-HOMEPAGE= ${MASTER_SITE_GITHUB:=fusionpbx/fusionpbx/}
-COMMENT= A full-featured multi-tenant GUI for FreeSwitch
-LICENSE= BSD
-
+HOMEPAGE= https://www.fusionpbx.com/
+COMMENT= Full-featured multi-tenant GUI for FreeSwitch
+LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
@@ -20,21 +17,18 @@ NO_BUILD= yes
USE_TOOLS+= pax
INSTALLATION_DIRS= share/fusionpbx
-FUSIONPBX_USER?= fusionpbx
-FUSIONPBX_GROUP?= fusionpbx
-PKG_GROUPS= ${FUSIONPBX_GROUP}
-PKG_USERS= ${FUSIONPBX_USER}:${FUSIONPBX_GROUP}
-PKG_GECOS.${FUSIONPBX_USER}= FusionPBX
-PKG_GROUPS_VARS= FUSIONPBX_GROUP
-PKG_USERS_VARS= FUSIONPBX_USER
-
+.include "../../mk/bsd.prefs.mk"
-PKG_SYSCONFSUBDIR= fusionpbx
-PKG_SYSCONFDIR_PERMS= ${FUSIONPBX_USER} ${FUSIONPBX_GROUP} 0755
+FUSIONPBX_USER?= fusionpbx
+FUSIONPBX_GROUP?= fusionpbx
+PKG_GROUPS= ${FUSIONPBX_GROUP}
+PKG_USERS= ${FUSIONPBX_USER}:${FUSIONPBX_GROUP}
+PKG_GECOS.${FUSIONPBX_USER}= FusionPBX
+PKG_GROUPS_VARS= FUSIONPBX_GROUP
+PKG_USERS_VARS= FUSIONPBX_USER
-USE_PHP= dom filter ftp json pcre pdo pdo_pgsql posix \
- session simplexml xml xmlreader xmlwriter xmlrpc \
- xsl zlib odbc
+PKG_SYSCONFSUBDIR= fusionpbx
+PKG_SYSCONFDIR_PERMS= ${FUSIONPBX_USER} ${FUSIONPBX_GROUP} 0755
DEPENDS+= ${PHP_PKG_PREFIX}-pdo_pgsql-[0-9]*:../../databases/php-pdo_pgsql
#DEPENDS+= ${PHP_PKG_PREFIX}-pdo_pgsql>=${PHP_BASE_VERS}:../../databases/php-pdo_pgsql
diff --git a/fusionpbx/PLIST b/fusionpbx/PLIST
index becb916c7c..545e3c169d 100644
--- a/fusionpbx/PLIST
+++ b/fusionpbx/PLIST
@@ -1,4 +1,8 @@
@comment $NetBSD$
+share/fusionpbx/.gitignore
+share/fusionpbx/.htaccess
+share/fusionpbx/.project
+share/fusionpbx/README.md
share/fusionpbx/app/access_controls/access_control_delete.php
share/fusionpbx/app/access_controls/access_control_edit.php
share/fusionpbx/app/access_controls/access_control_node_delete.php
@@ -26,25 +30,25 @@ share/fusionpbx/app/backup/root.php
share/fusionpbx/app/call_block/app_config.php
share/fusionpbx/app/call_block/app_languages.php
share/fusionpbx/app/call_block/app_menu.php
+share/fusionpbx/app/call_block/call_block.php
share/fusionpbx/app/call_block/call_block_cdr_add.php
share/fusionpbx/app/call_block/call_block_delete.php
share/fusionpbx/app/call_block/call_block_edit.php
-share/fusionpbx/app/call_block/call_block.php
share/fusionpbx/app/call_block/root.php
share/fusionpbx/app/call_broadcast/app_config.php
share/fusionpbx/app/call_broadcast/app_languages.php
share/fusionpbx/app/call_broadcast/app_menu.php
+share/fusionpbx/app/call_broadcast/call_broadcast.php
share/fusionpbx/app/call_broadcast/call_broadcast_delete.php
share/fusionpbx/app/call_broadcast/call_broadcast_edit.php
-share/fusionpbx/app/call_broadcast/call_broadcast.php
share/fusionpbx/app/call_broadcast/call_broadcast_send.php
share/fusionpbx/app/call_broadcast/call_broadcast_stop.php
share/fusionpbx/app/call_broadcast/root.php
share/fusionpbx/app/call_center_active/app_config.php
share/fusionpbx/app/call_center_active/app_languages.php
share/fusionpbx/app/call_center_active/app_menu.php
-share/fusionpbx/app/call_center_active/call_center_active_inc.php
share/fusionpbx/app/call_center_active/call_center_active.php
+share/fusionpbx/app/call_center_active/call_center_active_inc.php
share/fusionpbx/app/call_center_active/call_center_exec.php
share/fusionpbx/app/call_center_active/call_center_queue.php
share/fusionpbx/app/call_center_active/root.php
@@ -54,8 +58,8 @@ share/fusionpbx/app/call_centers/app_languages.php
share/fusionpbx/app/call_centers/app_menu.php
share/fusionpbx/app/call_centers/call_center_agent_delete.php
share/fusionpbx/app/call_centers/call_center_agent_edit.php
-share/fusionpbx/app/call_centers/call_center_agents.php
share/fusionpbx/app/call_centers/call_center_agent_status.php
+share/fusionpbx/app/call_centers/call_center_agents.php
share/fusionpbx/app/call_centers/call_center_queue_delete.php
share/fusionpbx/app/call_centers/call_center_queue_edit.php
share/fusionpbx/app/call_centers/call_center_queues.php
@@ -70,15 +74,6 @@ share/fusionpbx/app/call_flows/call_flow_delete.php
share/fusionpbx/app/call_flows/call_flow_edit.php
share/fusionpbx/app/call_flows/call_flows.php
share/fusionpbx/app/call_flows/root.php
-share/fusionpbx/app/calls_active/app_config.php
-share/fusionpbx/app/calls_active/app_languages.php
-share/fusionpbx/app/calls_active/app_menu.php
-share/fusionpbx/app/calls_active/calls_active_inc.php
-share/fusionpbx/app/calls_active/calls_active.php
-share/fusionpbx/app/calls_active/calls_exec.php
-share/fusionpbx/app/calls_active/resources/images/refresh_active.gif
-share/fusionpbx/app/calls_active/resources/images/refresh_paused.png
-share/fusionpbx/app/calls_active/root.php
share/fusionpbx/app/calls/app_config.php
share/fusionpbx/app/calls/app_languages.php
share/fusionpbx/app/calls/app_menu.php
@@ -88,6 +83,15 @@ share/fusionpbx/app/calls/resources/classes/call_forward.php
share/fusionpbx/app/calls/resources/classes/do_not_disturb.php
share/fusionpbx/app/calls/resources/classes/follow_me.php
share/fusionpbx/app/calls/root.php
+share/fusionpbx/app/calls_active/app_config.php
+share/fusionpbx/app/calls_active/app_languages.php
+share/fusionpbx/app/calls_active/app_menu.php
+share/fusionpbx/app/calls_active/calls_active.php
+share/fusionpbx/app/calls_active/calls_active_inc.php
+share/fusionpbx/app/calls_active/calls_exec.php
+share/fusionpbx/app/calls_active/resources/images/refresh_active.gif
+share/fusionpbx/app/calls_active/resources/images/refresh_paused.png
+share/fusionpbx/app/calls_active/root.php
share/fusionpbx/app/click_to_call/app_config.php
share/fusionpbx/app/click_to_call/app_languages.php
share/fusionpbx/app/click_to_call/app_menu.php
@@ -128,14 +132,21 @@ share/fusionpbx/app/conference_profiles/conference_profile_param_edit.php
share/fusionpbx/app/conference_profiles/conference_profile_params.php
share/fusionpbx/app/conference_profiles/conference_profiles.php
share/fusionpbx/app/conference_profiles/root.php
+share/fusionpbx/app/conferences/app_config.php
+share/fusionpbx/app/conferences/app_languages.php
+share/fusionpbx/app/conferences/app_menu.php
+share/fusionpbx/app/conferences/conference_delete.php
+share/fusionpbx/app/conferences/conference_edit.php
+share/fusionpbx/app/conferences/conferences.php
+share/fusionpbx/app/conferences/root.php
share/fusionpbx/app/conferences_active/app_config.php
share/fusionpbx/app/conferences_active/app_languages.php
share/fusionpbx/app/conferences_active/app_menu.php
share/fusionpbx/app/conferences_active/conference_exec.php
-share/fusionpbx/app/conferences_active/conference_interactive_inc.php
share/fusionpbx/app/conferences_active/conference_interactive.php
-share/fusionpbx/app/conferences_active/conferences_active_inc.php
+share/fusionpbx/app/conferences_active/conference_interactive_inc.php
share/fusionpbx/app/conferences_active/conferences_active.php
+share/fusionpbx/app/conferences_active/conferences_active_inc.php
share/fusionpbx/app/conferences_active/resources/images/hear.png
share/fusionpbx/app/conferences_active/resources/images/moderator.png
share/fusionpbx/app/conferences_active/resources/images/not_recording.png
@@ -145,13 +156,6 @@ share/fusionpbx/app/conferences_active/resources/images/speak.png
share/fusionpbx/app/conferences_active/resources/images/talking.png
share/fusionpbx/app/conferences_active/resources/images/video.png
share/fusionpbx/app/conferences_active/root.php
-share/fusionpbx/app/conferences/app_config.php
-share/fusionpbx/app/conferences/app_languages.php
-share/fusionpbx/app/conferences/app_menu.php
-share/fusionpbx/app/conferences/conference_delete.php
-share/fusionpbx/app/conferences/conference_edit.php
-share/fusionpbx/app/conferences/conferences.php
-share/fusionpbx/app/conferences/root.php
share/fusionpbx/app/contacts/app_config.php
share/fusionpbx/app/contacts/app_defaults.php
share/fusionpbx/app/contacts/app_languages.php
@@ -167,8 +171,8 @@ share/fusionpbx/app/contacts/contact_email_edit.php
share/fusionpbx/app/contacts/contact_emails.php
share/fusionpbx/app/contacts/contact_extensions.php
share/fusionpbx/app/contacts/contact_group_delete.php
-share/fusionpbx/app/contacts/contact_import_google.php
share/fusionpbx/app/contacts/contact_import.php
+share/fusionpbx/app/contacts/contact_import_google.php
share/fusionpbx/app/contacts/contact_note_delete.php
share/fusionpbx/app/contacts/contact_note_edit.php
share/fusionpbx/app/contacts/contact_notes.php
@@ -181,17 +185,17 @@ share/fusionpbx/app/contacts/contact_relations.php
share/fusionpbx/app/contacts/contact_setting_delete.php
share/fusionpbx/app/contacts/contact_setting_edit.php
share/fusionpbx/app/contacts/contact_settings.php
-share/fusionpbx/app/contacts/contacts.php
-share/fusionpbx/app/contacts/contacts_vcard.php
share/fusionpbx/app/contacts/contact_time_delete.php
share/fusionpbx/app/contacts/contact_time_edit.php
-share/fusionpbx/app/contacts/contact_timer_inc.php
share/fusionpbx/app/contacts/contact_timer.php
+share/fusionpbx/app/contacts/contact_timer_inc.php
share/fusionpbx/app/contacts/contact_times.php
share/fusionpbx/app/contacts/contact_url_delete.php
share/fusionpbx/app/contacts/contact_url_edit.php
share/fusionpbx/app/contacts/contact_urls.php
share/fusionpbx/app/contacts/contact_user_delete.php
+share/fusionpbx/app/contacts/contacts.php
+share/fusionpbx/app/contacts/contacts_vcard.php
share/fusionpbx/app/contacts/resources/functions/google_get_contacts.php
share/fusionpbx/app/contacts/resources/functions/google_get_groups.php
share/fusionpbx/app/contacts/resources/images/icon_gcontacts.png
@@ -225,13 +229,13 @@ share/fusionpbx/app/devices/device_profiles.php
share/fusionpbx/app/devices/device_setting_delete.php
share/fusionpbx/app/devices/device_setting_edit.php
share/fusionpbx/app/devices/device_settings.php
-share/fusionpbx/app/devices/devices.php
share/fusionpbx/app/devices/device_vendor_delete.php
share/fusionpbx/app/devices/device_vendor_edit.php
share/fusionpbx/app/devices/device_vendor_function_delete.php
share/fusionpbx/app/devices/device_vendor_function_edit.php
share/fusionpbx/app/devices/device_vendor_functions.php
share/fusionpbx/app/devices/device_vendors.php
+share/fusionpbx/app/devices/devices.php
share/fusionpbx/app/devices/resources/classes/device.php
share/fusionpbx/app/devices/root.php
share/fusionpbx/app/dialplan/app_config.php
@@ -246,18 +250,6 @@ share/fusionpbx/app/dialplan/dialplan_detail_delete.php
share/fusionpbx/app/dialplan/dialplan_detail_edit.php
share/fusionpbx/app/dialplan/dialplan_edit.php
share/fusionpbx/app/dialplan/dialplans.php
-share/fusionpbx/app/dialplan_inbound/app_config.php
-share/fusionpbx/app/dialplan_inbound/app_defaults.php
-share/fusionpbx/app/dialplan_inbound/app_languages.php
-share/fusionpbx/app/dialplan_inbound/app_menu.php
-share/fusionpbx/app/dialplan_inbound/dialplan_inbound_add.php
-share/fusionpbx/app/dialplan_inbound/root.php
-share/fusionpbx/app/dialplan_outbound/app_config.php
-share/fusionpbx/app/dialplan_outbound/app_defaults.php
-share/fusionpbx/app/dialplan_outbound/app_languages.php
-share/fusionpbx/app/dialplan_outbound/app_menu.php
-share/fusionpbx/app/dialplan_outbound/dialplan_outbound_add.php
-share/fusionpbx/app/dialplan_outbound/root.php
share/fusionpbx/app/dialplan/resources/classes/dialplan.php
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/010_user_exists.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/020_call_direction.xml
@@ -303,8 +295,8 @@ share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/410_freeswitch_confe
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/420_disa.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/430_directory.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/440_wake-up.xml
-share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/470_valet_park_in.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/470_valet_park.xml
+share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/470_valet_park_in.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/475_valet_park_out.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/480_operator.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/485_operator-forward.xml
@@ -320,20 +312,32 @@ share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/880_call_screen.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/890_local_extension.xml
share/fusionpbx/app/dialplan/resources/switch/conf/dialplan/900_voicemail.xml
share/fusionpbx/app/dialplan/root.php
+share/fusionpbx/app/dialplan_inbound/app_config.php
+share/fusionpbx/app/dialplan_inbound/app_defaults.php
+share/fusionpbx/app/dialplan_inbound/app_languages.php
+share/fusionpbx/app/dialplan_inbound/app_menu.php
+share/fusionpbx/app/dialplan_inbound/dialplan_inbound_add.php
+share/fusionpbx/app/dialplan_inbound/root.php
+share/fusionpbx/app/dialplan_outbound/app_config.php
+share/fusionpbx/app/dialplan_outbound/app_defaults.php
+share/fusionpbx/app/dialplan_outbound/app_languages.php
+share/fusionpbx/app/dialplan_outbound/app_menu.php
+share/fusionpbx/app/dialplan_outbound/dialplan_outbound_add.php
+share/fusionpbx/app/dialplan_outbound/root.php
share/fusionpbx/app/edit/app_config.php
share/fusionpbx/app/edit/app_languages.php
share/fusionpbx/app/edit/app_menu.php
share/fusionpbx/app/edit/clipadd.php
share/fusionpbx/app/edit/clipdelete.php
share/fusionpbx/app/edit/cliplist.php
-share/fusionpbx/app/edit/clipoptionslist.php
share/fusionpbx/app/edit/clipoptions.php
+share/fusionpbx/app/edit/clipoptionslist.php
share/fusionpbx/app/edit/clipupdate.php
share/fusionpbx/app/edit/filedelete.php
share/fusionpbx/app/edit/filelist.php
share/fusionpbx/app/edit/filenew.php
-share/fusionpbx/app/edit/fileoptionslist.php
share/fusionpbx/app/edit/fileoptions.php
+share/fusionpbx/app/edit/fileoptionslist.php
share/fusionpbx/app/edit/fileread.php
share/fusionpbx/app/edit/filerename.php
share/fusionpbx/app/edit/filesave.php
@@ -360,8 +364,8 @@ share/fusionpbx/app/emails/app_languages.php
share/fusionpbx/app/emails/app_menu.php
share/fusionpbx/app/emails/email_cron.php
share/fusionpbx/app/emails/email_delete.php
-share/fusionpbx/app/emails/emails.php
share/fusionpbx/app/emails/email_view.php
+share/fusionpbx/app/emails/emails.php
share/fusionpbx/app/emails/root.php
share/fusionpbx/app/exec/app_config.php
share/fusionpbx/app/exec/app_languages.php
@@ -397,9 +401,10 @@ share/fusionpbx/app/fax/app_config.php
share/fusionpbx/app/fax/app_defaults.php
share/fusionpbx/app/fax/app_languages.php
share/fusionpbx/app/fax/app_menu.php
+share/fusionpbx/app/fax/fax.php
+share/fusionpbx/app/fax/fax_active.php
share/fusionpbx/app/fax/fax_active_exec.php
share/fusionpbx/app/fax/fax_active_inc.php
-share/fusionpbx/app/fax/fax_active.php
share/fusionpbx/app/fax/fax_copy.php
share/fusionpbx/app/fax/fax_delete.php
share/fusionpbx/app/fax/fax_edit.php
@@ -408,9 +413,8 @@ share/fusionpbx/app/fax/fax_file_delete.php
share/fusionpbx/app/fax/fax_files.php
share/fusionpbx/app/fax/fax_files_remote.php
share/fusionpbx/app/fax/fax_log_delete.php
-share/fusionpbx/app/fax/fax_logs.php
share/fusionpbx/app/fax/fax_log_view.php
-share/fusionpbx/app/fax/fax.php
+share/fusionpbx/app/fax/fax_logs.php
share/fusionpbx/app/fax/fax_send.php
share/fusionpbx/app/fax/resources/classes/fax.php
share/fusionpbx/app/fax/resources/functions/object_to_array.php
@@ -424,16 +428,16 @@ share/fusionpbx/app/fifo/app_config.php
share/fusionpbx/app/fifo/app_languages.php
share/fusionpbx/app/fifo/app_menu.php
share/fusionpbx/app/fifo/fifo_add.php
+share/fusionpbx/app/fifo/root.php
share/fusionpbx/app/fifo_list/app_config.php
share/fusionpbx/app/fifo_list/app_languages.php
share/fusionpbx/app/fifo_list/app_menu.php
share/fusionpbx/app/fifo_list/fifo_exec.php
-share/fusionpbx/app/fifo_list/fifo_interactive_inc.php
share/fusionpbx/app/fifo_list/fifo_interactive.php
-share/fusionpbx/app/fifo_list/fifo_list_inc.php
+share/fusionpbx/app/fifo_list/fifo_interactive_inc.php
share/fusionpbx/app/fifo_list/fifo_list.php
+share/fusionpbx/app/fifo_list/fifo_list_inc.php
share/fusionpbx/app/fifo_list/root.php
-share/fusionpbx/app/fifo/root.php
share/fusionpbx/app/follow_me/app_config.php
share/fusionpbx/app/follow_me/app_menu.php
share/fusionpbx/app/follow_me/root.php
@@ -478,9 +482,9 @@ share/fusionpbx/app/music_on_hold/app_config.php
share/fusionpbx/app/music_on_hold/app_defaults.php
share/fusionpbx/app/music_on_hold/app_languages.php
share/fusionpbx/app/music_on_hold/app_menu.php
+share/fusionpbx/app/music_on_hold/music_on_hold.php
share/fusionpbx/app/music_on_hold/music_on_hold_delete.php
share/fusionpbx/app/music_on_hold/music_on_hold_edit.php
-share/fusionpbx/app/music_on_hold/music_on_hold.php
share/fusionpbx/app/music_on_hold/resources/classes/switch_music_on_hold.php
share/fusionpbx/app/music_on_hold/root.php
share/fusionpbx/app/operator_panel/app_config.php
@@ -488,8 +492,8 @@ share/fusionpbx/app/operator_panel/app_languages.php
share/fusionpbx/app/operator_panel/app_menu.php
share/fusionpbx/app/operator_panel/autocomplete.php
share/fusionpbx/app/operator_panel/exec.php
-share/fusionpbx/app/operator_panel/index_inc.php
share/fusionpbx/app/operator_panel/index.php
+share/fusionpbx/app/operator_panel/index_inc.php
share/fusionpbx/app/operator_panel/resources/functions/get_call_activity.php
share/fusionpbx/app/operator_panel/resources/images/eavesdrop.png
share/fusionpbx/app/operator_panel/resources/images/inbound.png
@@ -497,12 +501,12 @@ share/fusionpbx/app/operator_panel/resources/images/keypad_call.png
share/fusionpbx/app/operator_panel/resources/images/keypad_transfer.png
share/fusionpbx/app/operator_panel/resources/images/kill.png
share/fusionpbx/app/operator_panel/resources/images/outbound.png
-share/fusionpbx/app/operator_panel/resources/images/recording.png
share/fusionpbx/app/operator_panel/resources/images/record.png
+share/fusionpbx/app/operator_panel/resources/images/recording.png
share/fusionpbx/app/operator_panel/resources/images/refresh_active.gif
share/fusionpbx/app/operator_panel/resources/images/refresh_paused.png
-share/fusionpbx/app/operator_panel/resources/images/status_available_on_demand.png
share/fusionpbx/app/operator_panel/resources/images/status_available.png
+share/fusionpbx/app/operator_panel/resources/images/status_available_on_demand.png
share/fusionpbx/app/operator_panel/resources/images/status_do_not_disturb.png
share/fusionpbx/app/operator_panel/resources/images/status_logged_out.png
share/fusionpbx/app/operator_panel/resources/images/status_on_break.png
@@ -549,8 +553,8 @@ share/fusionpbx/app/registrations/resources/classes/status_registrations.php
share/fusionpbx/app/registrations/resources/images/refresh_active.gif
share/fusionpbx/app/registrations/resources/images/refresh_paused.png
share/fusionpbx/app/registrations/root.php
-share/fusionpbx/app/registrations/status_registrations_inc.php
share/fusionpbx/app/registrations/status_registrations.php
+share/fusionpbx/app/registrations/status_registrations_inc.php
share/fusionpbx/app/ring_groups/app_config.php
share/fusionpbx/app/ring_groups/app_defaults.php
share/fusionpbx/app/ring_groups/app_languages.php
@@ -657,8 +661,8 @@ share/fusionpbx/app/voicemails/voicemail_delete.php
share/fusionpbx/app/voicemails/voicemail_edit.php
share/fusionpbx/app/voicemails/voicemail_message_delete.php
share/fusionpbx/app/voicemails/voicemail_message_edit.php
-share/fusionpbx/app/voicemails/voicemail_messages.php
share/fusionpbx/app/voicemails/voicemail_message_toggle.php
+share/fusionpbx/app/voicemails/voicemail_messages.php
share/fusionpbx/app/voicemails/voicemail_option_delete.php
share/fusionpbx/app/voicemails/voicemail_option_edit.php
share/fusionpbx/app/voicemails/voicemails.php
@@ -670,6 +674,7 @@ share/fusionpbx/app/xml_cdr/report.php
share/fusionpbx/app/xml_cdr/resources/classes/xml_cdr.php
share/fusionpbx/app/xml_cdr/root.php
share/fusionpbx/app/xml_cdr/v_xml_cdr_import.php
+share/fusionpbx/app/xml_cdr/xml_cdr.php
share/fusionpbx/app/xml_cdr/xml_cdr_delete.php
share/fusionpbx/app/xml_cdr/xml_cdr_details.php
share/fusionpbx/app/xml_cdr/xml_cdr_export.php
@@ -677,17 +682,16 @@ share/fusionpbx/app/xml_cdr/xml_cdr_extension_summary.php
share/fusionpbx/app/xml_cdr/xml_cdr_import.php
share/fusionpbx/app/xml_cdr/xml_cdr_import_update.php
share/fusionpbx/app/xml_cdr/xml_cdr_inc.php
-share/fusionpbx/app/xml_cdr/xml_cdr.php
share/fusionpbx/app/xml_cdr/xml_cdr_search.php
+share/fusionpbx/app/xml_cdr/xml_cdr_statistics.php
share/fusionpbx/app/xml_cdr/xml_cdr_statistics_csv.php
share/fusionpbx/app/xml_cdr/xml_cdr_statistics_inc.php
-share/fusionpbx/app/xml_cdr/xml_cdr_statistics.php
share/fusionpbx/core/apps/app_config.php
share/fusionpbx/core/apps/app_languages.php
share/fusionpbx/core/apps/app_menu.php
+share/fusionpbx/core/apps/apps.php
share/fusionpbx/core/apps/apps_delete.php
share/fusionpbx/core/apps/apps_edit.php
-share/fusionpbx/core/apps/apps.php
share/fusionpbx/core/apps/root.php
share/fusionpbx/core/authentication/app_config.php
share/fusionpbx/core/authentication/resources/classes/authentication.php
@@ -707,9 +711,9 @@ share/fusionpbx/core/default_settings/app_defaults.php
share/fusionpbx/core/default_settings/app_languages.php
share/fusionpbx/core/default_settings/app_menu.php
share/fusionpbx/core/default_settings/default_setting_edit.php
+share/fusionpbx/core/default_settings/default_setting_toggle.php
share/fusionpbx/core/default_settings/default_settings.php
share/fusionpbx/core/default_settings/default_settings_reload.php
-share/fusionpbx/core/default_settings/default_setting_toggle.php
share/fusionpbx/core/default_settings/root.php
share/fusionpbx/core/domain_settings/app_config.php
share/fusionpbx/core/domain_settings/app_defaults.php
@@ -741,9 +745,7 @@ share/fusionpbx/core/install/resources/images/flags/American Samoa.png
share/fusionpbx/core/install/resources/images/flags/Andorra.png
share/fusionpbx/core/install/resources/images/flags/Angola.png
share/fusionpbx/core/install/resources/images/flags/Anguilla.png
-share/fusionpbx/core/install/resources/images/flags/an.png
share/fusionpbx/core/install/resources/images/flags/Antigua and Barbuda.png
-share/fusionpbx/core/install/resources/images/flags/ar-eg.png
share/fusionpbx/core/install/resources/images/flags/Argentina.png
share/fusionpbx/core/install/resources/images/flags/Armenia.png
share/fusionpbx/core/install/resources/images/flags/Aruba.png
@@ -774,7 +776,6 @@ share/fusionpbx/core/install/resources/images/flags/Cabo Verde.png
share/fusionpbx/core/install/resources/images/flags/Cambodia.png
share/fusionpbx/core/install/resources/images/flags/Cameroon.png
share/fusionpbx/core/install/resources/images/flags/Canada.png
-share/fusionpbx/core/install/resources/images/flags/catalonia.png
share/fusionpbx/core/install/resources/images/flags/Cayman Islands.png
share/fusionpbx/core/install/resources/images/flags/Central African Republic.png
share/fusionpbx/core/install/resources/images/flags/Chad.png
@@ -784,34 +785,27 @@ share/fusionpbx/core/install/resources/images/flags/Christmas Island.png
share/fusionpbx/core/install/resources/images/flags/Cocos (Keeling) Islands.png
share/fusionpbx/core/install/resources/images/flags/Colombia.png
share/fusionpbx/core/install/resources/images/flags/Comoros.png
-share/fusionpbx/core/install/resources/images/flags/Congo.png
share/fusionpbx/core/install/resources/images/flags/Congo, the Democratic Republic of the.png
+share/fusionpbx/core/install/resources/images/flags/Congo.png
share/fusionpbx/core/install/resources/images/flags/Cook Islands.png
share/fusionpbx/core/install/resources/images/flags/Costa Rica.png
share/fusionpbx/core/install/resources/images/flags/Cote d'Ivoire.png
share/fusionpbx/core/install/resources/images/flags/Croatia.png
-share/fusionpbx/core/install/resources/images/flags/cs.png
share/fusionpbx/core/install/resources/images/flags/Cuba.png
share/fusionpbx/core/install/resources/images/flags/Cyprus.png
share/fusionpbx/core/install/resources/images/flags/Czech Republic.png
-share/fusionpbx/core/install/resources/images/flags/de-at.png
share/fusionpbx/core/install/resources/images/flags/Denmark.png
share/fusionpbx/core/install/resources/images/flags/Djibouti.png
-share/fusionpbx/core/install/resources/images/flags/Dominican Republic.png
share/fusionpbx/core/install/resources/images/flags/Dominica.png
+share/fusionpbx/core/install/resources/images/flags/Dominican Republic.png
share/fusionpbx/core/install/resources/images/flags/Ecuador.png
share/fusionpbx/core/install/resources/images/flags/Egypt.png
share/fusionpbx/core/install/resources/images/flags/El Salvador.png
-share/fusionpbx/core/install/resources/images/flags/england.png
-share/fusionpbx/core/install/resources/images/flags/en-us.png
share/fusionpbx/core/install/resources/images/flags/Equatorial Guinea.png
share/fusionpbx/core/install/resources/images/flags/Eritrea.png
-share/fusionpbx/core/install/resources/images/flags/es-cl.png
share/fusionpbx/core/install/resources/images/flags/Estonia.png
share/fusionpbx/core/install/resources/images/flags/Ethiopia.png
-share/fusionpbx/core/install/resources/images/flags/europeanunion.png
share/fusionpbx/core/install/resources/images/flags/Falkland Islands (Malvinas).png
-share/fusionpbx/core/install/resources/images/flags/fam.png
share/fusionpbx/core/install/resources/images/flags/Faroe Islands.png
share/fusionpbx/core/install/resources/images/flags/Fiji.png
share/fusionpbx/core/install/resources/images/flags/Finland.png
@@ -819,7 +813,6 @@ share/fusionpbx/core/install/resources/images/flags/France.png
share/fusionpbx/core/install/resources/images/flags/French Guiana.png
share/fusionpbx/core/install/resources/images/flags/French Polynesia.png
share/fusionpbx/core/install/resources/images/flags/French Southern Territories.png
-share/fusionpbx/core/install/resources/images/flags/fr-fr.png
share/fusionpbx/core/install/resources/images/flags/Gabon.png
share/fusionpbx/core/install/resources/images/flags/Gambia.png
share/fusionpbx/core/install/resources/images/flags/Georgia.png
@@ -898,10 +891,9 @@ share/fusionpbx/core/install/resources/images/flags/Netherlands.png
share/fusionpbx/core/install/resources/images/flags/New Caledonia.png
share/fusionpbx/core/install/resources/images/flags/New Zealand.png
share/fusionpbx/core/install/resources/images/flags/Nicaragua.png
-share/fusionpbx/core/install/resources/images/flags/Nigeria.png
share/fusionpbx/core/install/resources/images/flags/Niger.png
+share/fusionpbx/core/install/resources/images/flags/Nigeria.png
share/fusionpbx/core/install/resources/images/flags/Niue.png
-share/fusionpbx/core/install/resources/images/flags/nl-nl.png
share/fusionpbx/core/install/resources/images/flags/Norfolk Island.png
share/fusionpbx/core/install/resources/images/flags/Northern Mariana Islands.png
share/fusionpbx/core/install/resources/images/flags/Norway.png
@@ -915,16 +907,12 @@ share/fusionpbx/core/install/resources/images/flags/Paraguay.png
share/fusionpbx/core/install/resources/images/flags/Peru.png
share/fusionpbx/core/install/resources/images/flags/Philippines.png
share/fusionpbx/core/install/resources/images/flags/Pitcairn.png
-share/fusionpbx/core/install/resources/images/flags/pl.png
share/fusionpbx/core/install/resources/images/flags/Poland.png
share/fusionpbx/core/install/resources/images/flags/Portugal.png
-share/fusionpbx/core/install/resources/images/flags/pt-br.png
-share/fusionpbx/core/install/resources/images/flags/pt-pt.png
share/fusionpbx/core/install/resources/images/flags/Puerto Rico.png
share/fusionpbx/core/install/resources/images/flags/Qatar.png
share/fusionpbx/core/install/resources/images/flags/Reunion.png
share/fusionpbx/core/install/resources/images/flags/Romania.png
-share/fusionpbx/core/install/resources/images/flags/ru-ru.png
share/fusionpbx/core/install/resources/images/flags/Rwanda.png
share/fusionpbx/core/install/resources/images/flags/Saint Helena, Ascension and Tristan da Cunha.png
share/fusionpbx/core/install/resources/images/flags/Saint Kitts and Nevis.png
@@ -935,7 +923,6 @@ share/fusionpbx/core/install/resources/images/flags/Samoa.png
share/fusionpbx/core/install/resources/images/flags/San Marino.png
share/fusionpbx/core/install/resources/images/flags/Sao Tome and Principe.png
share/fusionpbx/core/install/resources/images/flags/Saudi Arabia.png
-share/fusionpbx/core/install/resources/images/flags/scotland.png
share/fusionpbx/core/install/resources/images/flags/Senegal.png
share/fusionpbx/core/install/resources/images/flags/Serbia.png
share/fusionpbx/core/install/resources/images/flags/Seychelles.png
@@ -952,7 +939,6 @@ share/fusionpbx/core/install/resources/images/flags/Sri Lanka.png
share/fusionpbx/core/install/resources/images/flags/Sudan.png
share/fusionpbx/core/install/resources/images/flags/Suriname.png
share/fusionpbx/core/install/resources/images/flags/Svalbard and Jan Mayen.png
-share/fusionpbx/core/install/resources/images/flags/sv-se.png
share/fusionpbx/core/install/resources/images/flags/Swaziland.png
share/fusionpbx/core/install/resources/images/flags/Sweden.png
share/fusionpbx/core/install/resources/images/flags/Switzerland.png
@@ -972,7 +958,6 @@ share/fusionpbx/core/install/resources/images/flags/Turkmenistan.png
share/fusionpbx/core/install/resources/images/flags/Turks and Caicos Islands.png
share/fusionpbx/core/install/resources/images/flags/Tuvalu.png
share/fusionpbx/core/install/resources/images/flags/Uganda.png
-share/fusionpbx/core/install/resources/images/flags/uk.png
share/fusionpbx/core/install/resources/images/flags/Ukraine.png
share/fusionpbx/core/install/resources/images/flags/United Arab Emirates.png
share/fusionpbx/core/install/resources/images/flags/United Kingdom of Great Britain and Northern Ireland.png
@@ -985,12 +970,31 @@ share/fusionpbx/core/install/resources/images/flags/Venezuela, Bolivarian Republ
share/fusionpbx/core/install/resources/images/flags/Viet Nam.png
share/fusionpbx/core/install/resources/images/flags/Virgin Islands, British.png
share/fusionpbx/core/install/resources/images/flags/Virgin Islands, U.S..png
-share/fusionpbx/core/install/resources/images/flags/wales.png
share/fusionpbx/core/install/resources/images/flags/Wallis and Futuna.png
share/fusionpbx/core/install/resources/images/flags/Western Sahara.png
share/fusionpbx/core/install/resources/images/flags/Yemen.png
share/fusionpbx/core/install/resources/images/flags/Zambia.png
share/fusionpbx/core/install/resources/images/flags/Zimbabwe.png
+share/fusionpbx/core/install/resources/images/flags/an.png
+share/fusionpbx/core/install/resources/images/flags/ar-eg.png
+share/fusionpbx/core/install/resources/images/flags/catalonia.png
+share/fusionpbx/core/install/resources/images/flags/cs.png
+share/fusionpbx/core/install/resources/images/flags/de-at.png
+share/fusionpbx/core/install/resources/images/flags/en-us.png
+share/fusionpbx/core/install/resources/images/flags/england.png
+share/fusionpbx/core/install/resources/images/flags/es-cl.png
+share/fusionpbx/core/install/resources/images/flags/europeanunion.png
+share/fusionpbx/core/install/resources/images/flags/fam.png
+share/fusionpbx/core/install/resources/images/flags/fr-fr.png
+share/fusionpbx/core/install/resources/images/flags/nl-nl.png
+share/fusionpbx/core/install/resources/images/flags/pl.png
+share/fusionpbx/core/install/resources/images/flags/pt-br.png
+share/fusionpbx/core/install/resources/images/flags/pt-pt.png
+share/fusionpbx/core/install/resources/images/flags/ru-ru.png
+share/fusionpbx/core/install/resources/images/flags/scotland.png
+share/fusionpbx/core/install/resources/images/flags/sv-se.png
+share/fusionpbx/core/install/resources/images/flags/uk.png
+share/fusionpbx/core/install/resources/images/flags/wales.png
share/fusionpbx/core/install/resources/page_parts/install_config_database.php
share/fusionpbx/core/install/resources/page_parts/install_config_detail.php
share/fusionpbx/core/install/resources/page_parts/install_event_socket.php
@@ -1000,6 +1004,7 @@ share/fusionpbx/core/menu/app_config.php
share/fusionpbx/core/menu/app_defaults.php
share/fusionpbx/core/menu/app_languages.php
share/fusionpbx/core/menu/app_menu.php
+share/fusionpbx/core/menu/menu.php
share/fusionpbx/core/menu/menu_delete.php
share/fusionpbx/core/menu/menu_edit.php
share/fusionpbx/core/menu/menu_item_delete.php
@@ -1007,7 +1012,6 @@ share/fusionpbx/core/menu/menu_item_edit.php
share/fusionpbx/core/menu/menu_item_list.php
share/fusionpbx/core/menu/menu_item_move_down.php
share/fusionpbx/core/menu/menu_item_move_up.php
-share/fusionpbx/core/menu/menu.php
share/fusionpbx/core/menu/menu_restore_default.php
share/fusionpbx/core/menu/root.php
share/fusionpbx/core/notifications/app_config.php
@@ -1022,26 +1026,26 @@ share/fusionpbx/core/upgrade/app_languages.php
share/fusionpbx/core/upgrade/app_menu.php
share/fusionpbx/core/upgrade/index.php
share/fusionpbx/core/upgrade/root.php
-share/fusionpbx/core/upgrade/upgrade_domains.php
share/fusionpbx/core/upgrade/upgrade.php
+share/fusionpbx/core/upgrade/upgrade_domains.php
share/fusionpbx/core/upgrade/upgrade_schema.php
-share/fusionpbx/core/users/app_config.php
-share/fusionpbx/core/users/app_defaults.php
-share/fusionpbx/core/users/app_languages.php
-share/fusionpbx/core/users/app_menu.php
share/fusionpbx/core/user_settings/app_config.php
share/fusionpbx/core/user_settings/app_languages.php
share/fusionpbx/core/user_settings/app_menu.php
share/fusionpbx/core/user_settings/root.php
share/fusionpbx/core/user_settings/user_dashboard.php
share/fusionpbx/core/user_settings/user_edit.php
+share/fusionpbx/core/users/app_config.php
+share/fusionpbx/core/users/app_defaults.php
+share/fusionpbx/core/users/app_languages.php
+share/fusionpbx/core/users/app_menu.php
+share/fusionpbx/core/users/group_permissions.php
share/fusionpbx/core/users/groupadd.php
share/fusionpbx/core/users/groupdelete.php
share/fusionpbx/core/users/groupedit.php
share/fusionpbx/core/users/groupmemberadd.php
share/fusionpbx/core/users/groupmemberdelete.php
share/fusionpbx/core/users/groupmembers.php
-share/fusionpbx/core/users/group_permissions.php
share/fusionpbx/core/users/groups.php
share/fusionpbx/core/users/index.php
share/fusionpbx/core/users/permissions_copy.php
@@ -1049,20 +1053,16 @@ share/fusionpbx/core/users/permissions_default.php
share/fusionpbx/core/users/resources/classes/permission.php
share/fusionpbx/core/users/root.php
share/fusionpbx/core/users/signup.php
-share/fusionpbx/core/users/userdelete.php
share/fusionpbx/core/users/user_setting_delete.php
share/fusionpbx/core/users/user_setting_edit.php
share/fusionpbx/core/users/user_settings.php
+share/fusionpbx/core/users/userdelete.php
share/fusionpbx/core/users/users.php
share/fusionpbx/core/users/usersupdate.php
-share/fusionpbx/.gitignore
-share/fusionpbx/.htaccess
share/fusionpbx/index.php
share/fusionpbx/login.php
share/fusionpbx/logout.php
-share/fusionpbx/.project
share/fusionpbx/project_root.php
-share/fusionpbx/README.md
share/fusionpbx/resources/ace/ace.js
share/fusionpbx/resources/ace/ext-beautify.js
share/fusionpbx/resources/ace/ext-chromevox.js
@@ -1105,10 +1105,10 @@ share/fusionpbx/resources/ace/mode-coldfusion.js
share/fusionpbx/resources/ace/mode-csharp.js
share/fusionpbx/resources/ace/mode-css.js
share/fusionpbx/resources/ace/mode-curly.js
+share/fusionpbx/resources/ace/mode-d.js
share/fusionpbx/resources/ace/mode-dart.js
share/fusionpbx/resources/ace/mode-diff.js
share/fusionpbx/resources/ace/mode-django.js
-share/fusionpbx/resources/ace/mode-d.js
share/fusionpbx/resources/ace/mode-dockerfile.js
share/fusionpbx/resources/ace/mode-dot.js
share/fusionpbx/resources/ace/mode-eiffel.js
@@ -1130,8 +1130,8 @@ share/fusionpbx/resources/ace/mode-haml.js
share/fusionpbx/resources/ace/mode-handlebars.js
share/fusionpbx/resources/ace/mode-haskell.js
share/fusionpbx/resources/ace/mode-haxe.js
-share/fusionpbx/resources/ace/mode-html_elixir.js
share/fusionpbx/resources/ace/mode-html.js
+share/fusionpbx/resources/ace/mode-html_elixir.js
share/fusionpbx/resources/ace/mode-html_ruby.js
share/fusionpbx/resources/ace/mode-ini.js
share/fusionpbx/resources/ace/mode-io.js
@@ -1139,8 +1139,8 @@ share/fusionpbx/resources/ace/mode-jack.js
share/fusionpbx/resources/ace/mode-jade.js
share/fusionpbx/resources/ace/mode-java.js
share/fusionpbx/resources/ace/mode-javascript.js
-share/fusionpbx/resources/ace/mode-jsoniq.js
share/fusionpbx/resources/ace/mode-json.js
+share/fusionpbx/resources/ace/mode-jsoniq.js
share/fusionpbx/resources/ace/mode-jsp.js
share/fusionpbx/resources/ace/mode-jsx.js
share/fusionpbx/resources/ace/mode-julia.js
@@ -1181,10 +1181,10 @@ share/fusionpbx/resources/ace/mode-prolog.js
share/fusionpbx/resources/ace/mode-properties.js
share/fusionpbx/resources/ace/mode-protobuf.js
share/fusionpbx/resources/ace/mode-python.js
+share/fusionpbx/resources/ace/mode-r.js
share/fusionpbx/resources/ace/mode-razor.js
share/fusionpbx/resources/ace/mode-rdoc.js
share/fusionpbx/resources/ace/mode-rhtml.js
-share/fusionpbx/resources/ace/mode-r.js
share/fusionpbx/resources/ace/mode-rst.js
share/fusionpbx/resources/ace/mode-ruby.js
share/fusionpbx/resources/ace/mode-rust.js
@@ -1207,8 +1207,8 @@ share/fusionpbx/resources/ace/mode-swift.js
share/fusionpbx/resources/ace/mode-swig.js
share/fusionpbx/resources/ace/mode-tcl.js
share/fusionpbx/resources/ace/mode-tex.js
-share/fusionpbx/resources/ace/mode-textile.js
share/fusionpbx/resources/ace/mode-text.js
+share/fusionpbx/resources/ace/mode-textile.js
share/fusionpbx/resources/ace/mode-toml.js
share/fusionpbx/resources/ace/mode-twig.js
share/fusionpbx/resources/ace/mode-typescript.js
@@ -1241,10 +1241,10 @@ share/fusionpbx/resources/ace/snippets/coldfusion.js
share/fusionpbx/resources/ace/snippets/csharp.js
share/fusionpbx/resources/ace/snippets/css.js
share/fusionpbx/resources/ace/snippets/curly.js
+share/fusionpbx/resources/ace/snippets/d.js
share/fusionpbx/resources/ace/snippets/dart.js
share/fusionpbx/resources/ace/snippets/diff.js
share/fusionpbx/resources/ace/snippets/django.js
-share/fusionpbx/resources/ace/snippets/d.js
share/fusionpbx/resources/ace/snippets/dockerfile.js
share/fusionpbx/resources/ace/snippets/dot.js
share/fusionpbx/resources/ace/snippets/eiffel.js
@@ -1266,8 +1266,8 @@ share/fusionpbx/resources/ace/snippets/haml.js
share/fusionpbx/resources/ace/snippets/handlebars.js
share/fusionpbx/resources/ace/snippets/haskell.js
share/fusionpbx/resources/ace/snippets/haxe.js
-share/fusionpbx/resources/ace/snippets/html_elixir.js
share/fusionpbx/resources/ace/snippets/html.js
+share/fusionpbx/resources/ace/snippets/html_elixir.js
share/fusionpbx/resources/ace/snippets/html_ruby.js
share/fusionpbx/resources/ace/snippets/ini.js
share/fusionpbx/resources/ace/snippets/io.js
@@ -1275,8 +1275,8 @@ share/fusionpbx/resources/ace/snippets/jack.js
share/fusionpbx/resources/ace/snippets/jade.js
share/fusionpbx/resources/ace/snippets/java.js
share/fusionpbx/resources/ace/snippets/javascript.js
-share/fusionpbx/resources/ace/snippets/jsoniq.js
share/fusionpbx/resources/ace/snippets/json.js
+share/fusionpbx/resources/ace/snippets/jsoniq.js
share/fusionpbx/resources/ace/snippets/jsp.js
share/fusionpbx/resources/ace/snippets/jsx.js
share/fusionpbx/resources/ace/snippets/julia.js
@@ -1317,10 +1317,10 @@ share/fusionpbx/resources/ace/snippets/prolog.js
share/fusionpbx/resources/ace/snippets/properties.js
share/fusionpbx/resources/ace/snippets/protobuf.js
share/fusionpbx/resources/ace/snippets/python.js
+share/fusionpbx/resources/ace/snippets/r.js
share/fusionpbx/resources/ace/snippets/razor.js
share/fusionpbx/resources/ace/snippets/rdoc.js
share/fusionpbx/resources/ace/snippets/rhtml.js
-share/fusionpbx/resources/ace/snippets/r.js
share/fusionpbx/resources/ace/snippets/rst.js
share/fusionpbx/resources/ace/snippets/ruby.js
share/fusionpbx/resources/ace/snippets/rust.js
@@ -1343,8 +1343,8 @@ share/fusionpbx/resources/ace/snippets/swift.js
share/fusionpbx/resources/ace/snippets/swig.js
share/fusionpbx/resources/ace/snippets/tcl.js
share/fusionpbx/resources/ace/snippets/tex.js
-share/fusionpbx/resources/ace/snippets/textile.js
share/fusionpbx/resources/ace/snippets/text.js
+share/fusionpbx/resources/ace/snippets/textile.js
share/fusionpbx/resources/ace/snippets/toml.js
share/fusionpbx/resources/ace/snippets/twig.js
share/fusionpbx/resources/ace/snippets/typescript.js
@@ -1384,10 +1384,10 @@ share/fusionpbx/resources/ace/theme-sqlserver.js
share/fusionpbx/resources/ace/theme-terminal.js
share/fusionpbx/resources/ace/theme-textmate.js
share/fusionpbx/resources/ace/theme-tomorrow.js
+share/fusionpbx/resources/ace/theme-tomorrow_night.js
share/fusionpbx/resources/ace/theme-tomorrow_night_blue.js
share/fusionpbx/resources/ace/theme-tomorrow_night_bright.js
share/fusionpbx/resources/ace/theme-tomorrow_night_eighties.js
-share/fusionpbx/resources/ace/theme-tomorrow_night.js
share/fusionpbx/resources/ace/theme-twilight.js
share/fusionpbx/resources/ace/theme-vibrant_ink.js
share/fusionpbx/resources/ace/theme-xcode.js
@@ -1404,17 +1404,17 @@ share/fusionpbx/resources/app_languages.php
share/fusionpbx/resources/bootstrap/3.3.6.dist
share/fusionpbx/resources/bootstrap/css/bootstrap-colorpicker.css
share/fusionpbx/resources/bootstrap/css/bootstrap-colorpicker.min.css
-share/fusionpbx/resources/bootstrap/css/bootstrap.css
-share/fusionpbx/resources/bootstrap/css/bootstrap.css.map
+share/fusionpbx/resources/bootstrap/css/bootstrap-datetimepicker-standalone.css
share/fusionpbx/resources/bootstrap/css/bootstrap-datetimepicker.css
share/fusionpbx/resources/bootstrap/css/bootstrap-datetimepicker.min.css
-share/fusionpbx/resources/bootstrap/css/bootstrap-datetimepicker-standalone.css
-share/fusionpbx/resources/bootstrap/css/bootstrap.min.css
-share/fusionpbx/resources/bootstrap/css/bootstrap.min.css.map
share/fusionpbx/resources/bootstrap/css/bootstrap-theme.css
share/fusionpbx/resources/bootstrap/css/bootstrap-theme.css.map
share/fusionpbx/resources/bootstrap/css/bootstrap-theme.min.css
share/fusionpbx/resources/bootstrap/css/bootstrap-theme.min.css.map
+share/fusionpbx/resources/bootstrap/css/bootstrap.css
+share/fusionpbx/resources/bootstrap/css/bootstrap.css.map
+share/fusionpbx/resources/bootstrap/css/bootstrap.min.css
+share/fusionpbx/resources/bootstrap/css/bootstrap.min.css.map
share/fusionpbx/resources/bootstrap/fonts/glyphicons-halflings-regular.eot
share/fusionpbx/resources/bootstrap/fonts/glyphicons-halflings-regular.svg
share/fusionpbx/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf
@@ -1429,18 +1429,18 @@ share/fusionpbx/resources/bootstrap/img/bootstrap-colorpicker/saturation.png
share/fusionpbx/resources/bootstrap/js/bootstrap-colorpicker.js
share/fusionpbx/resources/bootstrap/js/bootstrap-colorpicker.min.js
share/fusionpbx/resources/bootstrap/js/bootstrap-datetimepicker.min.js
-share/fusionpbx/resources/bootstrap/js/bootstrap.js
-share/fusionpbx/resources/bootstrap/js/bootstrap.min.js
share/fusionpbx/resources/bootstrap/js/bootstrap-pwstrength.js
share/fusionpbx/resources/bootstrap/js/bootstrap-pwstrength.min.js
+share/fusionpbx/resources/bootstrap/js/bootstrap.js
+share/fusionpbx/resources/bootstrap/js/bootstrap.min.js
share/fusionpbx/resources/bootstrap/js/npm.js
share/fusionpbx/resources/calendar_lw_layers.js
share/fusionpbx/resources/calendar_lw_menu.js
share/fusionpbx/resources/calendar_popcalendar.js
share/fusionpbx/resources/captcha/config.php
-share/fusionpbx/resources/captcha/fonts/hanshand.ttf
share/fusionpbx/resources/captcha/fonts/ROUGD.TTF
share/fusionpbx/resources/captcha/fonts/Zebra.ttf
+share/fusionpbx/resources/captcha/fonts/hanshand.ttf
share/fusionpbx/resources/captcha/img.php
share/fusionpbx/resources/captcha/root.php
share/fusionpbx/resources/check_auth.php
@@ -1540,8 +1540,8 @@ share/fusionpbx/resources/edit_area/plugins/charmap/langs/sk.js
share/fusionpbx/resources/edit_area/plugins/charmap/langs/zh.js
share/fusionpbx/resources/edit_area/plugins/charmap/popup.html
share/fusionpbx/resources/edit_area/plugins/test/css/test.css
-share/fusionpbx/resources/edit_area/plugins/test/images/test.gif
share/fusionpbx/resources/edit_area/plugins/test/images/Thumbs.db
+share/fusionpbx/resources/edit_area/plugins/test/images/test.gif
share/fusionpbx/resources/edit_area/plugins/test/langs/bg.js
share/fusionpbx/resources/edit_area/plugins/test/langs/cs.js
share/fusionpbx/resources/edit_area/plugins/test/langs/de.js
@@ -1560,8 +1560,8 @@ share/fusionpbx/resources/edit_area/plugins/test/langs/pt.js
share/fusionpbx/resources/edit_area/plugins/test/langs/ru.js
share/fusionpbx/resources/edit_area/plugins/test/langs/sk.js
share/fusionpbx/resources/edit_area/plugins/test/langs/zh.js
-share/fusionpbx/resources/edit_area/plugins/test/test2.js
share/fusionpbx/resources/edit_area/plugins/test/test.js
+share/fusionpbx/resources/edit_area/plugins/test/test2.js
share/fusionpbx/resources/edit_area/reg_syntax/basic.js
share/fusionpbx/resources/edit_area/reg_syntax/brainfuck.js
share/fusionpbx/resources/edit_area/reg_syntax/c.js
@@ -1585,33 +1585,34 @@ share/fusionpbx/resources/email_address_validator.php
share/fusionpbx/resources/fonts/root.php
share/fusionpbx/resources/fonts/web_font_loader.php
share/fusionpbx/resources/footer.php
-share/fusionpbx/resources/fpdf/font/courierbi.php
+share/fusionpbx/resources/fpdf/font/courier.php
share/fusionpbx/resources/fpdf/font/courierb.php
+share/fusionpbx/resources/fpdf/font/courierbi.php
share/fusionpbx/resources/fpdf/font/courieri.php
-share/fusionpbx/resources/fpdf/font/courier.php
-share/fusionpbx/resources/fpdf/font/helveticabi.php
+share/fusionpbx/resources/fpdf/font/helvetica.php
share/fusionpbx/resources/fpdf/font/helveticab.php
+share/fusionpbx/resources/fpdf/font/helveticabi.php
share/fusionpbx/resources/fpdf/font/helveticai.php
-share/fusionpbx/resources/fpdf/font/helvetica.php
share/fusionpbx/resources/fpdf/font/symbol.php
-share/fusionpbx/resources/fpdf/font/timesbi.php
+share/fusionpbx/resources/fpdf/font/times.php
share/fusionpbx/resources/fpdf/font/timesb.php
+share/fusionpbx/resources/fpdf/font/timesbi.php
share/fusionpbx/resources/fpdf/font/timesi.php
-share/fusionpbx/resources/fpdf/font/times.php
share/fusionpbx/resources/fpdf/font/zapfdingbats.php
share/fusionpbx/resources/fpdf/fpdf.php
share/fusionpbx/resources/fpdi/filters/FilterASCII85.php
share/fusionpbx/resources/fpdi/filters/FilterASCIIHexDecode.php
share/fusionpbx/resources/fpdi/filters/FilterLZW.php
share/fusionpbx/resources/fpdi/fpdf_tpl.php
+share/fusionpbx/resources/fpdi/fpdi.php
share/fusionpbx/resources/fpdi/fpdi_bridge.php
share/fusionpbx/resources/fpdi/fpdi_pdf_parser.php
-share/fusionpbx/resources/fpdi/fpdi.php
share/fusionpbx/resources/fpdi/pdf_context.php
share/fusionpbx/resources/fpdi/pdf_parser.php
-share/fusionpbx/resources/functions/password.php
share/fusionpbx/resources/functions.php
+share/fusionpbx/resources/functions/password.php
share/fusionpbx/resources/header.php
+share/fusionpbx/resources/install/scripts/app.lua
share/fusionpbx/resources/install/scripts/app/agent_status/index.lua
share/fusionpbx/resources/install/scripts/app/avmd/index.lua
share/fusionpbx/resources/install/scripts/app/call_block/index.lua
@@ -1641,7 +1642,6 @@ share/fusionpbx/resources/install/scripts/app/fax/resources/templates/en/us/outb
share/fusionpbx/resources/install/scripts/app/fax/resources/templates/en/us/outbound/success/subject.tpl
share/fusionpbx/resources/install/scripts/app/hangup/index.lua
share/fusionpbx/resources/install/scripts/app/is_local/index.lua
-share/fusionpbx/resources/install/scripts/app.lua
share/fusionpbx/resources/install/scripts/app/missed_calls/resources/templates/en/us/email_body.tpl
share/fusionpbx/resources/install/scripts/app/missed_calls/resources/templates/en/us/email_subject.tpl
share/fusionpbx/resources/install/scripts/app/provision/index.lua
@@ -1728,8 +1728,8 @@ share/fusionpbx/resources/install/scripts/fax_retry.lua
share/fusionpbx/resources/install/scripts/fifo_member.lua
share/fusionpbx/resources/install/scripts/follow_me.lua
share/fusionpbx/resources/install/scripts/ha_monitor.lua
-share/fusionpbx/resources/install/scripts/intercept_group.lua
share/fusionpbx/resources/install/scripts/intercept.lua
+share/fusionpbx/resources/install/scripts/intercept_group.lua
share/fusionpbx/resources/install/scripts/ivr_menu.lua
share/fusionpbx/resources/install/scripts/mkdir.lua
share/fusionpbx/resources/install/scripts/monitor.lua
@@ -1739,36 +1739,36 @@ share/fusionpbx/resources/install/scripts/park_monitor.lua
share/fusionpbx/resources/install/scripts/pin_number.lua
share/fusionpbx/resources/install/scripts/recordings.lua
share/fusionpbx/resources/install/scripts/resources/functions/api.lua
-share/fusionpbx/resources/install/scripts/resources/functions/base64_alex.lua
share/fusionpbx/resources/install/scripts/resources/functions/base64.lua
+share/fusionpbx/resources/install/scripts/resources/functions/base64_alex.lua
share/fusionpbx/resources/install/scripts/resources/functions/cache.lua
share/fusionpbx/resources/install/scripts/resources/functions/channel_utils.lua
share/fusionpbx/resources/install/scripts/resources/functions/config.lua
share/fusionpbx/resources/install/scripts/resources/functions/copy.lua
share/fusionpbx/resources/install/scripts/resources/functions/count.lua
-share/fusionpbx/resources/install/scripts/resources/functions/database_handle.lua
share/fusionpbx/resources/install/scripts/resources/functions/database.lua
share/fusionpbx/resources/install/scripts/resources/functions/database/luasql.lua
share/fusionpbx/resources/install/scripts/resources/functions/database/native.lua
share/fusionpbx/resources/install/scripts/resources/functions/database/odbc.lua
share/fusionpbx/resources/install/scripts/resources/functions/database/odbcpool.lua
+share/fusionpbx/resources/install/scripts/resources/functions/database_handle.lua
share/fusionpbx/resources/install/scripts/resources/functions/esl.lua
share/fusionpbx/resources/install/scripts/resources/functions/event_consumer.lua
share/fusionpbx/resources/install/scripts/resources/functions/explode.lua
-share/fusionpbx/resources/install/scripts/resources/functions/file_exists.lua
share/fusionpbx/resources/install/scripts/resources/functions/file.lua
+share/fusionpbx/resources/install/scripts/resources/functions/file_exists.lua
share/fusionpbx/resources/install/scripts/resources/functions/format_ringback.lua
share/fusionpbx/resources/install/scripts/resources/functions/format_seconds.lua
share/fusionpbx/resources/install/scripts/resources/functions/interval_timer.lua
share/fusionpbx/resources/install/scripts/resources/functions/is_uuid.lua
share/fusionpbx/resources/install/scripts/resources/functions/lazy_settings.lua
share/fusionpbx/resources/install/scripts/resources/functions/log.lua
-share/fusionpbx/resources/install/scripts/resources/functions/lunajson/decoder.lua
-share/fusionpbx/resources/install/scripts/resources/functions/lunajson/encoder.lua
share/fusionpbx/resources/install/scripts/resources/functions/lunajson.lua
-share/fusionpbx/resources/install/scripts/resources/functions/lunajson/sax.lua
share/fusionpbx/resources/install/scripts/resources/functions/lunajson/_str_lib.lua
share/fusionpbx/resources/install/scripts/resources/functions/lunajson/_str_lib_lua53.lua
+share/fusionpbx/resources/install/scripts/resources/functions/lunajson/decoder.lua
+share/fusionpbx/resources/install/scripts/resources/functions/lunajson/encoder.lua
+share/fusionpbx/resources/install/scripts/resources/functions/lunajson/sax.lua
share/fusionpbx/resources/install/scripts/resources/functions/mkdir.lua
share/fusionpbx/resources/install/scripts/resources/functions/presence_in.lua
share/fusionpbx/resources/install/scripts/resources/functions/route_to_bridge.lua
@@ -1809,17 +1809,17 @@ share/fusionpbx/resources/jquery/images/ui-icons_888888_256x240.png
share/fusionpbx/resources/jquery/images/ui-icons_cd0a0a_256x240.png
share/fusionpbx/resources/jquery/jquery-1.11.1.js
share/fusionpbx/resources/jquery/jquery-1.8.3.js
-share/fusionpbx/resources/jquery/jquery.autosize.input.js
-share/fusionpbx/resources/jquery/jquery.qrcode-0.8.0.min.js
share/fusionpbx/resources/jquery/jquery-ui-1.9.2.min.js
share/fusionpbx/resources/jquery/jquery-ui.css
+share/fusionpbx/resources/jquery/jquery.autosize.input.js
+share/fusionpbx/resources/jquery/jquery.qrcode-0.8.0.min.js
share/fusionpbx/resources/licenses.php
share/fusionpbx/resources/login.php
share/fusionpbx/resources/momentjs/locale/af.js
-share/fusionpbx/resources/momentjs/locale/ar.js
share/fusionpbx/resources/momentjs/locale/ar-ma.js
share/fusionpbx/resources/momentjs/locale/ar-sa.js
share/fusionpbx/resources/momentjs/locale/ar-tn.js
+share/fusionpbx/resources/momentjs/locale/ar.js
share/fusionpbx/resources/momentjs/locale/az.js
share/fusionpbx/resources/momentjs/locale/be.js
share/fusionpbx/resources/momentjs/locale/bg.js
@@ -1876,8 +1876,8 @@ share/fusionpbx/resources/momentjs/locale/me.js
share/fusionpbx/resources/momentjs/locale/mk.js
share/fusionpbx/resources/momentjs/locale/ml.js
share/fusionpbx/resources/momentjs/locale/mr.js
-share/fusionpbx/resources/momentjs/locale/ms.js
share/fusionpbx/resources/momentjs/locale/ms-my.js
+share/fusionpbx/resources/momentjs/locale/ms.js
share/fusionpbx/resources/momentjs/locale/my.js
share/fusionpbx/resources/momentjs/locale/nb.js
share/fusionpbx/resources/momentjs/locale/ne.js
@@ -1901,12 +1901,12 @@ share/fusionpbx/resources/momentjs/locale/sw.js
share/fusionpbx/resources/momentjs/locale/ta.js
share/fusionpbx/resources/momentjs/locale/te.js
share/fusionpbx/resources/momentjs/locale/th.js
-share/fusionpbx/resources/momentjs/locale/tlh.js
share/fusionpbx/resources/momentjs/locale/tl-ph.js
+share/fusionpbx/resources/momentjs/locale/tlh.js
share/fusionpbx/resources/momentjs/locale/tr.js
share/fusionpbx/resources/momentjs/locale/tzl.js
-share/fusionpbx/resources/momentjs/locale/tzm.js
share/fusionpbx/resources/momentjs/locale/tzm-latn.js
+share/fusionpbx/resources/momentjs/locale/tzm.js
share/fusionpbx/resources/momentjs/locale/uk.js
share/fusionpbx/resources/momentjs/locale/uz.js
share/fusionpbx/resources/momentjs/locale/vi.js
@@ -1919,6 +1919,8 @@ share/fusionpbx/resources/pdo.php
share/fusionpbx/resources/pdo_vm.php
share/fusionpbx/resources/persist_form.php
share/fusionpbx/resources/persist_form_var.php
+share/fusionpbx/resources/php.php
+share/fusionpbx/resources/phpmailer/LICENSE
share/fusionpbx/resources/phpmailer/changelog.txt
share/fusionpbx/resources/phpmailer/class.phpmailer.php
share/fusionpbx/resources/phpmailer/class.pop3.php
@@ -1947,10 +1949,8 @@ share/fusionpbx/resources/phpmailer/language/phpmailer.lang-ru.php
share/fusionpbx/resources/phpmailer/language/phpmailer.lang-se.php
share/fusionpbx/resources/phpmailer/language/phpmailer.lang-sk.php
share/fusionpbx/resources/phpmailer/language/phpmailer.lang-tr.php
-share/fusionpbx/resources/phpmailer/language/phpmailer.lang-zh_cn.php
share/fusionpbx/resources/phpmailer/language/phpmailer.lang-zh.php
-share/fusionpbx/resources/phpmailer/LICENSE
-share/fusionpbx/resources/php.php
+share/fusionpbx/resources/phpmailer/language/phpmailer.lang-zh_cn.php
share/fusionpbx/resources/pop3/mime_parser.php
share/fusionpbx/resources/pop3/parse_message.php
share/fusionpbx/resources/pop3/pop3.php
@@ -1962,21 +1962,23 @@ share/fusionpbx/resources/schema.php
share/fusionpbx/resources/secure_download.php
share/fusionpbx/resources/switch.php
share/fusionpbx/resources/tcpdf/CHANGELOG.TXT
+share/fusionpbx/resources/tcpdf/LICENSE.TXT
+share/fusionpbx/resources/tcpdf/README.TXT
share/fusionpbx/resources/tcpdf/composer.json
share/fusionpbx/resources/tcpdf/config/tcpdf_config.php
-share/fusionpbx/resources/tcpdf/fonts/courierbi.php
+share/fusionpbx/resources/tcpdf/fonts/courier.php
share/fusionpbx/resources/tcpdf/fonts/courierb.php
+share/fusionpbx/resources/tcpdf/fonts/courierbi.php
share/fusionpbx/resources/tcpdf/fonts/courieri.php
-share/fusionpbx/resources/tcpdf/fonts/courier.php
-share/fusionpbx/resources/tcpdf/fonts/helveticabi.php
+share/fusionpbx/resources/tcpdf/fonts/helvetica.php
share/fusionpbx/resources/tcpdf/fonts/helveticab.php
+share/fusionpbx/resources/tcpdf/fonts/helveticabi.php
share/fusionpbx/resources/tcpdf/fonts/helveticai.php
-share/fusionpbx/resources/tcpdf/fonts/helvetica.php
share/fusionpbx/resources/tcpdf/fonts/symbol.php
-share/fusionpbx/resources/tcpdf/fonts/timesbi.php
+share/fusionpbx/resources/tcpdf/fonts/times.php
share/fusionpbx/resources/tcpdf/fonts/timesb.php
+share/fusionpbx/resources/tcpdf/fonts/timesbi.php
share/fusionpbx/resources/tcpdf/fonts/timesi.php
-share/fusionpbx/resources/tcpdf/fonts/times.php
share/fusionpbx/resources/tcpdf/fonts/zapfdingbats.php
share/fusionpbx/resources/tcpdf/include/barcodes/datamatrix.php
share/fusionpbx/resources/tcpdf/include/barcodes/pdf417.php
@@ -1988,17 +1990,16 @@ share/fusionpbx/resources/tcpdf/include/tcpdf_font_data.php
share/fusionpbx/resources/tcpdf/include/tcpdf_fonts.php
share/fusionpbx/resources/tcpdf/include/tcpdf_images.php
share/fusionpbx/resources/tcpdf/include/tcpdf_static.php
-share/fusionpbx/resources/tcpdf/LICENSE.TXT
-share/fusionpbx/resources/tcpdf/README.TXT
+share/fusionpbx/resources/tcpdf/tcpdf.php
share/fusionpbx/resources/tcpdf/tcpdf_autoconfig.php
share/fusionpbx/resources/tcpdf/tcpdf_barcodes_1d.php
share/fusionpbx/resources/tcpdf/tcpdf_barcodes_2d.php
share/fusionpbx/resources/tcpdf/tcpdf_import.php
share/fusionpbx/resources/tcpdf/tcpdf_parser.php
-share/fusionpbx/resources/tcpdf/tcpdf.php
-share/fusionpbx/resources/tcpdf/tools/convert_fonts_examples.txt
share/fusionpbx/resources/tcpdf/tools/.htaccess
+share/fusionpbx/resources/tcpdf/tools/convert_fonts_examples.txt
share/fusionpbx/resources/tcpdf/tools/tcpdf_addfont.php
+share/fusionpbx/resources/templates/conf/autoload_configs/.htaccess
share/fusionpbx/resources/templates/conf/autoload_configs/abstraction.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/alsa.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/blacklist.conf.xml
@@ -2024,7 +2025,6 @@ share/fusionpbx/resources/templates/conf/autoload_configs/fax.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/fifo.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/freetdm.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/hash.conf.xml
-share/fusionpbx/resources/templates/conf/autoload_configs/.htaccess
share/fusionpbx/resources/templates/conf/autoload_configs/httapi.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/http_cache.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/ivr.conf.xml
@@ -2069,25 +2069,25 @@ share/fusionpbx/resources/templates/conf/autoload_configs/xml_curl.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/xml_rpc.conf.xml
share/fusionpbx/resources/templates/conf/autoload_configs/zeroconf.conf.xml
share/fusionpbx/resources/templates/conf/chatplan/default.xml
+share/fusionpbx/resources/templates/conf/dialplan/default.xml.noload
share/fusionpbx/resources/templates/conf/dialplan/default/00_ladspa.xml.noload
share/fusionpbx/resources/templates/conf/dialplan/default/00_pizza_demo.xml.noload
-share/fusionpbx/resources/templates/conf/dialplan/default/01_example.com.xml.noload
share/fusionpbx/resources/templates/conf/dialplan/default/01_Talking_Clock.xml.noload
-share/fusionpbx/resources/templates/conf/dialplan/default.xml.noload
+share/fusionpbx/resources/templates/conf/dialplan/default/01_example.com.xml.noload
share/fusionpbx/resources/templates/conf/dialplan/empty.xml
share/fusionpbx/resources/templates/conf/dialplan/features.xml.noload
-share/fusionpbx/resources/templates/conf/dialplan/public/00_inbound_did.xml.noload
share/fusionpbx/resources/templates/conf/dialplan/public.xml.noload
+share/fusionpbx/resources/templates/conf/dialplan/public/00_inbound_did.xml.noload
+share/fusionpbx/resources/templates/conf/dialplan/skinny-patterns.xml.noload
share/fusionpbx/resources/templates/conf/dialplan/skinny-patterns/20-Demo.xml
share/fusionpbx/resources/templates/conf/dialplan/skinny-patterns/20-Local_extension.xml
share/fusionpbx/resources/templates/conf/dialplan/skinny-patterns/90-External.xml
share/fusionpbx/resources/templates/conf/dialplan/skinny-patterns/99-Default_Drop.xml
-share/fusionpbx/resources/templates/conf/dialplan/skinny-patterns.xml.noload
+share/fusionpbx/resources/templates/conf/directory/default.xml.noload
share/fusionpbx/resources/templates/conf/directory/default/brian.xml.noload
share/fusionpbx/resources/templates/conf/directory/default/default.xml.noload
share/fusionpbx/resources/templates/conf/directory/default/example.com.xml.noload
share/fusionpbx/resources/templates/conf/directory/default/skinny-example.xml.noload
-share/fusionpbx/resources/templates/conf/directory/default.xml.noload
share/fusionpbx/resources/templates/conf/directory/empty.xml
share/fusionpbx/resources/templates/conf/extensions.conf
share/fusionpbx/resources/templates/conf/freeswitch.xml
@@ -2096,8 +2096,8 @@ share/fusionpbx/resources/templates/conf/fur_elise.ttml
share/fusionpbx/resources/templates/conf/ivr_menus/demo_ivr.xml
share/fusionpbx/resources/templates/conf/jingle_profiles/client.xml
share/fusionpbx/resources/templates/conf/jingle_profiles/server.xml
-share/fusionpbx/resources/templates/conf/languages/de/demo/demo.xml
share/fusionpbx/resources/templates/conf/languages/de/de.xml
+share/fusionpbx/resources/templates/conf/languages/de/demo/demo.xml
share/fusionpbx/resources/templates/conf/languages/de/vm/sounds.xml
share/fusionpbx/resources/templates/conf/languages/de/vm/tts.xml
share/fusionpbx/resources/templates/conf/languages/en/demo/demo-ivr.xml
@@ -2137,17 +2137,20 @@ share/fusionpbx/resources/templates/conf/mrcp_profiles/unimrcpserver-mrcp-v1.xml
share/fusionpbx/resources/templates/conf/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml
share/fusionpbx/resources/templates/conf/notify-voicemail.tpl
share/fusionpbx/resources/templates/conf/sip_profiles/empty.xml
-share/fusionpbx/resources/templates/conf/sip_profiles/external/example.xml
share/fusionpbx/resources/templates/conf/sip_profiles/external-ipv6.xml.noload
share/fusionpbx/resources/templates/conf/sip_profiles/external.xml.noload
-share/fusionpbx/resources/templates/conf/sip_profiles/internal/example.xml
+share/fusionpbx/resources/templates/conf/sip_profiles/external/example.xml
share/fusionpbx/resources/templates/conf/sip_profiles/internal-ipv6.xml.noload
share/fusionpbx/resources/templates/conf/sip_profiles/internal.xml.noload
+share/fusionpbx/resources/templates/conf/sip_profiles/internal/example.xml
share/fusionpbx/resources/templates/conf/skinny_profiles/internal.xml
share/fusionpbx/resources/templates/conf/tetris.ttml
share/fusionpbx/resources/templates/conf/vars.xml
share/fusionpbx/resources/templates/conf/voicemail.tpl
share/fusionpbx/resources/templates/conf/web-vm.tpl
+share/fusionpbx/resources/templates/engine/smarty/README
+share/fusionpbx/resources/templates/engine/smarty/Smarty.class.php
+share/fusionpbx/resources/templates/engine/smarty/Smarty.license.txt
share/fusionpbx/resources/templates/engine/smarty/debug.tpl
share/fusionpbx/resources/templates/engine/smarty/plugins/block.textformat.php
share/fusionpbx/resources/templates/engine/smarty/plugins/function.counter.php
@@ -2163,6 +2166,13 @@ share/fusionpbx/resources/templates/engine/smarty/plugins/function.html_table.ph
share/fusionpbx/resources/templates/engine/smarty/plugins/function.mailto.php
share/fusionpbx/resources/templates/engine/smarty/plugins/function.math.php
share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.capitalize.php
+share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.date_format.php
+share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.debug_print_var.php
+share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.escape.php
+share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.regex_replace.php
+share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.replace.php
+share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.spacify.php
+share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.truncate.php
share/fusionpbx/resources/templates/engine/smarty/plugins/modifiercompiler.cat.php
share/fusionpbx/resources/templates/engine/smarty/plugins/modifiercompiler.count_characters.php
share/fusionpbx/resources/templates/engine/smarty/plugins/modifiercompiler.count_paragraphs.php
@@ -2181,13 +2191,6 @@ share/fusionpbx/resources/templates/engine/smarty/plugins/modifiercompiler.to_ch
share/fusionpbx/resources/templates/engine/smarty/plugins/modifiercompiler.unescape.php
share/fusionpbx/resources/templates/engine/smarty/plugins/modifiercompiler.upper.php
share/fusionpbx/resources/templates/engine/smarty/plugins/modifiercompiler.wordwrap.php
-share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.date_format.php
-share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.debug_print_var.php
-share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.escape.php
-share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.regex_replace.php
-share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.replace.php
-share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.spacify.php
-share/fusionpbx/resources/templates/engine/smarty/plugins/modifier.truncate.php
share/fusionpbx/resources/templates/engine/smarty/plugins/outputfilter.trimwhitespace.php
share/fusionpbx/resources/templates/engine/smarty/plugins/shared.escape_special_chars.php
share/fusionpbx/resources/templates/engine/smarty/plugins/shared.literal_compiler_param.php
@@ -2196,17 +2199,13 @@ share/fusionpbx/resources/templates/engine/smarty/plugins/shared.mb_str_replace.
share/fusionpbx/resources/templates/engine/smarty/plugins/shared.mb_unicode.php
share/fusionpbx/resources/templates/engine/smarty/plugins/shared.mb_wordwrap.php
share/fusionpbx/resources/templates/engine/smarty/plugins/variablefilter.htmlspecialchars.php
-share/fusionpbx/resources/templates/engine/smarty/README
-share/fusionpbx/resources/templates/engine/smarty/Smarty.class.php
-share/fusionpbx/resources/templates/engine/smarty/Smarty.license.txt
+share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_cacheresource.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_cacheresource_custom.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_cacheresource_keyvaluestore.php
-share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_cacheresource.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_config_source.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_cacheresource_file.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_append.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_assign.php
-share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compilebase.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_block.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_break.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_call.php
@@ -2216,8 +2215,8 @@ share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_com
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_debug.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_eval.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_extends.php
-share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_foreach.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_for.php
+share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_foreach.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_function.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_if.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_include.php
@@ -2238,10 +2237,11 @@ share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_com
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_section.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_setfilter.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compile_while.php
+share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_compilebase.php
+share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_config.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_config_file_compiler.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_configfilelexer.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_configfileparser.php
-share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_config.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_data.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_debug.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_filter_handler.php
@@ -2257,15 +2257,15 @@ share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_res
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_stream.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_resource_string.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php
+share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_template.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_templatebase.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_templatecompilerbase.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_templatelexer.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_templateparser.php
-share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_template.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_utility.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_internal_write_file.php
-share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_resource_custom.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_resource.php
+share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_resource_custom.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_resource_recompiled.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_resource_uncompiled.php
share/fusionpbx/resources/templates/engine/smarty/sysplugins/smarty_security.php
@@ -2276,27 +2276,27 @@ share/fusionpbx/resources/templates/provision/aastra/675x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/aastra/686x/aastra.cfg
share/fusionpbx/resources/templates/provision/aastra/686x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/atcom/ag198/{$mac}.cfg
+share/fusionpbx/resources/templates/provision/cisco/7940/DISTINCTIVERINGLIST.XML
+share/fusionpbx/resources/templates/provision/cisco/7940/RINGLIST.XML
+share/fusionpbx/resources/templates/provision/cisco/7940/SIPDefault.cnf
+share/fusionpbx/resources/templates/provision/cisco/7940/SIP{$mac}.cnf
share/fusionpbx/resources/templates/provision/cisco/7940/dialplan.xml
+share/fusionpbx/resources/templates/provision/cisco/7940/directory.xml
share/fusionpbx/resources/templates/provision/cisco/7940/directory_enterprise.xml
share/fusionpbx/resources/templates/provision/cisco/7940/directory_extensions.xml
share/fusionpbx/resources/templates/provision/cisco/7940/directory_personal.xml
share/fusionpbx/resources/templates/provision/cisco/7940/directory_speed_dial.xml
-share/fusionpbx/resources/templates/provision/cisco/7940/directory.xml
-share/fusionpbx/resources/templates/provision/cisco/7940/DISTINCTIVERINGLIST.XML
-share/fusionpbx/resources/templates/provision/cisco/7940/RINGLIST.XML
-share/fusionpbx/resources/templates/provision/cisco/7940/SIPDefault.cnf
-share/fusionpbx/resources/templates/provision/cisco/7940/SIP{$mac}.cnf
share/fusionpbx/resources/templates/provision/cisco/7940/syncinfo.xml
+share/fusionpbx/resources/templates/provision/cisco/7960/DISTINCTIVERINGLIST.XML
+share/fusionpbx/resources/templates/provision/cisco/7960/RINGLIST.XML
+share/fusionpbx/resources/templates/provision/cisco/7960/SIPDefault.cnf
+share/fusionpbx/resources/templates/provision/cisco/7960/SIP{$mac}.cnf
share/fusionpbx/resources/templates/provision/cisco/7960/dialplan.xml
+share/fusionpbx/resources/templates/provision/cisco/7960/directory.xml
share/fusionpbx/resources/templates/provision/cisco/7960/directory_enterprise.xml
share/fusionpbx/resources/templates/provision/cisco/7960/directory_extensions.xml
share/fusionpbx/resources/templates/provision/cisco/7960/directory_personal.xml
share/fusionpbx/resources/templates/provision/cisco/7960/directory_speed_dial.xml
-share/fusionpbx/resources/templates/provision/cisco/7960/directory.xml
-share/fusionpbx/resources/templates/provision/cisco/7960/DISTINCTIVERINGLIST.XML
-share/fusionpbx/resources/templates/provision/cisco/7960/RINGLIST.XML
-share/fusionpbx/resources/templates/provision/cisco/7960/SIPDefault.cnf
-share/fusionpbx/resources/templates/provision/cisco/7960/SIP{$mac}.cnf
share/fusionpbx/resources/templates/provision/cisco/7960/syncinfo.xml
share/fusionpbx/resources/templates/provision/cisco/spa112/{$mac}.xml
share/fusionpbx/resources/templates/provision/cisco/spa122/{$mac}.xml
@@ -2311,22 +2311,22 @@ share/fusionpbx/resources/templates/provision/cisco/spa512g/{$mac}.xml
share/fusionpbx/resources/templates/provision/cisco/spa514g/{$mac}.xml
share/fusionpbx/resources/templates/provision/cisco/spa525g/{$mac}.xml
share/fusionpbx/resources/templates/provision/digium/d50/${mac}.cfg
+share/fusionpbx/resources/templates/provision/escene/e3xx/timezones.txt
+share/fusionpbx/resources/templates/provision/escene/e3xx/{$mac}.xml
share/fusionpbx/resources/templates/provision/escene/e3xx/{$mac}_extern.xml
share/fusionpbx/resources/templates/provision/escene/e3xx/{$mac}_phonebook.xml
-share/fusionpbx/resources/templates/provision/escene/e3xx/{$mac}.xml
-share/fusionpbx/resources/templates/provision/escene/e3xx/timezones.txt
-share/fusionpbx/resources/templates/provision/grandstream/dp715/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/dp715.sm/{$mac}.xml
+share/fusionpbx/resources/templates/provision/grandstream/dp715/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp110x/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp116x/{$mac}.xml
-share/fusionpbx/resources/templates/provision/grandstream/gxp140xbk/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp140x/{$mac}.xml
-share/fusionpbx/resources/templates/provision/grandstream/gxp1450bk/{$mac}.xml
+share/fusionpbx/resources/templates/provision/grandstream/gxp140xbk/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp1450/{$mac}.xml
+share/fusionpbx/resources/templates/provision/grandstream/gxp1450bk/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp20xx/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2124/{$mac}.xml
-share/fusionpbx/resources/templates/provision/grandstream/gxp21xxbk/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp21xx/{$mac}.xml
+share/fusionpbx/resources/templates/provision/grandstream/gxp21xxbk/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp2200/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxp3240/{$mac}.xml
share/fusionpbx/resources/templates/provision/grandstream/gxv300x/{$mac}.xml
@@ -2370,19 +2370,19 @@ share/fusionpbx/resources/templates/provision/panasonic/ut136/KX-UT136.cfg
share/fusionpbx/resources/templates/provision/panasonic/ut136/{$mac}.xml
share/fusionpbx/resources/templates/provision/panasonic/ut670/KX-UT670.cfg
share/fusionpbx/resources/templates/provision/panasonic/ut670/{$mac}.cfg
-share/fusionpbx/resources/templates/provision/polycom/4.x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/polycom/4.x/{$mac}-directory.xml
-share/fusionpbx/resources/templates/provision/polycom/5.x/{$mac}.cfg
+share/fusionpbx/resources/templates/provision/polycom/4.x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/polycom/5.x/{$mac}-directory.xml
+share/fusionpbx/resources/templates/provision/polycom/5.x/{$mac}.cfg
share/fusionpbx/resources/templates/provision/polycom/650/custom.cfg
-share/fusionpbx/resources/templates/provision/polycom/650/{$mac}.cfg
-share/fusionpbx/resources/templates/provision/polycom/650/{$mac}-registration.cfg
share/fusionpbx/resources/templates/provision/polycom/650/phone1.cfg
share/fusionpbx/resources/templates/provision/polycom/650/sip.cfg
-share/fusionpbx/resources/templates/provision/polycom/8030/{$mac}.cfg
-share/fusionpbx/resources/templates/provision/polycom/8030/{$mac}-registration.cfg
+share/fusionpbx/resources/templates/provision/polycom/650/{$mac}-registration.cfg
+share/fusionpbx/resources/templates/provision/polycom/650/{$mac}.cfg
share/fusionpbx/resources/templates/provision/polycom/8030/phone1.cfg
share/fusionpbx/resources/templates/provision/polycom/8030/sip.cfg
+share/fusionpbx/resources/templates/provision/polycom/8030/{$mac}-registration.cfg
+share/fusionpbx/resources/templates/provision/polycom/8030/{$mac}.cfg
share/fusionpbx/resources/templates/provision/snom/300/{$mac}.xml
share/fusionpbx/resources/templates/provision/snom/320/{$mac}.xml
share/fusionpbx/resources/templates/provision/snom/360/{$mac}.xml
@@ -2395,85 +2395,85 @@ share/fusionpbx/resources/templates/provision/snom/8xx/{$mac}.xml
share/fusionpbx/resources/templates/provision/snom/m3/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/cp860/directory.xml
share/fusionpbx/resources/templates/provision/yealink/cp860/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/cp860/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/cp860/y000000000037.cfg
+share/fusionpbx/resources/templates/provision/yealink/cp860/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t20p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t20p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t20p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t20p/y000000000007.cfg
+share/fusionpbx/resources/templates/provision/yealink/t20p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t21p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t21p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t21p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t21p/y000000000052.cfg
+share/fusionpbx/resources/templates/provision/yealink/t21p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t22p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t22p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t22p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t22p/y000000000005.cfg
+share/fusionpbx/resources/templates/provision/yealink/t22p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t23g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t23g/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t23g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t23g/y000000000044.cfg
+share/fusionpbx/resources/templates/provision/yealink/t23g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t23p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t23p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t23p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t23p/y000000000044.cfg
+share/fusionpbx/resources/templates/provision/yealink/t23p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t26p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t26p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t26p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t26p/y000000000004.cfg
+share/fusionpbx/resources/templates/provision/yealink/t26p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t27p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t27p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t27p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t27p/y000000000045.cfg
+share/fusionpbx/resources/templates/provision/yealink/t27p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t28p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t28p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t28p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t28p/y000000000000.cfg
+share/fusionpbx/resources/templates/provision/yealink/t28p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t29g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t29g/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t29g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t29g/y000000000046.cfg
+share/fusionpbx/resources/templates/provision/yealink/t29g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t32g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t32g/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t32g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t32g/y000000000032.cfg
+share/fusionpbx/resources/templates/provision/yealink/t32g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t38g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t38g/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t38g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t38g/y000000000038.cfg
+share/fusionpbx/resources/templates/provision/yealink/t38g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t41p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t41p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t41p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t41p/y000000000036.cfg
+share/fusionpbx/resources/templates/provision/yealink/t41p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t42g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t42g/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t42g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t42g/y000000000029.cfg
+share/fusionpbx/resources/templates/provision/yealink/t42g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t46g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t46g/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t46g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t46g/y000000000028.cfg
+share/fusionpbx/resources/templates/provision/yealink/t46g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t48g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t48g/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t48g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t48g/y000000000035.cfg
+share/fusionpbx/resources/templates/provision/yealink/t48g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t49g/directory.xml
share/fusionpbx/resources/templates/provision/yealink/t49g/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/t49g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/t49g/y000000000051.cfg
+share/fusionpbx/resources/templates/provision/yealink/t49g/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/vp530/directory.xml
share/fusionpbx/resources/templates/provision/yealink/vp530/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/vp530/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/vp530/y000000000023.cfg
+share/fusionpbx/resources/templates/provision/yealink/vp530/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/w52p/directory.xml
share/fusionpbx/resources/templates/provision/yealink/w52p/favorite_setting.xml
-share/fusionpbx/resources/templates/provision/yealink/w52p/{$mac}.cfg
share/fusionpbx/resources/templates/provision/yealink/w52p/y000000000025.cfg
+share/fusionpbx/resources/templates/provision/yealink/w52p/{$mac}.cfg
share/fusionpbx/resources/uuid.php
share/fusionpbx/resources/wysiwyg.php
share/fusionpbx/root.php
-share/fusionpbx/secure/fax_to_email.php
share/fusionpbx/secure/.htaccess
+share/fusionpbx/secure/fax_to_email.php
share/fusionpbx/secure/htaccess.tmp
share/fusionpbx/secure/index.php
share/fusionpbx/secure/root.php
@@ -2485,11 +2485,12 @@ share/fusionpbx/themes/default/config.php
share/fusionpbx/themes/default/css.php
share/fusionpbx/themes/default/favicon.ico
share/fusionpbx/themes/default/images/background_black.png
+share/fusionpbx/themes/default/images/background_cell.gif
share/fusionpbx/themes/default/images/background_cell_active.gif
share/fusionpbx/themes/default/images/background_cell_conference.gif
share/fusionpbx/themes/default/images/background_cell_fifo.gif
-share/fusionpbx/themes/default/images/background_cell.gif
share/fusionpbx/themes/default/images/background_cell_light.gif
+share/fusionpbx/themes/default/images/background_th.png
share/fusionpbx/themes/default/images/backgrounds/blue_blur.jpg
share/fusionpbx/themes/default/images/backgrounds/license.txt
share/fusionpbx/themes/default/images/backgrounds/sand.jpg
@@ -2497,7 +2498,6 @@ share/fusionpbx/themes/default/images/backgrounds/sand_sea.jpg
share/fusionpbx/themes/default/images/backgrounds/wave.jpg
share/fusionpbx/themes/default/images/backgrounds/yellowstone_3.jpg
share/fusionpbx/themes/default/images/backgrounds/yellowstone_4.jpg
-share/fusionpbx/themes/default/images/background_th.png
share/fusionpbx/themes/default/images/blank.gif
share/fusionpbx/themes/default/images/content_background.png
share/fusionpbx/themes/default/images/icon_cdr_inbound_answered.png
@@ -2513,8 +2513,8 @@ share/fusionpbx/themes/default/images/icon_cdr_outbound_cancelled.png
share/fusionpbx/themes/default/images/icon_cdr_outbound_failed.png
share/fusionpbx/themes/default/images/icon_logout.png
share/fusionpbx/themes/default/images/login_background.png
-share/fusionpbx/themes/default/images/logo_header.png
share/fusionpbx/themes/default/images/logo.png
+share/fusionpbx/themes/default/images/logo_header.png
share/fusionpbx/themes/default/images/menu_background.png
share/fusionpbx/themes/default/images/qr_code.png
share/fusionpbx/themes/default/images/warning.png
Home |
Main Index |
Thread Index |
Old Index