Show
Ignore:
Timestamp:
08/01/08 10:49:50 (4 years ago)
Author:
seanmh
Message:

Modified core module code to be more efficient.
Removed disconnect call from post reload script.

Files:

Legend:

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

    r5883 r6242  
    44 *Author       : Michael Yara 
    55 *Created      : June 27, 2008 
    6  *Last Updated : July 1, 2008 
    7  *History      : 0.1 
     6 *Last Updated : July 28, 2008 
     7 *History      : 0.2 
    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 
     
    2222  reloadISymphonyServer(); 
    2323} 
    24  
    25 //Close iSymphony connection 
    26 iSymphonyDisconnect(); 
    2724?>