Open Source Training Seminar FreePBX Paid Support

root/freepbx/trunk/amportal.conf

Revision 6816, 9.7 kB (checked in by p_lindheimer, 3 weeks ago)

Merged revisions 6600-6815 via svnmerge from
http://svn.freepbx.org/freepbx/branches/2.5

........

r6601 | ethans | 2008-09-07 15:39:51 -0700 (Sun, 07 Sep 2008) | 4 lines


Adds FOPDISABLE option to amportal.conf. This will disable FOP on the web interfaces as well as server operations in retrieve_conf and freepbx_engine


References: 3170

........

r6605 | p_lindheimer | 2008-09-07 19:23:41 -0700 (Sun, 07 Sep 2008) | 1 line


create 2.5.0rc3 upgrade dir and remove zh_TW from error in #2609 placement

........

r6635 | p_lindheimer | 2008-09-07 20:01:27 -0700 (Sun, 07 Sep 2008) | 1 line


Creating release 2.5.0rc3

........

r6672 | p_lindheimer | 2008-09-09 08:46:14 -0700 (Tue, 09 Sep 2008) | 1 line


closes #3176 fix message to reflect that module will be downloaded but kept disable

........

r6675 | p_lindheimer | 2008-09-09 14:32:14 -0700 (Tue, 09 Sep 2008) | 1 line


tweak on freepbx_debug function to easily write out arrays

........

r6680 | sasargen | 2008-09-10 05:58:58 -0700 (Wed, 10 Sep 2008) | 1 line


fixes #3181 by adding value='yes' to checkbox tags

........

r6699 | sasargen | 2008-09-12 08:06:35 -0700 (Fri, 12 Sep 2008) | 1 line


basic fix of #3184 for ARI in 2.5

........

r6708 | p_lindheimer | 2008-09-13 15:04:03 -0700 (Sat, 13 Sep 2008) | 1 line


re #3191 fix uninitialized variables

........

r6725 | mickecarlsson | 2008-09-15 09:06:13 -0700 (Mon, 15 Sep 2008) | 1 line


Added menu choice for Swedish in framework

........

r6731 | p_lindheimer | 2008-09-15 20:38:35 -0700 (Mon, 15 Sep 2008) | 1 line


closes #3184 Secruity Issue allowing access of arbitrary files from authenticated ARI users with brute force cracking of a weak encryption key

........

r6746 | sasargen | 2008-09-16 08:20:31 -0700 (Tue, 16 Sep 2008) | 1 line


ARI: fixes #3202 by checking if any files selected

........

r6747 | sasargen | 2008-09-16 08:29:34 -0700 (Tue, 16 Sep 2008) | 1 line


ARI: fixes #3203 by removing checkbox when recording file does not exist

........

r6755 | sasargen | 2008-09-16 12:53:50 -0700 (Tue, 16 Sep 2008) | 1 line


ARI: disable delete button on callmonitor page when no recordings shown

........

r6756 | p_lindheimer | 2008-09-17 00:02:57 -0700 (Wed, 17 Sep 2008) | 1 line


fixes #3204 set localization domain when applying hooks, for gui hooks, implementation depends on standardization of the gui functions to start with modulename_ which is currently the standard although not required. Implemented so that the domain will only be set if the current target language localization directory exists for the module, otherwise it will fallback to amp since many past languages have put their localizations in the amp domain. They should move this to the proper module going forward

........

r6764 | p_lindheimer | 2008-09-17 11:29:39 -0700 (Wed, 17 Sep 2008) | 1 line


fixes #3209 Reports SECURITY VULNERABILITY by forcing all access to the CDR Reports section to flow through config.php

........

r6766 | p_lindheimer | 2008-09-17 18:27:30 -0700 (Wed, 17 Sep 2008) | 1 line


remove old unused code in drawListMenu and allow the Add to be optional

........

r6767 | p_lindheimer | 2008-09-17 19:21:08 -0700 (Wed, 17 Sep 2008) | 1 line


don't print out submit button in guielements if no fields form fields are generated

........

r6769 | p_lindheimer | 2008-09-17 22:15:04 -0700 (Wed, 17 Sep 2008) | 1 line


add 2.5.0 upgrade directory and remove the moved files re #3209

........

r6803 | p_lindheimer | 2008-09-19 08:47:01 -0700 (Fri, 19 Sep 2008) | 1 line


update CHANGES document before final release, and updated ChangeLog? for once

........

r6804 | p_lindheimer | 2008-09-19 08:48:03 -0700 (Fri, 19 Sep 2008) | 1 line


Creating release 2.5.0

........

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # This file contains settings for components of the Asterisk Management Portal
2 # Spaces are not allowed!
3 # Run /usr/src/AMP/apply_conf.sh after making changes to this file
4
5 # AMPDBHOST: the host to connect to the database named 'asterisk'
6 AMPDBHOST=localhost
7
8 # AMPDBUSER: the user to connect to the database named 'asterisk'
9 # AMPDBUSER=asteriskuser
10
11 # AMPDBENGINE: the type of database to use
12 AMPDBENGINE=mysql
13
14 # AMPDBPASS: the password for AMPDBUSER
15 # AMPDBPASS=amp109
16
17 # AMPENGINE: the telephony backend engine to use
18 AMPENGINE=asterisk
19
20 # AMPMGRUSER: the user to access the Asterisk manager interface
21 AMPMGRUSER=admin
22
23 # AMPMGRPASS: the password for AMPMGRUSER
24 AMPMGRPASS=amp111
25
26 # AMPBIN: where command line scripts live
27 AMPBIN=/var/lib/asterisk/bin
28
29 #AMPSBIN: where (root) command line scripts live
30 AMPSBIN=/usr/sbin
31
32 # AMPWEBROOT: the path to Apache's webroot (leave off trailing slash)
33 AMPWEBROOT=/var/www/html
34
35 # AMPCGIBIN: the path to Apache's cgi-bin dir (leave off trailing slash)
36 AMPCGIBIN=/var/www/cgi-bin
37
38 # AMPWEBADDRESS: the IP address or host name used to access the AMP web admin
39 #AMPWEBADDRESS=192.168.1.101
40 AMPWEBADDRESS=
41
42 # FOPWEBROOT:web root for the Flash Operator Panel
43 FOPWEBROOT=/var/www/html/panel
44
45 # FOPPASSWORD: the secret code for performing transfers and hangups in the Flash Operator Panel
46 FOPPASSWORD=passw0rd
47
48 # FOPSORT: FOP should sort extensions by Last Name [lastname] or by Extension [extension]
49 FOPSORT=extension
50
51 # FOPRUN: set to true if you want FOP started by freepbx_engine (amportal_start), false otherwise
52 FOPRUN=true
53
54 # AUTHTYPE: authentication type to use for web admin
55 # If type set to 'database', the primary AMP admin credentials will be the AMPDBUSER/AMPDBPASS above
56 # valid: none, database
57 AUTHTYPE=none
58
59 # AMPADMINLOGO: Defines the logo that is to be displayed at the TOP RIGHT of the admin screen.
60 #               This enables you to customize the look of the administration screen.
61 # NOTE: images need to be saved in the ..../admin/images directory of your AMP install
62 # This image should be 55px in height
63 AMPADMINLOGO=logo.png
64
65 # USECATEGORIES: Controls if the menu items in the admin interface are sorted by category (true),
66 #                or sorted alphebetically with no categories shown (false). Defaults to true.
67 #USECATEGORIES=false
68
69 # AMPEXTENSIONS: the type of view for extensions admin
70 # If set to 'deviceanduser' Devices and Users will be administered seperately, and Users will be able to "login" to devices.
71 # If set to 'extensions' Devices and Users will me administered in a single screen.
72 AMPEXTENSIONS=extensions
73
74 # ENABLECW: Enable call waiting by default when an extension is created (DEFAULT is yes)
75 # Set to 'no' to if you don't want phones to be commissioned with call waiting already
76 # enabled. The user would then be required to dial the CW feature code (*70 default) to
77 # enable their phone. Most installations should leave this alone. It allows multi-line
78 # phones to receive multiple calls on their line appearances.
79 ENABLECW=yes
80
81 #CWINUSEBUSY: Set to yes for extensions that have CW enabled to report as busy if
82 # they don't answer (resulting in busy voicemail greeting). Otherwise they simply
83 # report as no-answer (e.g. busy greeting servers no purpose
84 CWINUSEBUSY=yes
85
86 # AMPBADNUMBER: Set to false if you do not want the bad-number context generated which
87 # traps any bogus number or freature code and plays a message to the effect. If you use
88 # the Early Dial feature on some Grandstream phones, you will want to set this to false
89 AMPBADNUMBER=true
90
91 # The following are used to optionally have the freepbx backup program optionally
92 # send the generated backup to an ftp server
93 #
94 # FTPBACKUP=YES to enable
95 # FTPUSER, FTPPASSWORD, FTPSERVER must be set
96 # FTPSUBDIR is an optional subdirectory at the ftp server, it will cause ftp to do a cd
97 #
98 # There is no error checking so you should check to make sure these are set correctly. The
99 # ftp is saved after the backup, so it will not cause the local backup file to be effected
100 #
101 # FTPBACKUP=yes
102 #FTPUSER=asterisk
103 #FTPPASSWORD=password
104 #FTPSUBDIR=mybackupfolder
105 #FTPSERVER=myftpserver
106
107 # SSH BACKUP INFO: must have a valid SSHRSAKEY file and server, only supported through
108 # ssh. SUBDIR is optional and will be created if it does not exist.
109 #
110 # If SSHUSER is not set, it will default to the current user which is asterisk in any
111 # standard configuration.
112 #
113 #SSHBACKUP=yes
114 #SSHUSER=backups
115 #SSHRSAKEY=/etc/asterisk/backup_rsa
116 #SSHSUBDIR=mysubdir
117 #SSHSERVER=mybackupserver.com
118
119 # AMPPROVROOT=/var/ftp /tftpboot
120 # One or more directories where there are provisioning files that should be included in the backup. Currently
121 # these get backed up only, the FreePBX utility does not automatically restore them.
122 #
123 #AMPPROVROOT=/var/ftp /tftpboot
124 # AMPPROVEXCLUDE=/var/ftp/exclude-from-file-list
125 # a list of files to exclude, to be used in tar's --exclude-from argument
126 #
127 #AMPPROVEXCLUDE=/var/ftp/exclude-from-file-list
128
129 # If CUSTOMASERROR is set to false, then the Destination Registry will not report unknow destinations as errors
130 # this should be left to the default true and custom destinations should be moved into the new custom apps registry
131 # CUSTOMASERROR=false
132
133 # if DYNAMICHINTS is set to true, Core will not statically generate hints. Instead it will make a call to the
134 # AMPBIN php script, generate_hints.php, through an Asteirsk's #exec call. This requires Asterisk.conf to be
135 # configured with "execincludes=yes" set in the [options] section.
136 # DYNAMICHINTS=true
137
138 # XTNCONFLICTABORT, BADDESTABORT
139 # setting either of these to true will result in retrieve_conf aborting during a reload if an extension
140 # conflict is detected or a destination is detected. It is usually better to allow the reload to go
141 # through and then correct the problem but these can be set if a more strict behavior is desired
142 # both default to false if not set
143 XTNCONFLICTABORT=false
144 BADDESTABORT=false
145
146 # SERVERINTITLE if set to true, the browser title will be preceded with the server name. default false
147 SERVERINTITLE=false
148
149 # USEDEVSTATE = true|false # DEFAULT VALUE false
150 # If this is set, it assumes that you are running Asterisk 1.4 or higher and want to take advantage of the
151 # func_devstate.c backport available from Asterisk 1.6 which allows custom hints to be created to support
152 # BLF for server side feature codes such as daynight, followme, etc.
153 #
154 USEDEVSTATE=true
155
156 # MODULEADMINWGET=true|false # DEFAULT VALUE false
157 # Module Admin normally tries to get its online information through direct file open type calls to URLs that
158 # go back to the freepbx.org server. If it fails, typically because of content filters in firewalls that don't
159 # like the way PHP formats the requests, the code will fall back and try a wget to pull the information.
160 # This will often solve the problem. However, in such environemnts there can be a significant timeout before
161 # the failed file open calls to the URLs return and there are often 2-3 of these that occur. Setting this value
162 # will force FreePBX to avoid the attempt to open the URL and go straight to the wget calls.
163 #
164 MODULEADMINWGET=true
165
166 # AMPDISABLELOG=true|false # DEFAULT VALUE true
167 # Whether or not to invoke the freepbx log facility
168
169 # AMPSYSLOGLEVEL=LOG_EMERG|LOG_ALERT|LOG_CRIT|LOG_ERR|LOG_WARNING|LOG_NOTICE|LOG_INFO|LOG_DEBUG|LOG_SQL|SQL # DEFAULT VALUE LOG_ERR
170 # Where to log if enabled, SQL, LOG_SQL logs to old MySQL table, others are passed to syslog system to determine where to log
171
172 # AMPENABLEDEVELDEBUG=true|false # DEFAULT VALUE false
173 # Whether or not to include log messages marked as 'devel-debug' in the log system
174
175 # AMPMPG123=true|false # DEFAULT VALUE true
176 # When set to false, the old MoH behavior is adopted where MP3 files can be loaded and WAV files converted to MP3
177 # The new default behavior assumes you have mpg123 loaded as well as sox and will convert MP3 files to WAV. This is
178 # highly recommended as MP3 files heavily tax the system and can cause instability on a busy phone system.
179
180 # CDR DB Settings: Only used if you dont use the default values provided by freepbx.
181 # CDRDBHOST: hostname of db server if not the same as AMPDBHOST
182 # CDRDBPORT: Port number for db host
183 # CDRDBUSER: username to connect to db with if its not the same as AMPDBUSER
184 # CDRDBPASS: password for connecting to db if its not the same as AMPDBPASS
185 # CDRDBNAME: name of database used for cdr records
186 # CDRDBTYPE: mysql or postgres mysql is default
187 # CDRDBTABLENAME: Name of the table in the db where the cdr is stored cdr is default
188
189 # AMPVMUMASK: defaults to 077 allowing only the asterisk user to have any permissions on VM files. If set to something
190 #             like 007, it would allow the group to have permissions. This can be used if setting apache to a different
191 #             user then asterisk, so that the apache user (and thus ARI) can have access to read/write/delete the
192 #             voicemail files. If changed, some of the voicemail directory strucuters may have to be manually changed.
193
194 # DASHBOARD_STATS_UPDATE_TIME=integer_seconds
195 # DEFAULT VALUE: 6
196 # DASHBOARD_INFO_UPDATE_TIME=integer_seconds
197 # DEFAULT VALUE: 20
198 # These can be used to change the refresh rate of the System Status Panel. Most of
199 # the stats are updated based on the STATS interval but a few items are checked
200 # less frequently (such as Astersisk Uptime) based on the INFO value
201
202 # FOPDISABLE=true|false # DEFAULT VALUE false
203 # Disables FOP in interface and retrieve_conf.  Usefull for sqlite3 or if you don't want FOP.
204
205 # ZAP2DAHDICOMPAT=true|false
206 # DEFAULT VALUE: false
207 # If set to true, FreePBX will check if you have chan_dadhi installed. If so, it will
208 # automatically use all your ZAP configuration settings (devices and trunks) and
209 # silently convert them, under the covers, to DAHDI so no changes are needed. The
210 # GUI will continue to refer to these as ZAP but it will use the proper DAHDI channels.
211 # This will also keep Zap Channel DIDs working.
Note: See TracBrowser for help on using the browser.
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads