Changeset 3524

Show
Ignore:
Timestamp:
01/03/07 22:20:58 (5 years ago)
Author:
qldrob
Message:

Add 'moh reload' command to try to convince asterisk to reload it's moh files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/footer.php

    r3134 r3524  
    6666    $astman->send_request('Command', array('Command'=>'!/var/lib/asterisk/bin/retrieve_conf')); 
    6767    */   
     68 
     69    //reload MOH to get around 'reload' not actually doing that. 
     70    $astman->send_request('Command', array('Command'=>'moh reload')); 
     71 
    6872    //reload asterisk 
    6973    $astman->send_request('Command', array('Command'=>'reload'));