ports/160882: Update to the fusionpbx port to 2.0.9

Richard Neese r.neese at gmail.com
Wed Sep 21 19:20:07 UTC 2011


>Number:         160882
>Category:       ports
>Synopsis:       Update to the fusionpbx port to 2.0.9
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 19:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Richard Neese
>Release:        FreeBSD 8.2-STABLE
>Organization:
>Environment:
FreeBSD ports.freebsd.org 8.2-STABLE-201105 FreeBSD 8.2-STABLE-201105 #0: Tue May 17 05:46:49 UTC 2011     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Updated the fusionpbx port to 2.0.9
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/fusionpbx/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	31 Jan 2011 15:35:20 -0000	1.1
+++ Makefile	21 Sep 2011 18:48:51 -0000
@@ -1,37 +1,27 @@
 # Ports collection makefile for: fusionpbx
-# Date created: Jan 12, 2011
+# Date created: June 12, 2010
 # Whom: Richard Neese <r.neese at gmail.com>
 #
-# $FreeBSD: ports/www/fusionpbx/Makefile,v 1.1 2011/01/31 15:35:20 jpaetzel Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	fusionpbx
-PORTVERSION=	1.2.0
+PORTVERSION=	2.0.9
+PORTREVISION=	1
 CATEGORIES=	www
-MASTER_SITES=	http://www.fusionpbx.com/downloads/ \
-		${MASTER_SITE_GOOGLE_CODE}
-DISTNAME=	${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	r.neese at gmail.com
-COMMENT=	Fusionpbx PHP5 Graphical User Interface for FreeSwitch
-
-RUN_DEPENDS=    ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch
+COMMENT=	Fusionpbx Php5 Graphical User Interface for FreeSwitch
 
 USE_SQLITE=	yes
 
-USE_PHP=	dom filter ftp json pcre pdo pdo_sqlite posix \
-		session simplexml xml xmlreader xmlwriter xmlrpc \
-		xsl zlib
+USE_PHP=	dom filter ftp json pcre pdo pdo_sqlite posix openssl \
+		session simplexml xml xmlreader xmlwriter xmlrpc xsl zlib
 
 DEFAULT_PHP_VER=	5
 IGNORE_WITH_PHP=	4
 
-.if defined(WITH_APACHE22)
-WANT_PHP_WEB=	yes
-.else
-WANT_PHP_CLI=   yes
-.endif
-
 VARBASE?=	/var
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -39,12 +29,12 @@
 
 SUB_FILES=	pkg-message
 
-#config options
 OPTIONS=	PGSQLCLIENT	"Install and use POSTGRESQL Connector Client" off \
 		MYSQLCLIENT	"Install and use MySQL Connector Client" off \
-		APACHE22	"Install APACHE 2.2 Web Server" off \
 		NGINX		"Install Nginx Web Server (Default)" on \
-		PHP5ODBC	"Install PHP5 ODBC Connctors" off
+		PHP5ODBC	"Install PHP5 ODBC Connctors" off \
+		FAIL2BAN	"Install Fail2Ban port security" on \
+		MONIT		"Intsll Monit for Monioring" on
 
 .include <bsd.port.options.mk>
 
@@ -52,6 +42,7 @@
 PLIST_SUB+=	WITH_PGSQLCLIENT="@comment "
 .else
 USE_PGSQL=	yes
+WITH_PGSQL_VER=	84
 USE_PHP+=	pgsql pdo_pgsql
 PLIST_SUB+=	WITH_PGSQLCLIENT=""
 .endif
@@ -60,7 +51,7 @@
 PLIST_SUB+=	WITH_MYSQLCLIENT="@comment "
 .else
 USE_MYSQL=	client
-USE_PHP+=       mysql pdo_mysql
+USE_PHP+=	mysql pdo_mysql
 PLIST_SUB+=	WITH_MYSQLCLIENT=""
 .endif
 
@@ -71,28 +62,34 @@
 RUN_DEPENDS+=	nginx:${PORTSDIR}/www/nginx-devel
 .endif
 
-.if !defined(WITH_APACHE22)
-PLIST_SUB+=	WITH_APACHE22="@comment "
-.else
-PLIST_SUB+=	WITH_APACHE22=""
-USE_APACHE=	22+
-.endif
-
 .if !defined(WITH_PHP5ODBC)
 PLIST_SUB+=	WITH_PHP5ODBC="@comment "
 .else
-USE_PHP+=	odbc pdo_odbc
 PLIST_SUB+=	WITH_PHP5ODBC=""
+RUN_DEPENDS+=	odbc:${PORTSDIR}/database/php5-odbc \
+		pod_odbc:${PORTSDIR}/database/php5-pdo_odbc
+.endif
+
+.if !defined(WITH_FAIL2BAN)
+PLIST_SUB+=	WITH_FAIL2BAN="@comment "
+.else
+PLIST_SUB+=	WITH_FAIL2BAN=""
+RUN_DEPENDS+=	${LOCALBASE}/etc/fail2ban:${PORTSDIR}/security/py-fail2ban
+.endif
+
+.if !defined(WITH_MONIT)
+PLIST_SUB+=	WITH_MONIT="@comment "
+.else
+PLIST_SUB+=	WITH_MONIT=""
+RUN_DEPENDS+=   ${LOCALBASE}/bin/monit:${PORTSDIR}/sysutils/monit
 .endif
 
 do-install:
 	@${MKDIR} ${WWWDIR}
-	@${FIND} ${WRKSRC} -name '*.php' -exec ${CHMOD} 644 {} +
+	@${FIND} ${WRKSRC} -name '*.php' -exec ${CHMOD} 755 {} +
 	@cd ${WRKSRC}; ${FIND} . \
 		| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
-	@${CHOWN} -R www:www ${WWWDIR}
 	@${MKDIR} ${VARBASE}/db/fusionpbx
-	@${CHMOD} -R 0744 ${VARBASE}/db/fusionpbx
 	@${CHOWN} www:www ${VARBASE}/db/fusionpbx
 
 post-install:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/fusionpbx/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	31 Jan 2011 15:35:20 -0000	1.1
+++ distinfo	21 Sep 2011 18:48:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (fusionpbx-1.2.0.tar.gz) = d2e02456fffe09098e37ef3dc582bdb46941a359c3767a339b6c37572ea6b3eb
-SIZE (fusionpbx-1.2.0.tar.gz) = 6337312
+SHA256 (fusionpbx-2.0.9.tar.gz) = c7cdbb9cf39ba6390041d5df1d7d7eeb303dbe6ee91be97ab6f10ebaaaf665b0
+SIZE (fusionpbx-2.0.9.tar.gz) = 5620733
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/fusionpbx/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	31 Jan 2011 15:35:20 -0000	1.1
+++ pkg-descr	21 Sep 2011 18:48:51 -0000
@@ -1,3 +1,3 @@
-FusionPBX is an opensource PHP5 based frontend web gui for freeswitch.
+FusionPBX is a OpenSorce php5 based frontend web gui for freeswitch.
 
 WWW: http://www.fusionpbx.com
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/fusionpbx/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	31 Jan 2011 15:35:20 -0000	1.1
+++ pkg-plist	21 Sep 2011 18:48:51 -0000
@@ -9,16 +9,12 @@
 %%WWWDIR%%/core/menu/menu_move_up.php
 %%WWWDIR%%/core/menu/menu_restore_default.php
 %%WWWDIR%%/core/menu/root.php
-%%WWWDIR%%/core/settings/root.php
-%%WWWDIR%%/core/settings/v_settings.php
-%%WWWDIR%%/core/settings/v_settings_delete.php
-%%WWWDIR%%/core/settings/v_settings_edit.php
-%%WWWDIR%%/core/status/root.php
-%%WWWDIR%%/core/status/v_cmd.php
-%%WWWDIR%%/core/status/v_status.php
-%%WWWDIR%%/core/status/v_status_registrations.php
+%%WWWDIR%%/core/menu/v_config.php
+%%WWWDIR%%/core/menu/v_defaults.php
 %%WWWDIR%%/core/system_settings/root.php
+%%WWWDIR%%/core/system_settings/v_config.php
 %%WWWDIR%%/core/system_settings/v_system_settings.php
+%%WWWDIR%%/core/system_settings/v_system_settings_add.php
 %%WWWDIR%%/core/system_settings/v_system_settings_default.php
 %%WWWDIR%%/core/system_settings/v_system_settings_delete.php
 %%WWWDIR%%/core/system_settings/v_system_settings_edit.php
@@ -26,7 +22,7 @@
 %%WWWDIR%%/core/upgrade/upgrade.php
 %%WWWDIR%%/core/upgrade/upgrade_schema.php
 %%WWWDIR%%/core/upgrade/upgrade_svn.php
-%%WWWDIR%%/core/upgrade/upgrade_xml.php
+%%WWWDIR%%/core/upgrade/v_config.php
 %%WWWDIR%%/core/users/groupadd.php
 %%WWWDIR%%/core/users/groupdelete.php
 %%WWWDIR%%/core/users/grouplist.php
@@ -39,6 +35,9 @@
 %%WWWDIR%%/core/users/userdelete.php
 %%WWWDIR%%/core/users/userlist.php
 %%WWWDIR%%/core/users/usersupdate.php
+%%WWWDIR%%/core/users/v_config.php
+%%WWWDIR%%/core/users/v_defaults.php
+%%WWWDIR%%/core/users/v_group_permissions.php
 %%WWWDIR%%/images/background_cell_active.gif
 %%WWWDIR%%/images/background_cell_conference.gif
 %%WWWDIR%%/images/background_cell_fifo.gif
@@ -70,6 +69,14 @@
 %%WWWDIR%%/includes/class.phpmailer.php
 %%WWWDIR%%/includes/class.smtp.php
 %%WWWDIR%%/includes/class_vcard.php
+%%WWWDIR%%/includes/classes/array_order.php
+%%WWWDIR%%/includes/classes/call_forward.php
+%%WWWDIR%%/includes/classes/dialplan.php
+%%WWWDIR%%/includes/classes/do_not_disturb.php
+%%WWWDIR%%/includes/classes/follow_me.php
+%%WWWDIR%%/includes/classes/menu_restore.php
+%%WWWDIR%%/includes/classes/root.php
+%%WWWDIR%%/includes/classes/schema.php
 %%WWWDIR%%/includes/config.php.dist
 %%WWWDIR%%/includes/directory.php
 %%WWWDIR%%/includes/download.php
@@ -179,8 +186,8 @@
 %%WWWDIR%%/includes/edit_area/reg_syntax/tsql.js
 %%WWWDIR%%/includes/edit_area/reg_syntax/vb.js
 %%WWWDIR%%/includes/edit_area/reg_syntax/xml.js
+%%WWWDIR%%/includes/email_address_validator.php
 %%WWWDIR%%/includes/footer.php
-%%WWWDIR%%/includes/getcontent.php
 %%WWWDIR%%/includes/header.php
 %%WWWDIR%%/includes/install/autoload_configs/cdr_csv.conf.xml
 %%WWWDIR%%/includes/install/dialplan/default.xml
@@ -188,8 +195,9 @@
 %%WWWDIR%%/includes/install/htdocs/slim.swf
 %%WWWDIR%%/includes/install/htdocs/slimtest.htm
 %%WWWDIR%%/includes/install/scripts/call_broadcast_originate.js
-%%WWWDIR%%/includes/install/scripts/call_forward_basic.lua
+%%WWWDIR%%/includes/install/scripts/call_forward.lua
 %%WWWDIR%%/includes/install/scripts/disa.lua
+%%WWWDIR%%/includes/install/scripts/fifo_member.lua
 %%WWWDIR%%/includes/install/scripts/huntgroup_originate.lua
 %%WWWDIR%%/includes/install/scripts/intercom.lua
 %%WWWDIR%%/includes/install/scripts/originate.js
@@ -202,9 +210,11 @@
 %%WWWDIR%%/includes/install/sounds/custom/16000/please_enter_the_extension_number.wav
 %%WWWDIR%%/includes/install/sounds/custom/16000/please_enter_the_phone_number.wav
 %%WWWDIR%%/includes/install/sounds/custom/16000/please_enter_the_pin_number.wav
+%%WWWDIR%%/includes/install/sounds/custom/16000/please_enter_the_recording_number.wav
 %%WWWDIR%%/includes/install/sounds/custom/16000/please_enter_your_pin_number.wav
 %%WWWDIR%%/includes/install/sounds/custom/16000/please_say_your_name_and_reason_for_calling.wav
 %%WWWDIR%%/includes/install/sounds/custom/16000/press_1_to_accept_2_to_reject_or_3_for_voicemail.wav
+%%WWWDIR%%/includes/install/sounds/custom/16000/press_1_to_accept_this_call.wav
 %%WWWDIR%%/includes/install/sounds/custom/16000/your_pin_number_is_incorect_goodbye.wav
 %%WWWDIR%%/includes/install/sounds/custom/8000/begin_recording.wav
 %%WWWDIR%%/includes/install/sounds/custom/8000/call_forward_has_been_deleted.wav
@@ -213,10 +223,13 @@
 %%WWWDIR%%/includes/install/sounds/custom/8000/please_enter_the_extension_number.wav
 %%WWWDIR%%/includes/install/sounds/custom/8000/please_enter_the_phone_number.wav
 %%WWWDIR%%/includes/install/sounds/custom/8000/please_enter_the_pin_number.wav
+%%WWWDIR%%/includes/install/sounds/custom/8000/please_enter_the_recording_number.wav
 %%WWWDIR%%/includes/install/sounds/custom/8000/please_enter_your_pin_number.wav
 %%WWWDIR%%/includes/install/sounds/custom/8000/please_say_your_name_and_reason_for_calling.wav
 %%WWWDIR%%/includes/install/sounds/custom/8000/press_1_to_accept_2_to_reject_or_3_for_voicemail.wav
+%%WWWDIR%%/includes/install/sounds/custom/8000/press_1_to_accept_this_call.wav
 %%WWWDIR%%/includes/install/sounds/custom/8000/your_pin_number_is_incorect_goodbye.wav
+%%WWWDIR%%/includes/install/source.xml
 %%WWWDIR%%/includes/install/sql/mysql.sql
 %%WWWDIR%%/includes/install/sql/pgsql.sql
 %%WWWDIR%%/includes/install/sql/sqlite.sql
@@ -242,17 +255,31 @@
 %%WWWDIR%%/includes/pop3/parse_message.php
 %%WWWDIR%%/includes/pop3/pop3.php
 %%WWWDIR%%/includes/pop3/rfc822_addresses.php
+%%WWWDIR%%/includes/recaptchalib.php
 %%WWWDIR%%/includes/root.php
 %%WWWDIR%%/includes/securedownload.php
 %%WWWDIR%%/includes/templates/conf/autoload_configs/.htaccess
 %%WWWDIR%%/includes/templates/conf/autoload_configs/callcenter.conf.xml
 %%WWWDIR%%/includes/templates/conf/autoload_configs/switch.conf.xml
 %%WWWDIR%%/includes/templates/conf/autoload_configs/xml_cdr.conf.xml
+%%WWWDIR%%/includes/templates/conf/dialplan/default.xml
 %%WWWDIR%%/includes/templates/provision/aastra/675x/{v_mac}.cfg
+%%WWWDIR%%/includes/templates/provision/cisco/spa303/{v_mac}.xml
+%%WWWDIR%%/includes/templates/provision/cisco/spa504g/{v_mac}.xml
+%%WWWDIR%%/includes/templates/provision/cisco/spa525g/{v_mac}.xml
 %%WWWDIR%%/includes/templates/provision/linksys/spa2102/{v_mac}.xml
 %%WWWDIR%%/includes/templates/provision/linksys/spa3102/{v_mac}.xml
 %%WWWDIR%%/includes/templates/provision/linksys/spa504g/{v_mac}.xml
 %%WWWDIR%%/includes/templates/provision/linksys/spa942/{v_mac}.xml
+%%WWWDIR%%/includes/templates/provision/polycom/650/custom.cfg
+%%WWWDIR%%/includes/templates/provision/polycom/650/phone1.cfg
+%%WWWDIR%%/includes/templates/provision/polycom/650/sip.cfg
+%%WWWDIR%%/includes/templates/provision/polycom/650/{v_mac}-registration.cfg
+%%WWWDIR%%/includes/templates/provision/polycom/650/{v_mac}.cfg
+%%WWWDIR%%/includes/templates/provision/polycom/8030/phone1.cfg
+%%WWWDIR%%/includes/templates/provision/polycom/8030/sip.cfg
+%%WWWDIR%%/includes/templates/provision/polycom/8030/{v_mac}-registration.cfg
+%%WWWDIR%%/includes/templates/provision/polycom/8030/{v_mac}.cfg
 %%WWWDIR%%/includes/templates/provision/snom/820/{v_mac}.xml
 %%WWWDIR%%/includes/templates/provision/yealink/t20/{v_mac}.cfg
 %%WWWDIR%%/includes/templates/provision/yealink/t22/{v_mac}.cfg
@@ -261,25 +288,33 @@
 %%WWWDIR%%/includes/v_dialplan_entry_exists.php
 %%WWWDIR%%/includes/wysiwyg.php
 %%WWWDIR%%/index.php
+%%WWWDIR%%/index2.php
 %%WWWDIR%%/install.php
 %%WWWDIR%%/licenses.php
 %%WWWDIR%%/login.php
 %%WWWDIR%%/logout.php
+%%WWWDIR%%/mod/adminer/adminer.php
+%%WWWDIR%%/mod/adminer/index.php
+%%WWWDIR%%/mod/adminer/root.php
+%%WWWDIR%%/mod/adminer/v_config.php
 %%WWWDIR%%/mod/auto_attendant/root.php
 %%WWWDIR%%/mod/auto_attendant/v_auto_attendant.php
 %%WWWDIR%%/mod/auto_attendant/v_auto_attendant_delete.php
 %%WWWDIR%%/mod/auto_attendant/v_auto_attendant_edit.php
 %%WWWDIR%%/mod/auto_attendant/v_auto_attendant_options_delete.php
 %%WWWDIR%%/mod/auto_attendant/v_auto_attendant_options_edit.php
+%%WWWDIR%%/mod/auto_attendant/v_config.php
 %%WWWDIR%%/mod/call_broadcast/root.php
 %%WWWDIR%%/mod/call_broadcast/v_call_broadcast.php
 %%WWWDIR%%/mod/call_broadcast/v_call_broadcast_delete.php
 %%WWWDIR%%/mod/call_broadcast/v_call_broadcast_edit.php
 %%WWWDIR%%/mod/call_broadcast/v_call_broadcast_send.php
+%%WWWDIR%%/mod/call_broadcast/v_config.php
 %%WWWDIR%%/mod/call_center/root.php
 %%WWWDIR%%/mod/call_center/v_call_center_agent.php
 %%WWWDIR%%/mod/call_center/v_call_center_agent_delete.php
 %%WWWDIR%%/mod/call_center/v_call_center_agent_edit.php
+%%WWWDIR%%/mod/call_center/v_call_center_agent_status.php
 %%WWWDIR%%/mod/call_center/v_call_center_queue.php
 %%WWWDIR%%/mod/call_center/v_call_center_queue_delete.php
 %%WWWDIR%%/mod/call_center/v_call_center_queue_edit.php
@@ -287,11 +322,13 @@
 %%WWWDIR%%/mod/call_center/v_call_center_tier_delete.php
 %%WWWDIR%%/mod/call_center/v_call_center_tier_edit.php
 %%WWWDIR%%/mod/call_center/v_cmd.php
+%%WWWDIR%%/mod/call_center/v_config.php
 %%WWWDIR%%/mod/call_center_active/root.php
 %%WWWDIR%%/mod/call_center_active/v_call_center_active.php
 %%WWWDIR%%/mod/call_center_active/v_call_center_active_inc.php
 %%WWWDIR%%/mod/call_center_active/v_call_center_exec.php
 %%WWWDIR%%/mod/call_center_active/v_call_center_queue.php
+%%WWWDIR%%/mod/call_center_active/v_config.php
 %%WWWDIR%%/mod/call_forward/root.php
 %%WWWDIR%%/mod/call_forward/v_call_forward.php
 %%WWWDIR%%/mod/call_forward/v_call_forward_add.php
@@ -299,9 +336,11 @@
 %%WWWDIR%%/mod/call_forward/v_call_forward_details_delete.php
 %%WWWDIR%%/mod/call_forward/v_call_forward_details_edit.php
 %%WWWDIR%%/mod/call_forward/v_call_forward_edit.php
+%%WWWDIR%%/mod/call_forward/v_config.php
 %%WWWDIR%%/mod/calls/root.php
 %%WWWDIR%%/mod/calls/v_call_edit.php
 %%WWWDIR%%/mod/calls/v_calls.php
+%%WWWDIR%%/mod/calls/v_config.php
 %%WWWDIR%%/mod/calls_active/root.php
 %%WWWDIR%%/mod/calls_active/v_calls_active.php
 %%WWWDIR%%/mod/calls_active/v_calls_active_assigned_extensions_inc.php
@@ -309,14 +348,17 @@
 %%WWWDIR%%/mod/calls_active/v_calls_active_extensions_inc.php
 %%WWWDIR%%/mod/calls_active/v_calls_active_inc.php
 %%WWWDIR%%/mod/calls_active/v_calls_exec.php
+%%WWWDIR%%/mod/calls_active/v_config.php
 %%WWWDIR%%/mod/cdr/root.php
 %%WWWDIR%%/mod/cdr/v_cdr.php
 %%WWWDIR%%/mod/cdr/v_cdr_csv.php
 %%WWWDIR%%/mod/cdr/v_cdr_edit.php
 %%WWWDIR%%/mod/cdr/v_cdr_import.php
 %%WWWDIR%%/mod/cdr/v_cdr_search.php
+%%WWWDIR%%/mod/cdr/v_config.php
 %%WWWDIR%%/mod/click_to_call/click_to_call.php
 %%WWWDIR%%/mod/click_to_call/root.php
+%%WWWDIR%%/mod/click_to_call/v_config.php
 %%WWWDIR%%/mod/conferences/root.php
 %%WWWDIR%%/mod/conferences/v_conferences.php
 %%WWWDIR%%/mod/conferences/v_conferences_delete.php
@@ -324,17 +366,20 @@
 %%WWWDIR%%/mod/conferences/v_conferences_details_edit.php
 %%WWWDIR%%/mod/conferences/v_conferences_edit.php
 %%WWWDIR%%/mod/conferences/v_conferences_edit_advanced.php
+%%WWWDIR%%/mod/conferences/v_config.php
 %%WWWDIR%%/mod/conferences_active/root.php
 %%WWWDIR%%/mod/conferences_active/v_conference_exec.php
 %%WWWDIR%%/mod/conferences_active/v_conference_interactive.php
 %%WWWDIR%%/mod/conferences_active/v_conference_interactive_inc.php
 %%WWWDIR%%/mod/conferences_active/v_conferences_active.php
 %%WWWDIR%%/mod/conferences_active/v_conferences_active_inc.php
+%%WWWDIR%%/mod/conferences_active/v_config.php
 %%WWWDIR%%/mod/contacts/root.php
 %%WWWDIR%%/mod/contacts/users.php
 %%WWWDIR%%/mod/contacts/users_delete.php
 %%WWWDIR%%/mod/contacts/users_edit.php
 %%WWWDIR%%/mod/contacts/users_vcard.php
+%%WWWDIR%%/mod/contacts/v_config.php
 %%WWWDIR%%/mod/content/config.php
 %%WWWDIR%%/mod/content/index.php
 %%WWWDIR%%/mod/content/root.php
@@ -356,7 +401,10 @@
 %%WWWDIR%%/mod/content/rsssubsearch.php
 %%WWWDIR%%/mod/content/rsssubupdate.php
 %%WWWDIR%%/mod/content/rssupdate.php
+%%WWWDIR%%/mod/content/v_config.php
 %%WWWDIR%%/mod/dialplan/root.php
+%%WWWDIR%%/mod/dialplan/v_config.php
+%%WWWDIR%%/mod/dialplan/v_defaults.php
 %%WWWDIR%%/mod/dialplan/v_dialplan.php
 %%WWWDIR%%/mod/dialplan/v_dialplan_includes.php
 %%WWWDIR%%/mod/dialplan/v_dialplan_includes_add.php
@@ -366,6 +414,8 @@
 %%WWWDIR%%/mod/dialplan/v_dialplan_includes_details_edit.php
 %%WWWDIR%%/mod/dialplan/v_dialplan_includes_edit.php
 %%WWWDIR%%/mod/dialplan_outbound/root.php
+%%WWWDIR%%/mod/dialplan_outbound/v_config.php
+%%WWWDIR%%/mod/dialplan_outbound/v_defaults.php
 %%WWWDIR%%/mod/dialplan_outbound/v_dialplan_outbound.php
 %%WWWDIR%%/mod/dialplan_outbound/v_dialplan_outbound_add.php
 %%WWWDIR%%/mod/dialplan_outbound/v_dialplan_outbound_copy.php
@@ -374,19 +424,25 @@
 %%WWWDIR%%/mod/dialplan_outbound/v_dialplan_outbound_details_edit.php
 %%WWWDIR%%/mod/dialplan_outbound/v_dialplan_outbound_edit.php
 %%WWWDIR%%/mod/exec/root.php
+%%WWWDIR%%/mod/exec/v_config.php
 %%WWWDIR%%/mod/exec/v_exec.php
 %%WWWDIR%%/mod/extensions/root.php
+%%WWWDIR%%/mod/extensions/v_config.php
+%%WWWDIR%%/mod/extensions/v_defaults.php
 %%WWWDIR%%/mod/extensions/v_extensions.php
 %%WWWDIR%%/mod/extensions/v_extensions_copy.php
 %%WWWDIR%%/mod/extensions/v_extensions_delete.php
 %%WWWDIR%%/mod/extensions/v_extensions_edit.php
 %%WWWDIR%%/mod/fax/root.php
+%%WWWDIR%%/mod/fax/v_config.php
 %%WWWDIR%%/mod/fax/v_fax.php
 %%WWWDIR%%/mod/fax/v_fax_delete.php
 %%WWWDIR%%/mod/fax/v_fax_edit.php
 %%WWWDIR%%/mod/features/root.php
+%%WWWDIR%%/mod/features/v_config.php
 %%WWWDIR%%/mod/features/v_features.php
 %%WWWDIR%%/mod/fifo/root.php
+%%WWWDIR%%/mod/fifo/v_config.php
 %%WWWDIR%%/mod/fifo/v_fifo.php
 %%WWWDIR%%/mod/fifo/v_fifo_add.php
 %%WWWDIR%%/mod/fifo/v_fifo_delete.php
@@ -424,17 +480,28 @@
 %%WWWDIR%%/mod/fifo_agents/fifo_languages/v_fifo_agent_languages_delete.php
 %%WWWDIR%%/mod/fifo_agents/fifo_languages/v_fifo_agent_languages_edit.php
 %%WWWDIR%%/mod/fifo_agents/root.php
+%%WWWDIR%%/mod/fifo_agents/v_config.php
 %%WWWDIR%%/mod/fifo_agents/v_fifo_agents.php
 %%WWWDIR%%/mod/fifo_agents/v_fifo_agents.sql
 %%WWWDIR%%/mod/fifo_agents/v_fifo_agents_delete.php
 %%WWWDIR%%/mod/fifo_agents/v_fifo_agents_edit.php
 %%WWWDIR%%/mod/fifo_list/root.php
+%%WWWDIR%%/mod/fifo_list/v_config.php
 %%WWWDIR%%/mod/fifo_list/v_fifo_exec.php
 %%WWWDIR%%/mod/fifo_list/v_fifo_interactive.php
 %%WWWDIR%%/mod/fifo_list/v_fifo_interactive_inc.php
 %%WWWDIR%%/mod/fifo_list/v_fifo_list.php
 %%WWWDIR%%/mod/fifo_list/v_fifo_list_inc.php
+%%WWWDIR%%/mod/flashphoner/README
+%%WWWDIR%%/mod/flashphoner/flashphoner.php
+%%WWWDIR%%/mod/flashphoner/phone.jpg
+%%WWWDIR%%/mod/flashphoner/phone_choices_html.php
+%%WWWDIR%%/mod/flashphoner/phone_html.php
+%%WWWDIR%%/mod/flashphoner/request_credentials.php
+%%WWWDIR%%/mod/flashphoner/root.php
+%%WWWDIR%%/mod/flashphoner/v_config.php
 %%WWWDIR%%/mod/gateways/root.php
+%%WWWDIR%%/mod/gateways/v_config.php
 %%WWWDIR%%/mod/gateways/v_gateways.php
 %%WWWDIR%%/mod/gateways/v_gateways_copy.php
 %%WWWDIR%%/mod/gateways/v_gateways_delete.php
@@ -477,11 +544,14 @@
 %%WWWDIR%%/mod/grammar_edit/list.php
 %%WWWDIR%%/mod/grammar_edit/readme.txt
 %%WWWDIR%%/mod/grammar_edit/root.php
+%%WWWDIR%%/mod/grammar_edit/v_config.php
 %%WWWDIR%%/mod/hardware_phones/root.php
+%%WWWDIR%%/mod/hardware_phones/v_config.php
 %%WWWDIR%%/mod/hardware_phones/v_hardware_phones.php
 %%WWWDIR%%/mod/hardware_phones/v_hardware_phones_delete.php
 %%WWWDIR%%/mod/hardware_phones/v_hardware_phones_edit.php
 %%WWWDIR%%/mod/hunt_group/root.php
+%%WWWDIR%%/mod/hunt_group/v_config.php
 %%WWWDIR%%/mod/hunt_group/v_hunt_group.php
 %%WWWDIR%%/mod/hunt_group/v_hunt_group_call_forward.php
 %%WWWDIR%%/mod/hunt_group/v_hunt_group_call_forward_edit.php
@@ -491,6 +561,7 @@
 %%WWWDIR%%/mod/hunt_group/v_hunt_group_destinations_edit.php
 %%WWWDIR%%/mod/hunt_group/v_hunt_group_edit.php
 %%WWWDIR%%/mod/ivr_menu/root.php
+%%WWWDIR%%/mod/ivr_menu/v_config.php
 %%WWWDIR%%/mod/ivr_menu/v_ivr_menu.php
 %%WWWDIR%%/mod/ivr_menu/v_ivr_menu_copy.php
 %%WWWDIR%%/mod/ivr_menu/v_ivr_menu_delete.php
@@ -499,13 +570,16 @@
 %%WWWDIR%%/mod/ivr_menu/v_ivr_menu_options_delete.php
 %%WWWDIR%%/mod/ivr_menu/v_ivr_menu_options_edit.php
 %%WWWDIR%%/mod/log_viewer/root.php
+%%WWWDIR%%/mod/log_viewer/v_config.php
 %%WWWDIR%%/mod/log_viewer/v_log_viewer.php
 %%WWWDIR%%/mod/modules/root.php
+%%WWWDIR%%/mod/modules/v_config.php
 %%WWWDIR%%/mod/modules/v_modules.php
 %%WWWDIR%%/mod/modules/v_modules_delete.php
 %%WWWDIR%%/mod/modules/v_modules_edit.php
 %%WWWDIR%%/mod/music_on_hold/root.php
 %%WWWDIR%%/mod/music_on_hold/slim.swf
+%%WWWDIR%%/mod/music_on_hold/v_config.php
 %%WWWDIR%%/mod/music_on_hold/v_music_on_hold.php
 %%WWWDIR%%/mod/music_on_hold/v_music_on_hold_play.php
 %%WWWDIR%%/mod/php_edit/clip.db
@@ -546,17 +620,61 @@
 %%WWWDIR%%/mod/php_edit/list.php
 %%WWWDIR%%/mod/php_edit/readme.txt
 %%WWWDIR%%/mod/php_edit/root.php
+%%WWWDIR%%/mod/php_edit/v_config.php
 %%WWWDIR%%/mod/php_service/root.php
+%%WWWDIR%%/mod/php_service/v_config.php
 %%WWWDIR%%/mod/php_service/v_php_service.php
 %%WWWDIR%%/mod/php_service/v_php_service_delete.php
 %%WWWDIR%%/mod/php_service/v_php_service_edit.php
 %%WWWDIR%%/mod/profiles/root.php
+%%WWWDIR%%/mod/profiles/v_config.php
 %%WWWDIR%%/mod/profiles/v_profile_edit.php
 %%WWWDIR%%/mod/profiles/v_profiles.php
 %%WWWDIR%%/mod/provision/index.php
 %%WWWDIR%%/mod/provision/root.php
+%%WWWDIR%%/mod/provision/v_config.php
 %%WWWDIR%%/mod/provision/v_provision_write.php
+%%WWWDIR%%/mod/provision_editor/clip.db
+%%WWWDIR%%/mod/provision_editor/clipadd.php
+%%WWWDIR%%/mod/provision_editor/clipdelete.php
+%%WWWDIR%%/mod/provision_editor/cliplist.php
+%%WWWDIR%%/mod/provision_editor/clipoptions.php
+%%WWWDIR%%/mod/provision_editor/clipoptionslist.php
+%%WWWDIR%%/mod/provision_editor/clipsearch.php
+%%WWWDIR%%/mod/provision_editor/clipupdate.php
+%%WWWDIR%%/mod/provision_editor/config.php
+%%WWWDIR%%/mod/provision_editor/filedelete.php
+%%WWWDIR%%/mod/provision_editor/filelist.php
+%%WWWDIR%%/mod/provision_editor/filenew.php
+%%WWWDIR%%/mod/provision_editor/fileoptions.php
+%%WWWDIR%%/mod/provision_editor/fileoptionslist.php
+%%WWWDIR%%/mod/provision_editor/fileread.php
+%%WWWDIR%%/mod/provision_editor/filerename.php
+%%WWWDIR%%/mod/provision_editor/filesave.php
+%%WWWDIR%%/mod/provision_editor/folderdelete.php
+%%WWWDIR%%/mod/provision_editor/foldernew.php
+%%WWWDIR%%/mod/provision_editor/footer.php
+%%WWWDIR%%/mod/provision_editor/header.php
+%%WWWDIR%%/mod/provision_editor/images/file.gif
+%%WWWDIR%%/mod/provision_editor/images/file.png
+%%WWWDIR%%/mod/provision_editor/images/folder.gif
+%%WWWDIR%%/mod/provision_editor/images/gear.png
+%%WWWDIR%%/mod/provision_editor/images/leaf.gif
+%%WWWDIR%%/mod/provision_editor/images/minus.gif
+%%WWWDIR%%/mod/provision_editor/images/plus.gif
+%%WWWDIR%%/mod/provision_editor/images/program.gif
+%%WWWDIR%%/mod/provision_editor/images/thumbnails/Thumbs.db
+%%WWWDIR%%/mod/provision_editor/images/thumbnails/cliplibrary.png
+%%WWWDIR%%/mod/provision_editor/images/thumbnails/filemanagement.png
+%%WWWDIR%%/mod/provision_editor/images/thumbnails/phpeditor.png
+%%WWWDIR%%/mod/provision_editor/index.php
+%%WWWDIR%%/mod/provision_editor/list.php
+%%WWWDIR%%/mod/provision_editor/readme.txt
+%%WWWDIR%%/mod/provision_editor/root.php
+%%WWWDIR%%/mod/provision_editor/v_config.php
 %%WWWDIR%%/mod/public_includes/root.php
+%%WWWDIR%%/mod/public_includes/v_config.php
+%%WWWDIR%%/mod/public_includes/v_defaults.php
 %%WWWDIR%%/mod/public_includes/v_public_includes.php
 %%WWWDIR%%/mod/public_includes/v_public_includes_add.php
 %%WWWDIR%%/mod/public_includes/v_public_includes_copy.php
@@ -566,11 +684,17 @@
 %%WWWDIR%%/mod/public_includes/v_public_includes_edit.php
 %%WWWDIR%%/mod/recordings/root.php
 %%WWWDIR%%/mod/recordings/slim.swf
+%%WWWDIR%%/mod/recordings/v_config.php
+%%WWWDIR%%/mod/recordings/v_defaults.php
 %%WWWDIR%%/mod/recordings/v_recordings.php
 %%WWWDIR%%/mod/recordings/v_recordings_delete.php
 %%WWWDIR%%/mod/recordings/v_recordings_edit.php
 %%WWWDIR%%/mod/recordings/v_recordings_play.php
+%%WWWDIR%%/mod/registrations/root.php
+%%WWWDIR%%/mod/registrations/v_config.php
+%%WWWDIR%%/mod/registrations/v_status_registrations.php
 %%WWWDIR%%/mod/roku/roku.php
+%%WWWDIR%%/mod/roku/v_config.php
 %%WWWDIR%%/mod/script_edit/clip.db
 %%WWWDIR%%/mod/script_edit/clipadd.php
 %%WWWDIR%%/mod/script_edit/clipdelete.php
@@ -609,22 +733,45 @@
 %%WWWDIR%%/mod/script_edit/list.php
 %%WWWDIR%%/mod/script_edit/readme.txt
 %%WWWDIR%%/mod/script_edit/root.php
+%%WWWDIR%%/mod/script_edit/v_config.php
 %%WWWDIR%%/mod/services/root.php
+%%WWWDIR%%/mod/services/v_config.php
 %%WWWDIR%%/mod/services/v_services.php
 %%WWWDIR%%/mod/services/v_services_delete.php
 %%WWWDIR%%/mod/services/v_services_edit.php
+%%WWWDIR%%/mod/settings/root.php
+%%WWWDIR%%/mod/settings/v_config.php
+%%WWWDIR%%/mod/settings/v_settings_edit.php
+%%WWWDIR%%/mod/signup/config.php.dist
+%%WWWDIR%%/mod/signup/root.php
+%%WWWDIR%%/mod/signup/signup.php
+%%WWWDIR%%/mod/signup/user_template.php
+%%WWWDIR%%/mod/signup/v_config.php
+%%WWWDIR%%/mod/signup/v_fields.php
+%%WWWDIR%%/mod/sip_status/root.php
+%%WWWDIR%%/mod/sip_status/v_cmd.php
+%%WWWDIR%%/mod/sip_status/v_config.php
+%%WWWDIR%%/mod/sip_status/v_sip_status.php
 %%WWWDIR%%/mod/soft_phone/root.php
+%%WWWDIR%%/mod/soft_phone/v_config.php
 %%WWWDIR%%/mod/soft_phone/v_softphone.php
 %%WWWDIR%%/mod/sql_query/root.php
+%%WWWDIR%%/mod/sql_query/v_config.php
 %%WWWDIR%%/mod/sql_query/v_sql_backup.php
+%%WWWDIR%%/mod/sql_query/v_sql_db_conversion.php
 %%WWWDIR%%/mod/sql_query/v_sql_query.php
 %%WWWDIR%%/mod/sql_query/v_sql_query_result.php
+%%WWWDIR%%/mod/system/root.php
+%%WWWDIR%%/mod/system/system.php
+%%WWWDIR%%/mod/system/v_config.php
 %%WWWDIR%%/mod/templates/root.php
 %%WWWDIR%%/mod/templates/template_restore_default.php
 %%WWWDIR%%/mod/templates/templates.php
 %%WWWDIR%%/mod/templates/templates_delete.php
 %%WWWDIR%%/mod/templates/templates_edit.php
+%%WWWDIR%%/mod/templates/v_config.php
 %%WWWDIR%%/mod/time_conditions/root.php
+%%WWWDIR%%/mod/time_conditions/v_config.php
 %%WWWDIR%%/mod/time_conditions/v_dialplan_includes.php
 %%WWWDIR%%/mod/time_conditions/v_dialplan_includes_add.php
 %%WWWDIR%%/mod/time_conditions/v_dialplan_includes_delete.php
@@ -635,17 +782,21 @@
 %%WWWDIR%%/mod/traffic_graph/status_graph.php
 %%WWWDIR%%/mod/traffic_graph/status_interface.php
 %%WWWDIR%%/mod/traffic_graph/svg_graph.php
+%%WWWDIR%%/mod/traffic_graph/v_config.php
 %%WWWDIR%%/mod/users/root.php
-%%WWWDIR%%/mod/users/signup.php
 %%WWWDIR%%/mod/users/usersupdate.php
+%%WWWDIR%%/mod/users/v_config.php
 %%WWWDIR%%/mod/users_bulk_add/root.php
+%%WWWDIR%%/mod/users_bulk_add/v_config.php
 %%WWWDIR%%/mod/users_bulk_add/v_users_bulk_add.php
 %%WWWDIR%%/mod/vars/root.php
+%%WWWDIR%%/mod/vars/v_config.php
 %%WWWDIR%%/mod/vars/v_vars.php
 %%WWWDIR%%/mod/vars/v_vars.textarea.php
 %%WWWDIR%%/mod/vars/v_vars_delete.php
 %%WWWDIR%%/mod/vars/v_vars_edit.php
 %%WWWDIR%%/mod/virtual_tables/root.php
+%%WWWDIR%%/mod/virtual_tables/v_config.php
 %%WWWDIR%%/mod/virtual_tables/v_virtual_table_data_delete.php
 %%WWWDIR%%/mod/virtual_tables/v_virtual_table_data_edit.php
 %%WWWDIR%%/mod/virtual_tables/v_virtual_table_data_types_name_value.php
@@ -660,21 +811,24 @@
 %%WWWDIR%%/mod/virtual_tables/v_virtual_tables_edit.php
 %%WWWDIR%%/mod/virtual_tables/v_virtual_tables_import.php
 %%WWWDIR%%/mod/voicemail_msgs/root.php
+%%WWWDIR%%/mod/voicemail_msgs/v_config.php
 %%WWWDIR%%/mod/voicemail_msgs/v_voicemail_msgs.php
 %%WWWDIR%%/mod/voicemail_msgs/v_voicemail_msgs_delete.php
 %%WWWDIR%%/mod/voicemail_msgs/v_voicemail_msgs_password.php
 %%WWWDIR%%/mod/voicemail_msgs/v_voicemail_msgs_play.php
 %%WWWDIR%%/mod/voicemail_status/root.php
+%%WWWDIR%%/mod/voicemail_status/v_config.php
 %%WWWDIR%%/mod/voicemail_status/v_voicemail.php
 %%WWWDIR%%/mod/voicemail_status/v_voicemail_prefs_delete.php
 %%WWWDIR%%/mod/xml_cdr/root.php
+%%WWWDIR%%/mod/xml_cdr/v_config.php
+%%WWWDIR%%/mod/xml_cdr/v_defaults.php
 %%WWWDIR%%/mod/xml_cdr/v_xml_cdr.php
 %%WWWDIR%%/mod/xml_cdr/v_xml_cdr_csv.php
-%%WWWDIR%%/mod/xml_cdr/v_xml_cdr_delete.php
 %%WWWDIR%%/mod/xml_cdr/v_xml_cdr_details.php
-%%WWWDIR%%/mod/xml_cdr/v_xml_cdr_edit.php
 %%WWWDIR%%/mod/xml_cdr/v_xml_cdr_import.php
 %%WWWDIR%%/mod/xml_cdr/v_xml_cdr_search.php
+%%WWWDIR%%/mod/xml_cdr/v_xml_cdr_statistics.php
 %%WWWDIR%%/mod/xml_edit/clip.db
 %%WWWDIR%%/mod/xml_edit/clipadd.php
 %%WWWDIR%%/mod/xml_edit/clipdelete.php
@@ -713,6 +867,19 @@
 %%WWWDIR%%/mod/xml_edit/list.php
 %%WWWDIR%%/mod/xml_edit/readme.txt
 %%WWWDIR%%/mod/xml_edit/root.php
+%%WWWDIR%%/mod/xml_edit/v_config.php
+%%WWWDIR%%/mod/xmpp/README
+%%WWWDIR%%/mod/xmpp/client_template.php
+%%WWWDIR%%/mod/xmpp/db_create.php
+%%WWWDIR%%/mod/xmpp/errors.php
+%%WWWDIR%%/mod/xmpp/profile_edit.php
+%%WWWDIR%%/mod/xmpp/profile_list.php
+%%WWWDIR%%/mod/xmpp/root.php
+%%WWWDIR%%/mod/xmpp/update_complete.php
+%%WWWDIR%%/mod/xmpp/v_config.php
+%%WWWDIR%%/mod/xmpp/v_profile_delete.php
+%%WWWDIR%%/mod/xmpp/v_profile_edit.php
+%%WWWDIR%%/mod/xmpp/v_xmpp.php
 %%WWWDIR%%/root.php
 %%WWWDIR%%/secure/.htaccess
 %%WWWDIR%%/secure/class.phpmailer.php
@@ -731,6 +898,7 @@
 %%WWWDIR%%/themes/accessible/background_th_blue.png
 %%WWWDIR%%/themes/accessible/background_th_purple.png
 %%WWWDIR%%/themes/accessible/blank.gif
+%%WWWDIR%%/themes/accessible/config.php
 %%WWWDIR%%/themes/accessible/logo.png
 %%WWWDIR%%/themes/accessible/menu_background.jpg
 %%WWWDIR%%/themes/accessible/root.php
@@ -743,6 +911,7 @@
 %%WWWDIR%%/themes/classic/background_th_blue.png
 %%WWWDIR%%/themes/classic/background_th_purple.png
 %%WWWDIR%%/themes/classic/blank.gif
+%%WWWDIR%%/themes/classic/config.php
 %%WWWDIR%%/themes/classic/logo.png
 %%WWWDIR%%/themes/classic/root.php
 %%WWWDIR%%/themes/classic/template.php
@@ -751,10 +920,9 @@
 %%WWWDIR%%/themes/default/background_cell.gif
 %%WWWDIR%%/themes/default/background_th.png
 %%WWWDIR%%/themes/default/blank.gif
+%%WWWDIR%%/themes/default/config.php
 %%WWWDIR%%/themes/default/content_background.png
 %%WWWDIR%%/themes/default/images/backgrounds/clouds_1.jpg
-%%WWWDIR%%/themes/default/images/backgrounds/fantasy_1.jpg
-%%WWWDIR%%/themes/default/images/backgrounds/mountain_1.jpg
 %%WWWDIR%%/themes/default/images/backgrounds/yellowstone_1.jpg
 %%WWWDIR%%/themes/default/images/backgrounds/yellowstone_2.jpg
 %%WWWDIR%%/themes/default/login_background.png
@@ -767,10 +935,9 @@
 %%WWWDIR%%/themes/enhanced/background_cell.gif
 %%WWWDIR%%/themes/enhanced/background_th.png
 %%WWWDIR%%/themes/enhanced/blank.gif
+%%WWWDIR%%/themes/enhanced/config.php
 %%WWWDIR%%/themes/enhanced/content_background.png
 %%WWWDIR%%/themes/enhanced/images/backgrounds/clouds_1.jpg
-%%WWWDIR%%/themes/enhanced/images/backgrounds/fantasy_1.jpg
-%%WWWDIR%%/themes/enhanced/images/backgrounds/mountain_1.jpg
 %%WWWDIR%%/themes/enhanced/images/backgrounds/yellowstone_1.jpg
 %%WWWDIR%%/themes/enhanced/images/backgrounds/yellowstone_2.jpg
 %%WWWDIR%%/themes/enhanced/login_background.png
@@ -788,6 +955,7 @@
 @dirrm %%WWWDIR%%/themes/accessible
 @dirrm %%WWWDIR%%/themes
 @dirrm %%WWWDIR%%/secure
+ at dirrm %%WWWDIR%%/mod/xmpp
 @dirrm %%WWWDIR%%/mod/xml_edit/images/thumbnails
 @dirrm %%WWWDIR%%/mod/xml_edit/images
 @dirrm %%WWWDIR%%/mod/xml_edit
@@ -801,15 +969,23 @@
 @dirrm %%WWWDIR%%/mod/traffic_graph
 @dirrm %%WWWDIR%%/mod/time_conditions
 @dirrm %%WWWDIR%%/mod/templates
+ at dirrm %%WWWDIR%%/mod/system
 @dirrm %%WWWDIR%%/mod/sql_query
 @dirrm %%WWWDIR%%/mod/soft_phone
+ at dirrm %%WWWDIR%%/mod/sip_status
+ at dirrm %%WWWDIR%%/mod/signup
+ at dirrm %%WWWDIR%%/mod/settings
 @dirrm %%WWWDIR%%/mod/services
 @dirrm %%WWWDIR%%/mod/script_edit/images/thumbnails
 @dirrm %%WWWDIR%%/mod/script_edit/images
 @dirrm %%WWWDIR%%/mod/script_edit
 @dirrm %%WWWDIR%%/mod/roku
+ at dirrm %%WWWDIR%%/mod/registrations
 @dirrm %%WWWDIR%%/mod/recordings
 @dirrm %%WWWDIR%%/mod/public_includes
+ at dirrm %%WWWDIR%%/mod/provision_editor/images/thumbnails
+ at dirrm %%WWWDIR%%/mod/provision_editor/images
+ at dirrm %%WWWDIR%%/mod/provision_editor
 @dirrm %%WWWDIR%%/mod/provision
 @dirrm %%WWWDIR%%/mod/profiles
 @dirrm %%WWWDIR%%/mod/php_service
@@ -826,6 +1002,7 @@
 @dirrm %%WWWDIR%%/mod/grammar_edit/images
 @dirrm %%WWWDIR%%/mod/grammar_edit
 @dirrm %%WWWDIR%%/mod/gateways
+ at dirrm %%WWWDIR%%/mod/flashphoner
 @dirrm %%WWWDIR%%/mod/fifo_list
 @dirrm %%WWWDIR%%/mod/fifo_agents/fifo_languages
 @dirrm %%WWWDIR%%/mod/fifo_agents/fifo_agent_status_logs
@@ -853,12 +1030,15 @@
 @dirrm %%WWWDIR%%/mod/call_center
 @dirrm %%WWWDIR%%/mod/call_broadcast
 @dirrm %%WWWDIR%%/mod/auto_attendant
+ at dirrm %%WWWDIR%%/mod/adminer
 @dirrm %%WWWDIR%%/mod
 @dirrm %%WWWDIR%%/includes/templates/provision/yealink/t22
 @dirrm %%WWWDIR%%/includes/templates/provision/yealink/t20
 @dirrm %%WWWDIR%%/includes/templates/provision/yealink
 @dirrm %%WWWDIR%%/includes/templates/provision/snom/820
 @dirrm %%WWWDIR%%/includes/templates/provision/snom
+ at dirrm %%WWWDIR%%/includes/templates/provision/polycom/8030
+ at dirrm %%WWWDIR%%/includes/templates/provision/polycom/650
 @dirrm %%WWWDIR%%/includes/templates/provision/polycom
 @dirrm %%WWWDIR%%/includes/templates/provision/linksys/spa942
 @dirrm %%WWWDIR%%/includes/templates/provision/linksys/spa504g
@@ -866,12 +1046,16 @@
 @dirrm %%WWWDIR%%/includes/templates/provision/linksys/spa2102
 @dirrm %%WWWDIR%%/includes/templates/provision/linksys
 @dirrm %%WWWDIR%%/includes/templates/provision/grandstream
+ at dirrm %%WWWDIR%%/includes/templates/provision/cisco/spa525g
+ at dirrm %%WWWDIR%%/includes/templates/provision/cisco/spa504g
+ at dirrm %%WWWDIR%%/includes/templates/provision/cisco/spa303
 @dirrm %%WWWDIR%%/includes/templates/provision/cisco/7960
 @dirrm %%WWWDIR%%/includes/templates/provision/cisco/7940
 @dirrm %%WWWDIR%%/includes/templates/provision/cisco
 @dirrm %%WWWDIR%%/includes/templates/provision/aastra/675x
 @dirrm %%WWWDIR%%/includes/templates/provision/aastra
 @dirrm %%WWWDIR%%/includes/templates/provision
+ at dirrm %%WWWDIR%%/includes/templates/conf/dialplan
 @dirrm %%WWWDIR%%/includes/templates/conf/autoload_configs
 @dirrm %%WWWDIR%%/includes/templates/conf
 @dirrm %%WWWDIR%%/includes/templates
@@ -901,6 +1085,7 @@
 @dirrm %%WWWDIR%%/includes/edit_area/langs
 @dirrm %%WWWDIR%%/includes/edit_area/images
 @dirrm %%WWWDIR%%/includes/edit_area
+ at dirrm %%WWWDIR%%/includes/classes
 @dirrm %%WWWDIR%%/includes/captcha/fonts
 @dirrm %%WWWDIR%%/includes/captcha
 @dirrm %%WWWDIR%%/includes
@@ -908,19 +1093,16 @@
 @dirrm %%WWWDIR%%/core/users
 @dirrm %%WWWDIR%%/core/upgrade
 @dirrm %%WWWDIR%%/core/system_settings
- at dirrm %%WWWDIR%%/core/status
- at dirrm %%WWWDIR%%/core/settings
 @dirrm %%WWWDIR%%/core/menu
 @dirrm %%WWWDIR%%/core/backup
 @dirrm %%WWWDIR%%/core
 @dirrm %%WWWDIR%%
- at exec mkdir -p %D/%%WWWDIR%%/includes/templates/provision/polycom
 @exec mkdir -p %D/%%WWWDIR%%/includes/templates/provision/grandstream
 @exec mkdir -p %D/%%WWWDIR%%/includes/templates/provision/cisco/7960
 @exec mkdir -p %D/%%WWWDIR%%/includes/templates/provision/cisco/7940
- at exec chown -R www:www %D/www/fusionpbx
- at dirrmtry %%WWWDIR%% 2> /dev/null || /usr/bin/true
+ at exec chown -R www:www /usr/local/www/fusionpbx
+ at dirrmtry www/fusionpbx/ 2> /dev/null || /usr/bin/true
 @cwd /var
- at dirrmtry db/fusionpbx 2> /dev/null || /usr/bin/true
+ at dirrmtry db/fusionpbx
 @exec mkdir -p %D/db/fusionpbx
- at exec chown -R www:www %D/db/fusionpbx
+ at exec chown www:www %D/db/fusionpbx
Index: files/pkg-message.in
===================================================================
RCS file: /home/ncvs/ports/www/fusionpbx/files/pkg-message.in,v
retrieving revision 1.1
diff -u -r1.1 pkg-message.in
--- files/pkg-message.in	31 Jan 2011 15:35:20 -0000	1.1
+++ files/pkg-message.in	21 Sep 2011 18:48:51 -0000
@@ -12,7 +12,7 @@
 	if your updating versions do the following after 
 	updating via the port:
 
-	cd /usr/local/www/fusionpbx
+	cd ${WWWDIR}
 	from a command line type the following
 	php core/upgrade/upgrade_schema.php hit enter
 	
@@ -20,8 +20,3 @@
 	page and hit restore defaults.
 
 	upgrade done
-
-	If you selected Mysql or PgSql Client you will need
-	to install the proper server if needed on the local
-	server. This is unless the database server sits on a
-	remote machine/database server machine.


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list