Changeset 5883

Show
Ignore:
Timestamp:
07/02/08 16:11:52 (5 years ago)
Author:
seanmh
Message:

Version 0.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/isymphony/functions.inc.php

    r5878 r5883  
    55 *Created      : June 27, 2008 
    66 *Last Updated : July 1, 2008 
    7  *History      : 0.1 Beta  
     7 *History      : 0.2 
    88 *Purpose      : FreePBX module that automatically updates the iSymphony configuration from the FreePBX configuration. 
    99 *Copyright    : 2008 HEHE Enterprises, LLC 
  • contributed_modules/modules/isymphony/module.xml

    r5878 r5883  
    22  <rawname>isymphony</rawname> 
    33  <name>iSymphony</name> 
    4   <version>0.1</version> 
     4  <version>0.2</version> 
    55  <type>setup</type> 
    66  <category>Modules</category> 
     
    88    This module automatically configures iSymphony to reflect the FreePBX configuration.  
    99  </description> 
     10  <menuitems> 
     11    <isymphony>iSymphony</isymphony> 
     12  </menuitems> 
    1013  <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. 
    1217  </changelog> 
    1318  <info>http://www.i9technologies.com/isymphony</info> 
  • contributed_modules/modules/isymphony/post_reload.php

    r5878 r5883  
    55 *Created      : June 27, 2008 
    66 *Last Updated : July 1, 2008 
    7  *History      : 0.1 Beta  
     7 *History      : 0.1 
    88 *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. 
    99 *Copyright    : 2008 HEHE Enterprises, LLC