Changeset 10169

Show
Ignore:
Timestamp:
07/21/10 14:52:03 (3 years ago)
Author:
p_lindheimer
Message:

fixes #4461 adapt to 1.4+ asterisk syntax. This change will break 1.2 systems

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.8/amp_conf/htdocs/recordings/modules/settings.module

    r9833 r10169  
    13501350    global $asterisk_manager_interface; 
    13511351 
    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"); 
    13531353  } 
    13541354