Enable the transfer of HA voicemail server contacts from an MCP that resides in a different host if the shared record folder is available in Windows or Linux.
Depending on location of the shared record folder, complete one of these procedures:
Shared Record Folder in Windows
Start
- Share the Windows folder with write access to users.
- Mount the folder on the Linux machines having MCP by using the following command:
mount -t cifs -o username=<username>,password=<password> //<windows_server_ip>/<shared_folder> <local_mount_path> - Set the parameters Recording.basepath in MCP and voice-record-path in the voicemail server to the local path.
End
Next Steps
Back to Task Table
Start
- Share the Linux folder with write access to users by using the following command:
chmod -R 777 <folderpath> - Set access control for the shared folder.
Note: The file /etc/exports serves as the access control list for file systems which may be exported to NFS clients.- Add the following line to the file /etc/exports:
<sharedfolderpath> *(rw,sync) - Restart the nfs service by using the following command:
/etc/init.d/nfs restart
- Add the following line to the file /etc/exports:
- Mount the folder on the MCP host using the following command:
mount -t nfs <linux_ip>:<shared_folder_path> <local_mount_path>
End
Next Steps
Back to Task Table
This page was last edited on July 17, 2020, at 16:05.
Comments or questions about this documentation? Contact us for support!