Changeset 5883
- Timestamp:
- 07/02/08 16:11:52 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/isymphony/functions.inc.php
r5878 r5883 5 5 *Created : June 27, 2008 6 6 *Last Updated : July 1, 2008 7 *History : 0. 1 Beta7 *History : 0.2 8 8 *Purpose : FreePBX module that automatically updates the iSymphony configuration from the FreePBX configuration. 9 9 *Copyright : 2008 HEHE Enterprises, LLC contributed_modules/modules/isymphony/module.xml
r5878 r5883 2 2 <rawname>isymphony</rawname> 3 3 <name>iSymphony</name> 4 <version>0. 1</version>4 <version>0.2</version> 5 5 <type>setup</type> 6 6 <category>Modules</category> … … 8 8 This module automatically configures iSymphony to reflect the FreePBX configuration. 9 9 </description> 10 <menuitems> 11 <isymphony>iSymphony</isymphony> 12 </menuitems> 10 13 <changelog> 11 0.1 First release 14 0.1 First Release 15 0.2 Added reload script to reload iSymphony config after dial plan reload. 16 Added menu item and info page. 12 17 </changelog> 13 18 <info>http://www.i9technologies.com/isymphony</info> contributed_modules/modules/isymphony/post_reload.php
r5878 r5883 5 5 *Created : June 27, 2008 6 6 *Last Updated : July 1, 2008 7 *History : 0.1 Beta7 *History : 0.1 8 8 *Purpose : Script that is called once FreePBX dial plan reload has occurred to reload the iSymphony server. Called via the POST_RELOAD variable in amportal.conf. 9 9 *Copyright : 2008 HEHE Enterprises, LLC
