Changeset 6150

Show
Ignore:
Timestamp:
07/23/08 15:00:24 (4 years ago)
Author:
seanmh
Message:

Added bash script wrapper for POST_RELOAD script and modified instructions to reflect the new modification

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/isymphony/module.xml

    r5952 r6150  
    22  <rawname>isymphony</rawname> 
    33  <name>iSymphony</name> 
    4   <version>0.3</version> 
     4  <version>0.4</version> 
    55  <type>setup</type> 
    66  <category>Modules</category> 
     
    1717  <md5sum>junk</md5sum> 
    1818  <changelog> 
     19    0.4 Added bash script wrapper for post reload script(See new config instructions under the iSymphony menu item). 
    1920    0.3 Added checks for dependent module API functions(manager, queue, conferences) 
    2021    0.2 Added reload script to reload iSymphony config after dial plan reload. 
  • contributed_modules/modules/isymphony/page.isymphony.php

    r6037 r6150  
    44 *Author       : Michael Yara 
    55 *Created      : July 2, 2008 
    6  *Last Updated : July 16, 2008 
    7  *History      : 0.3  
     6 *Last Updated : July 23, 2008 
     7 *History      : 0.5  
    88 *Purpose      : Information page for iSymphony module 
    99 *Copyright    : 2008 HEHE Enterprises, LLC 
     
    2424        </tr> 
    2525        <tr> 
    26           <td>1. Open \"/etc/amportal.conf\"</td> 
     26          <td>1. Open <strong>/etc/amportal.conf</strong></td> 
    2727        </tr> 
    2828        <tr> 
    29           <td>2. Look for the line \"#POST_RELOAD=\"</td> 
     29          <td>2. Look for the line <strong>#POST_RELOAD=</strong></td> 
    3030        </tr> 
    3131        <tr> 
    32           <td>3. Modify it to read \"POST_RELOAD=php /var/www/html/admin/modules/isymphony/post_reload.php\"</td> 
     32          <td>3. Modify it to read <strong>POST_RELOAD=bash /var/www/html/admin/modules/isymphony/post_reload.sh</strong></td> 
    3333        </tr> 
    3434        <tr>