Changeset 4507 for modules/branches/2.3/dashboard
- Timestamp:
- 07/21/07 21:19:06 (6 years ago)
- Files:
-
- modules/branches/2.3/dashboard/class.astinfo.php (modified) (1 diff)
- modules/branches/2.3/dashboard/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/dashboard/class.astinfo.php
r4376 r4507 40 40 $astout = explode("\n",$response['data']); 41 41 42 $return = array(); 42 $return = array( 43 'sip_total' => 0, 44 'sip_online' => 0, 45 'sip_offline' => 0, 46 'iax2_total' => 0, 47 'iax2_online' => 0, 48 'iax2_offline' => 0, 49 'iax2_unmonitored' => 0 50 ); 43 51 44 52 foreach ($astout as $line) { modules/branches/2.3/dashboard/module.xml
r4506 r4507 2 2 <rawname>dashboard</rawname> 3 3 <name>System Dashboard</name> 4 <version>0.2. 1</version>4 <version>0.2.2</version> 5 5 <candisable>no</candisable> 6 6 <type>tool</type> … … 17 17 </depends> 18 18 <changelog> 19 *0.2.2* #2131 fix Undefined Index warnings 19 20 *0.2.1* make module permanent, should not be able to disable 20 21 *0.2.0* Add real-time updates
