Changeset 10169
- Timestamp:
- 07/21/10 14:52:03 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8/amp_conf/htdocs/recordings/modules/settings.module
r9833 r10169 1350 1350 global $asterisk_manager_interface; 1351 1351 1352 $response = $asterisk_manager_interface->Command("Action: Command\r\nCommand: Reload app_voicemail.so\r\n\r\n");1352 $response = $asterisk_manager_interface->Command("Action: Command\r\nCommand: module reload app_voicemail.so\r\n\r\n"); 1353 1353 } 1354 1354
