Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 2443897ccdeba55dec89987af0183d74 > files > 2

freepbx-2.7.0-2mdv2010.1.src.rpm

--- amportal.conf	2008-10-27 17:55:56.000000000 -0500
+++ amportal.conf	2008-10-27 17:57:33.000000000 -0500
@@ -21,13 +21,13 @@
 AMPDBHOST=localhost
 
 # AMPDBUSER: the user to connect to the database named 'asterisk'
-# AMPDBUSER=asteriskuser
+AMPDBUSER=freepbx
 
 # AMPDBENGINE: the type of database to use
 AMPDBENGINE=mysql
 
 # AMPDBPASS: the password for AMPDBUSER
-# AMPDBPASS=amp109
+AMPDBPASS=fpbx
 
 # AMPENGINE: the telephony backend engine to use
 AMPENGINE=asterisk
@@ -69,7 +69,7 @@
 # AUTHTYPE: authentication type to use for web admin
 # If type set to 'database', the primary AMP admin credentials will be the AMPDBUSER/AMPDBPASS above
 # valid: none, database
-AUTHTYPE=none
+AUTHTYPE=database
 
 # AMPADMINLOGO: Defines the logo that is to be displayed at the TOP RIGHT of the admin screen.
 #	        This enables you to customize the look of the administration screen.
@@ -215,6 +215,7 @@
 #             like 007, it would allow the group to have permissions. This can be used if setting apache to a different
 #             user then asterisk, so that the apache user (and thus ARI) can have access to read/write/delete the
 #             voicemail files. If changed, some of the voicemail directory strucuters may have to be manually changed.
+AMPVMUMASK=007
 
 # DASHBOARD_STATS_UPDATE_TIME=integer_seconds
 # DEFAULT VALUE: 6
@@ -234,6 +235,7 @@
 # silently convert them, under the covers, to DAHDI so no changes are needed. The
 # GUI will continue to refer to these as ZAP but it will use the proper DAHDI channels.
 # This will also keep Zap Channel DIDs working.
+ZAP2DAHDICOMPAT=true
 
 # CHECKREFERER=true|false
 # DEFAULT VALUE: true