Changeset 6150
- Timestamp:
- 07/23/08 13:00:24 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/isymphony/module.xml
r5952 r6150 2 2 <rawname>isymphony</rawname> 3 3 <name>iSymphony</name> 4 <version>0. 3</version>4 <version>0.4</version> 5 5 <type>setup</type> 6 6 <category>Modules</category> … … 17 17 <md5sum>junk</md5sum> 18 18 <changelog> 19 0.4 Added bash script wrapper for post reload script(See new config instructions under the iSymphony menu item). 19 20 0.3 Added checks for dependent module API functions(manager, queue, conferences) 20 21 0.2 Added reload script to reload iSymphony config after dial plan reload. contributed_modules/modules/isymphony/page.isymphony.php
r6037 r6150 4 4 *Author : Michael Yara 5 5 *Created : July 2, 2008 6 *Last Updated : July 16, 20087 *History : 0. 36 *Last Updated : July 23, 2008 7 *History : 0.5 8 8 *Purpose : Information page for iSymphony module 9 9 *Copyright : 2008 HEHE Enterprises, LLC … … 24 24 </tr> 25 25 <tr> 26 <td>1. Open \"/etc/amportal.conf\"</td>26 <td>1. Open <strong>/etc/amportal.conf</strong></td> 27 27 </tr> 28 28 <tr> 29 <td>2. Look for the line \"#POST_RELOAD=\"</td>29 <td>2. Look for the line <strong>#POST_RELOAD=</strong></td> 30 30 </tr> 31 31 <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> 33 33 </tr> 34 34 <tr>
