Changeset 6515
- Timestamp:
- 08/31/08 10:35:02 (5 years ago)
- Files:
-
- freepbx/branches/2.5/CHANGES (modified) (2 diffs)
- freepbx/branches/2.5/amportal.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/CHANGES
r6490 r6515 1 1 2.5.0 Added in rc2 2 2 3 - Add queue weights setting and autfill setting per queue. Set persistentmember=yes 3 4 in queues general section to apply to all queues. … … 92 93 CDRDBTYPE: mysql or postgres mysql is default 93 94 CDRDBTABLENAME: Name of the table in the db where the cdr is stored cdr is default 95 96 DASHBOARD_STATS_UPDATE_TIME=integer_seconds 97 DEFAULT VALUE: 6 98 DASHBOARD_INFO_UPDATE_TIME=integer_seconds 99 DEFAULT VALUE: 20 100 These can be used to change the refresh rate of the System Status Panel. Most of 101 the stats are updated based on the STATS interval but a few items are checked 102 less frequently (such as Astersisk Uptime) based on the INFO value 94 103 95 104 freepbx/branches/2.5/amportal.conf
r6250 r6515 192 192 # voicemail files. If changed, some of the voicemail directory strucuters may have to be manually changed. 193 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
