Changeset 6771
- Timestamp:
- 09/18/08 09:57:08 (3 months ago)
- Files:
-
- contributed_modules/modules/isymphony/functions.inc.php (modified) (2 diffs)
- contributed_modules/modules/isymphony/install.php (modified) (1 diff)
- contributed_modules/modules/isymphony/module.xml (modified) (2 diffs)
- contributed_modules/modules/isymphony/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/isymphony/functions.inc.php
r6438 r6771 4 4 *Author : Michael Yara 5 5 *Created : June 27, 2008 6 *Last Updated : August 22, 20087 *History : 0. 66 *Last Updated : September 17, 2008 7 *History : 0.7 8 8 *Purpose : FreePBX module that automatically updates the iSymphony configuration from the FreePBX configuration. 9 9 *Copyright : 2008 HEHE Enterprises, LLC … … 913 913 } 914 914 ?> 915 contributed_modules/modules/isymphony/install.php
r6438 r6771 4 4 *Author : Michael Yara 5 5 *Created : August 15, 2008 6 *Last Updated : August 19, 20087 *History : 0. 16 *Last Updated : September 17, 2008 7 *History : 0.2 8 8 *Purpose : Create and populate isymphony tables 9 9 *Copyright : 2008 HEHE Enterprises, LLC contributed_modules/modules/isymphony/module.xml
r6438 r6771 2 2 <rawname>isymphony</rawname> 3 3 <name>iSymphony</name> 4 <version>0. 7</version>4 <version>0.8</version> 5 5 <type>setup</type> 6 6 <category>Modules</category> … … 17 17 <md5sum>junk</md5sum> 18 18 <changelog> 19 0.8 Fixed bug in which some FreePBX versions would display a blank page during an action process due to a early modified header caused by blank lines in the core function file. 19 20 0.7 Added back end database to handle state for extensions/users, profiles queues and conference rooms. 20 21 Added checkboxes to relevant pages to specify which extensions/users, profiles, queues, and conference rooms should be displayed in iSymphony. contributed_modules/modules/isymphony/uninstall.php
r6438 r6771 4 4 *Author : Michael Yara 5 5 *Created : August 15, 2008 6 *Last Updated : August 15, 20087 *History : 0. 16 *Last Updated : September 17, 2008 7 *History : 0.2 8 8 *Purpose : Remove iSymphony tables and manager include 9 9 *Copyright : 2008 HEHE Enterprises, LLC
