Changeset 6242 for contributed_modules/modules/isymphony/post_reload.php
- Timestamp:
- 08/01/08 10:49:50 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/isymphony/post_reload.php
r5883 r6242 4 4 *Author : Michael Yara 5 5 *Created : June 27, 2008 6 *Last Updated : July 1, 20087 *History : 0. 16 *Last Updated : July 28, 2008 7 *History : 0.2 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 … … 22 22 reloadISymphonyServer(); 23 23 } 24 25 //Close iSymphony connection26 iSymphonyDisconnect();27 24 ?>
