svn commit: r536417 - in head/www: . fusionpbx fusionpbx/files
Kurt Jaeger
pi at FreeBSD.org
Sun May 24 18:50:16 UTC 2020
Author: pi
Date: Sun May 24 18:50:14 2020
New Revision: 536417
URL: https://svnweb.freebsd.org/changeset/ports/536417
Log:
New port: www/fusionpbx (readd)
FusionPBX is an opensource PHP7 based frontend web gui for freeswitch.
WWW: https://www.fusionpbx.com
PR: 238234
Submitted by: Richard Allen <richard2891 at gmail.com>
Added:
head/www/fusionpbx/
- copied from r407184, head/www/fusionpbx/
head/www/fusionpbx/files/
head/www/fusionpbx/files/pkg-message (contents, props changed)
Modified:
head/www/Makefile
head/www/fusionpbx/Makefile
head/www/fusionpbx/distinfo
head/www/fusionpbx/pkg-descr
head/www/fusionpbx/pkg-plist
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun May 24 18:48:03 2020 (r536416)
+++ head/www/Makefile Sun May 24 18:50:14 2020 (r536417)
@@ -169,6 +169,7 @@
SUBDIR += fpc-libmicrohttpd
SUBDIR += free-sa-devel
SUBDIR += fswiki
+ SUBDIR += fusionpbx
SUBDIR += g-cows
SUBDIR += g-gcl
SUBDIR += gallery2
Modified: head/www/fusionpbx/Makefile
==============================================================================
--- head/www/fusionpbx/Makefile Sun Jan 24 22:23:41 2016 (r407184)
+++ head/www/fusionpbx/Makefile Sun May 24 18:50:14 2020 (r536417)
@@ -1,54 +1,55 @@
-# Created by: Richard Neese <r.neese at gmail.com>
+# Created by: Richard Allen <richard2891 at gmail.com>
# $FreeBSD$
PORTNAME= fusionpbx
-DISTVERSION= 3.3
-PORTREVISION= 1
+PORTVERSION= 4.4.1
CATEGORIES= www
-MASTER_SITES= http://www.fusionpbx.com/downloads/ \
- GOOGLE_CODE
-MAINTAINER= ports at FreeBSD.org
-COMMENT= PHP5 Graphical User Interface for FreeSwitch
+MAINTAINER= richard2891 at gmail.com
+COMMENT= Web/PHP Interface for FreeSwitch
-LICENSE= MPL
+LICENSE= MPL11
-DEPRECATED= PHP 5.4 EOL reached
-EXPIRATION_DATE= 2016-01-15
+ONLY_FOR_ARCHS= amd64
-LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
-RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:${PORTSDIR}/databases/php${PHP_VER}-pdo_odbc
+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
-USE_PHP= dom filter ftp json pcre pdo pdo_sqlite posix \
- session simplexml xml xmlreader xmlwriter xmlrpc \
- xsl zlib odbc
+USES= sqlite php fakeroot
+USE_PHP= phar pdo pdo_odbc pdo_sqlite json gd imap \
+ ldap openssl sockets simplexml xml session odbc
-DEFAULT_VERSIONS+=php=5
+USE_GITHUB= yes
+GH_ACCOUNT= ${PORTNAME}
+GH_PROJECT= ${PORTNAME}
+GH_TAGNAME= ${PORTVERSION}
-VARBASE= /var
+DEFAULT_VERSIONS+=php=7.2
-WRKSRC= ${WRKDIR}/${PORTNAME}
+VARBASE= var
+
+WRKSRC_SUBDIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD= yes
-OPTIONS_DEFINE= PDOPGSQL PDOMYSQL
+OPTIONS_DEFINE= PDOPGSQL
+OPTIONS_DEFAULT= PDOPGSQL
+
PDOPGSQL_DESC= Install POSTGRESQL PDO Connector
-PDOMYSQL_DESC= Install MySQL PDO Connector
PDOPGSQL_USES= pgsql
PDOPGSQL_USE= PHP=pgsql,pdo_pgsql
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MPDOMYSQL}
-USE_MYSQL= client
-USE_PHP+= mysql pdo_mysql
-.endif
-
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
- @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
- @${MKDIR} ${STAGEDIR}${VARBASE}/db/fusionpbx
+ @(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>
Modified: head/www/fusionpbx/distinfo
==============================================================================
--- head/www/fusionpbx/distinfo Sun Jan 24 22:23:41 2016 (r407184)
+++ head/www/fusionpbx/distinfo Sun May 24 18:50:14 2020 (r536417)
@@ -1,2 +1,3 @@
-SHA256 (fusionpbx-3.3.tar.gz) = e03cc9863a627e36aca6c72c139a5775abf17c4c9429ac47bc0d36384d6a7c2c
-SIZE (fusionpbx-3.3.tar.gz) = 5383320
+TIMESTAMP = 1552794100
+SHA256 (fusionpbx-fusionpbx-4.4.1_GH0.tar.gz) = 232063ae3e3bc4330311f317e4de9aef16fd3fb4cf0dd558a86af235b8790635
+SIZE (fusionpbx-fusionpbx-4.4.1_GH0.tar.gz) = 8985184
Added: head/www/fusionpbx/files/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/fusionpbx/files/pkg-message Sun May 24 18:50:14 2020 (r536417)
@@ -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;"
+#################################
Modified: head/www/fusionpbx/pkg-descr
==============================================================================
--- head/www/fusionpbx/pkg-descr Sun Jan 24 22:23:41 2016 (r407184)
+++ head/www/fusionpbx/pkg-descr Sun May 24 18:50:14 2020 (r536417)
@@ -1,3 +1,3 @@
-FusionPBX is an opensource PHP5 based frontend web gui for freeswitch.
+FusionPBX is an opensource PHP7 based frontend web gui for freeswitch.
-WWW: http://www.fusionpbx.com
+WWW: https://www.fusionpbx.com
Modified: head/www/fusionpbx/pkg-plist
==============================================================================
--- head/www/fusionpbx/pkg-plist Sun Jan 24 22:23:41 2016 (r407184)
+++ head/www/fusionpbx/pkg-plist Sun May 24 18:50:14 2020 (r536417)
@@ -1,64 +1,127 @@
@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/app_config.php
-%%WWWDIR%%/app/call_center/call_center_agent_delete.php
-%%WWWDIR%%/app/call_center/call_center_agent_edit.php
-%%WWWDIR%%/app/call_center/call_center_agent_status.php
-%%WWWDIR%%/app/call_center/call_center_agents.php
-%%WWWDIR%%/app/call_center/call_center_queue_delete.php
-%%WWWDIR%%/app/call_center/call_center_queue_edit.php
-%%WWWDIR%%/app/call_center/call_center_queues.php
-%%WWWDIR%%/app/call_center/call_center_tier_delete.php
-%%WWWDIR%%/app/call_center/call_center_tier_edit.php
-%%WWWDIR%%/app/call_center/call_center_tiers.php
-%%WWWDIR%%/app/call_center/cmd.php
-%%WWWDIR%%/app/call_center/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/switch_call_forward.php
-%%WWWDIR%%/app/calls/resources/classes/switch_do_not_disturb.php
-%%WWWDIR%%/app/calls/resources/classes/switch_follow_me.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_assigned_extensions_inc.php
-%%WWWDIR%%/app/calls_active/calls_active_extensions.php
-%%WWWDIR%%/app/calls_active/calls_active_extensions_inc.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
@@ -69,160 +132,359 @@
%%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_addresses_delete.php
-%%WWWDIR%%/app/contacts/contact_addresses_edit.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_notes_delete.php
-%%WWWDIR%%/app/contacts/contact_notes_edit.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_phones_delete.php
-%%WWWDIR%%/app/contacts/contact_phones_edit.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_delete.php
-%%WWWDIR%%/app/contacts/contacts_edit.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/content/app_config.php
-%%WWWDIR%%/app/content/app_languages.php
-%%WWWDIR%%/app/content/config.php
-%%WWWDIR%%/app/content/index.php
-%%WWWDIR%%/app/content/root.php
-%%WWWDIR%%/app/content/rss.css
-%%WWWDIR%%/app/content/rss.php
-%%WWWDIR%%/app/content/rssadd.php
-%%WWWDIR%%/app/content/rsscontent.php
-%%WWWDIR%%/app/content/rssdelete.php
-%%WWWDIR%%/app/content/rsslist.php
-%%WWWDIR%%/app/content/rssmovedown.php
-%%WWWDIR%%/app/content/rssmoveup.php
-%%WWWDIR%%/app/content/rsssearch.php
-%%WWWDIR%%/app/content/rsssubadd.php
-%%WWWDIR%%/app/content/rsssubcategoryadd.php
-%%WWWDIR%%/app/content/rsssubcategorylist.php
-%%WWWDIR%%/app/content/rsssubcategoryupdate.php
-%%WWWDIR%%/app/content/rsssubdelete.php
-%%WWWDIR%%/app/content/rsssublist.php
-%%WWWDIR%%/app/content/rsssubsearch.php
-%%WWWDIR%%/app/content/rsssubupdate.php
-%%WWWDIR%%/app/content/rssupdate.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/destinations_delete.php
-%%WWWDIR%%/app/destinations/destinations_edit.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/app_config.php
-%%WWWDIR%%/app/dialplan/app_defaults.php
-%%WWWDIR%%/app/dialplan/dialplan_add.php
-%%WWWDIR%%/app/dialplan/dialplan_advanced.php
-%%WWWDIR%%/app/dialplan/dialplan_copy.php
-%%WWWDIR%%/app/dialplan/dialplan_delete.php
-%%WWWDIR%%/app/dialplan/dialplan_details_delete.php
-%%WWWDIR%%/app/dialplan/dialplan_details_edit.php
-%%WWWDIR%%/app/dialplan/dialplan_edit.php
-%%WWWDIR%%/app/dialplan/dialplans.php
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/100_call-direction.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/220_global-intercept.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/230_group-intercept.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/240_redial.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/245_page.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/250_global.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/260_eavesdrop.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/270_call_privacy.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/280_call_return.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/290_intercept-ext.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/300_extension-intercom.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/310_send_to_voicemail.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/320_vmain.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/330_vmain_user.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/340_delay_echo.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/350_echo.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/360_milliwatt.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/370_tone_stream.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/380_hold_music.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/400_recordings.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/410_freeswitch_conference.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/420_disa.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/430_directory.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/440_wake-up.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/450_park_in.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/455_park_out.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/460_park_slots.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/470_valet_park.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/480_operator.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/485_operator-forward.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/490_do-not-disturb.xml
-%%WWWDIR%%/app/dialplan/resources/xml/dialplan/999_local_extension.xml
-%%WWWDIR%%/app/dialplan/root.php
-%%WWWDIR%%/app/dialplan_features/app_config.php
-%%WWWDIR%%/app/dialplan_features/resources/xml/dialplan/300_dx.xml
-%%WWWDIR%%/app/dialplan_features/resources/xml/dialplan/310_att_xfer.xml
-%%WWWDIR%%/app/dialplan_features/resources/xml/dialplan/320_xfer_vm.xml
-%%WWWDIR%%/app/dialplan_features/resources/xml/dialplan/330_is_transfer.xml
-%%WWWDIR%%/app/dialplan_features/resources/xml/dialplan/340_cf.xml
-%%WWWDIR%%/app/dialplan_features/resources/xml/dialplan/350_please_hold.xml
-%%WWWDIR%%/app/dialplan_features/resources/xml/dialplan/360_is_zrtp_secure.xml
-%%WWWDIR%%/app/dialplan_features/resources/xml/dialplan/370_is_secure.xml
%%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_defaults.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_view.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/fifo.php
+%%WWWDIR%%/app/fifo/app_languages.php
+%%WWWDIR%%/app/fifo/app_menu.php
%%WWWDIR%%/app/fifo/fifo_add.php
-%%WWWDIR%%/app/fifo/fifo_delete.php
-%%WWWDIR%%/app/fifo/fifo_detail_delete.php
-%%WWWDIR%%/app/fifo/fifo_detail_edit.php
-%%WWWDIR%%/app/fifo/fifo_edit.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
@@ -230,254 +492,169 @@
%%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/grammar_edit/app_config.php
-%%WWWDIR%%/app/grammar_edit/clipadd.php
-%%WWWDIR%%/app/grammar_edit/clipdelete.php
-%%WWWDIR%%/app/grammar_edit/cliplist.php
-%%WWWDIR%%/app/grammar_edit/clipoptions.php
-%%WWWDIR%%/app/grammar_edit/clipoptionslist.php
-%%WWWDIR%%/app/grammar_edit/clipsearch.php
-%%WWWDIR%%/app/grammar_edit/clipupdate.php
-%%WWWDIR%%/app/grammar_edit/filedelete.php
-%%WWWDIR%%/app/grammar_edit/filelist.php
-%%WWWDIR%%/app/grammar_edit/filenew.php
-%%WWWDIR%%/app/grammar_edit/fileoptions.php
-%%WWWDIR%%/app/grammar_edit/fileoptionslist.php
-%%WWWDIR%%/app/grammar_edit/fileread.php
-%%WWWDIR%%/app/grammar_edit/filerename.php
-%%WWWDIR%%/app/grammar_edit/filesave.php
-%%WWWDIR%%/app/grammar_edit/folderdelete.php
-%%WWWDIR%%/app/grammar_edit/foldernew.php
-%%WWWDIR%%/app/grammar_edit/footer.php
-%%WWWDIR%%/app/grammar_edit/header.php
-%%WWWDIR%%/app/grammar_edit/images/Thumbs.db
-%%WWWDIR%%/app/grammar_edit/images/file.gif
-%%WWWDIR%%/app/grammar_edit/images/file.png
-%%WWWDIR%%/app/grammar_edit/images/folder.gif
-%%WWWDIR%%/app/grammar_edit/images/gear.png
-%%WWWDIR%%/app/grammar_edit/images/leaf.gif
-%%WWWDIR%%/app/grammar_edit/images/minus.gif
-%%WWWDIR%%/app/grammar_edit/images/plus.gif
-%%WWWDIR%%/app/grammar_edit/images/program.gif
-%%WWWDIR%%/app/grammar_edit/images/thumbnails/Thumbs.db
-%%WWWDIR%%/app/grammar_edit/images/thumbnails/cliplibrary.png
-%%WWWDIR%%/app/grammar_edit/images/thumbnails/filemanagement.png
-%%WWWDIR%%/app/grammar_edit/images/thumbnails/phpeditor.png
-%%WWWDIR%%/app/grammar_edit/index.php
-%%WWWDIR%%/app/grammar_edit/list.php
-%%WWWDIR%%/app/grammar_edit/readme.txt
-%%WWWDIR%%/app/grammar_edit/root.php
-%%WWWDIR%%/app/hot_desking/app_config.php
-%%WWWDIR%%/app/hot_desking/extension_delete.php
-%%WWWDIR%%/app/hot_desking/extension_edit.php
-%%WWWDIR%%/app/hot_desking/index.php
-%%WWWDIR%%/app/hot_desking/resources/xml/dialplan/470_hot-desk-login.xml
-%%WWWDIR%%/app/hot_desking/resources/xml/dialplan/475_hot-desk-logout.xml
-%%WWWDIR%%/app/hot_desking/root.php
-%%WWWDIR%%/app/hunt_groups/app_config.php
-%%WWWDIR%%/app/hunt_groups/hunt_group_call_forward.php
-%%WWWDIR%%/app/hunt_groups/hunt_group_call_forward_edit.php
-%%WWWDIR%%/app/hunt_groups/hunt_group_copy.php
-%%WWWDIR%%/app/hunt_groups/hunt_group_delete.php
-%%WWWDIR%%/app/hunt_groups/hunt_group_destination_delete.php
-%%WWWDIR%%/app/hunt_groups/hunt_group_destination_edit.php
-%%WWWDIR%%/app/hunt_groups/hunt_group_edit.php
-%%WWWDIR%%/app/hunt_groups/hunt_groups.php
-%%WWWDIR%%/app/hunt_groups/root.php
-%%WWWDIR%%/app/ivr_menu/app_config.php
-%%WWWDIR%%/app/ivr_menu/app_languages.php
-%%WWWDIR%%/app/ivr_menu/ivr_menu_copy.php
-%%WWWDIR%%/app/ivr_menu/ivr_menu_delete.php
-%%WWWDIR%%/app/ivr_menu/ivr_menu_edit.php
-%%WWWDIR%%/app/ivr_menu/ivr_menu_option_delete.php
-%%WWWDIR%%/app/ivr_menu/ivr_menu_option_edit.php
-%%WWWDIR%%/app/ivr_menu/ivr_menu_options.php
-%%WWWDIR%%/app/ivr_menu/ivr_menus.php
-%%WWWDIR%%/app/ivr_menu/resources/classes/switch_ivr_menu.php
-%%WWWDIR%%/app/ivr_menu/resources/functions/ivr_menu_xml.php
-%%WWWDIR%%/app/ivr_menu/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/login/app_config.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/modules_delete.php
-%%WWWDIR%%/app/modules/modules_edit.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_play.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/music_on_hold/slim.swf
-%%WWWDIR%%/app/php_edit/app_config.php
-%%WWWDIR%%/app/php_edit/app_defaults.php
-%%WWWDIR%%/app/php_edit/clipadd.php
-%%WWWDIR%%/app/php_edit/clipdelete.php
-%%WWWDIR%%/app/php_edit/cliplist.php
-%%WWWDIR%%/app/php_edit/clipoptions.php
-%%WWWDIR%%/app/php_edit/clipoptionslist.php
-%%WWWDIR%%/app/php_edit/clipsearch.php
-%%WWWDIR%%/app/php_edit/clipupdate.php
-%%WWWDIR%%/app/php_edit/filedelete.php
-%%WWWDIR%%/app/php_edit/filelist.php
-%%WWWDIR%%/app/php_edit/filenew.php
-%%WWWDIR%%/app/php_edit/fileoptions.php
-%%WWWDIR%%/app/php_edit/fileoptionslist.php
-%%WWWDIR%%/app/php_edit/fileread.php
-%%WWWDIR%%/app/php_edit/filerename.php
-%%WWWDIR%%/app/php_edit/filesave.php
-%%WWWDIR%%/app/php_edit/folderdelete.php
-%%WWWDIR%%/app/php_edit/foldernew.php
-%%WWWDIR%%/app/php_edit/footer.php
-%%WWWDIR%%/app/php_edit/header.php
-%%WWWDIR%%/app/php_edit/images/Thumbs.db
-%%WWWDIR%%/app/php_edit/images/file.gif
-%%WWWDIR%%/app/php_edit/images/file.png
-%%WWWDIR%%/app/php_edit/images/folder.gif
-%%WWWDIR%%/app/php_edit/images/gear.png
-%%WWWDIR%%/app/php_edit/images/leaf.gif
-%%WWWDIR%%/app/php_edit/images/minus.gif
-%%WWWDIR%%/app/php_edit/images/plus.gif
-%%WWWDIR%%/app/php_edit/images/program.gif
-%%WWWDIR%%/app/php_edit/images/thumbnails/Thumbs.db
-%%WWWDIR%%/app/php_edit/images/thumbnails/cliplibrary.png
-%%WWWDIR%%/app/php_edit/images/thumbnails/filemanagement.png
-%%WWWDIR%%/app/php_edit/images/thumbnails/phpeditor.png
-%%WWWDIR%%/app/php_edit/index.php
-%%WWWDIR%%/app/php_edit/list.php
-%%WWWDIR%%/app/php_edit/readme.txt
-%%WWWDIR%%/app/php_edit/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/provision_write.php
+%%WWWDIR%%/app/provision/resources/classes/provision.php
+%%WWWDIR%%/app/provision/resources/functions/device_by.php
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-all
mailing list