- Timestamp:
- 10/19/11 18:00:13 (2 years ago)
- Files:
-
- modules/branches/2.10/fw_fop/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/fw_fop/functions.inc.php
r12806 r12843 27 27 exec('killall -HUP op_server.pl 2>&1', $output, $exit_val); 28 28 if ($exit_val != 0) { 29 $desc = _('Could not reload the FOP operator panel server using killall -HUP op_server.pl. Configuration changes may not be reflected in the panel display. ');29 $desc = _('Could not reload the FOP operator panel server using killall -HUP op_server.pl. Configuration changes may not be reflected in the panel display. If the FOP module was just installed you may have to retart Asterisk with the "amportal restart" command for the FOP server to run.'); 30 30 $nt->add_error('freepbx','reload_fop', _('Could not reload FOP server'), $desc); 31 31 // send the error output to dbug log if enabled.
