Changeset 6515

Show
Ignore:
Timestamp:
08/31/08 10:35:02 (5 years ago)
Author:
p_lindheimer
Message:

re #3134 makes ajax refresh rates for dashboard configurable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/CHANGES

    r6490 r6515  
    112.5.0 Added in rc2 
     2 
    23- Add queue weights setting and autfill setting per queue. Set persistentmember=yes 
    34  in queues general section to apply to all queues. 
     
    9293 CDRDBTYPE: mysql or postgres mysql is default 
    9394 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 
    94103 
    95104 
  • freepbx/branches/2.5/amportal.conf

    r6250 r6515  
    192192#             voicemail files. If changed, some of the voicemail directory strucuters may have to be manually changed. 
    193193 
     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