Changeset 6250
- Timestamp:
- 08/02/08 08:08:51 (4 months ago)
- Files:
-
- freepbx/trunk/CHANGES (modified) (3 diffs)
- freepbx/trunk/amportal.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/CHANGES
r6104 r6250 56 56 as MP3 files heavily tax the system and can cause instability on a busy phone system. 57 57 58 AMPVMUMASK 59 DEFAULT VALUE: 077 60 Allows setting a umask for Asterisk to control the voicemail file permissions 61 62 Special Case configuration variables for the CDR reports to pull data from remote 63 databases: 64 65 CDRDBHOST: hostname of db server if not the same as AMPDBHOST 66 CDRDBPORT: Port number for db host 67 CDRDBUSER: username to connect to db with if its not the same as AMPDBUSER 68 CDRDBPASS: password for connecting to db if its not the same as AMPDBPASS 69 CDRDBNAME: name of database used for cdr records 70 CDRDBTYPE: mysql or postgres mysql is default 71 CDRDBTABLENAME: Name of the table in the db where the cdr is stored cdr is default 72 73 58 74 HIGHLIGHTS: 59 75 A detailed list of changes is available on the 2.5 Mileston: … … 124 140 any other filtering that can be expressed through a regex expression to test 125 141 the validity of the entered agent number. 142 Also added a CID prepend option to add the Queue Wait time for a caller to be 143 presneted to the agent when ringing their phone. 126 144 127 145 - Delete and Add icons have been added to many of the links on most modules that use … … 154 172 0 option even with VmX disabled so it can be used by admin to redirect 0 out on 155 173 voicemail without requiring VmX to the user. 174 175 - IVR enhanced to allow the annoucement message to be changed in the event of a 176 timeout or ivalid extension chosen. 177 178 - Throughout the modules all references to system recordings by a module are done so 179 with an id so that recording changes are reflected with a relad. 180 181 - Sqlite3 support has been added. 156 182 157 183 2.4.1 freepbx/trunk/amportal.conf
r6244 r6250 186 186 # CDRDBTYPE: mysql or postgres mysql is default 187 187 # CDRDBTABLENAME: Name of the table in the db where the cdr is stored cdr is default 188 188 189 # AMPVMUMASK: defaults to 077 allowing only the asterisk user to have any permissions on VM files. If set to something 189 190 # like 007, it would allow the group to have permissions. This can be used if setting apache to a different
