I am having trouble setting up Contact Store with the UC110 card and looking for some help. I have read posts on this and even applied the "sharing" config. The manual says :
If ContactStore is to be installed on a separate machine from the Voicemail Pro server:
1. Check that the Voice Recording Library folder (by default c:\Program Files\Avaya\IP Office\Voicemail
Pro\VM\VRL) on the Voicemail Pro server is visible as a network share from the ContactStore server.
On the UC module the path is opt/vmpro/VRL. I do see the recordings in it. The UC module is 192.168.1.16
2. Configure your security so that the ContactStore service can read and write to the share for that folder.
I ran the following and it was successful:
cd /home/Administrator
wget wget wget cp CentOS-Base.repo /etc/yum.repos.d
cp windows-sharing-8.1.90-39.el6.noarch.rpm /var/cache/avaya/apps
yum install samba samba-swat -y
cd /etc/yum.repos.d
rm CentOS-Base.repo -f
cd /var/cache/avaya/apps
rpm -ivh windows-sharing-8.1.90-39.el6.noarch.rpm
cd
service smb stop
cd /home/Administrator
cp smb.conf /etc/samba -y
service smb start
chkconfig smb on
chmod 777 /opt/vmpro/VRL
3. Create and set a registry key on the ContactStore server to tell ContactStore the location of the share. Set
the key HKEY_LOCAL_MACHINE\SOFTWARE\Network Alchemy\Voicemail\Directories\VRLDir to
be a string containing the name of the share.
This is where I get lost as under HKEY_LOCAL_MACHINE\SOFTWARE\ there is NO Network Alchemy file. I am also not sure what "string" to put in after "Directories\"
Any help would be appreciated
If ContactStore is to be installed on a separate machine from the Voicemail Pro server:
1. Check that the Voice Recording Library folder (by default c:\Program Files\Avaya\IP Office\Voicemail
Pro\VM\VRL) on the Voicemail Pro server is visible as a network share from the ContactStore server.
On the UC module the path is opt/vmpro/VRL. I do see the recordings in it. The UC module is 192.168.1.16
2. Configure your security so that the ContactStore service can read and write to the share for that folder.
I ran the following and it was successful:
cd /home/Administrator
wget wget wget cp CentOS-Base.repo /etc/yum.repos.d
cp windows-sharing-8.1.90-39.el6.noarch.rpm /var/cache/avaya/apps
yum install samba samba-swat -y
cd /etc/yum.repos.d
rm CentOS-Base.repo -f
cd /var/cache/avaya/apps
rpm -ivh windows-sharing-8.1.90-39.el6.noarch.rpm
cd
service smb stop
cd /home/Administrator
cp smb.conf /etc/samba -y
service smb start
chkconfig smb on
chmod 777 /opt/vmpro/VRL
3. Create and set a registry key on the ContactStore server to tell ContactStore the location of the share. Set
the key HKEY_LOCAL_MACHINE\SOFTWARE\Network Alchemy\Voicemail\Directories\VRLDir to
be a string containing the name of the share.
This is where I get lost as under HKEY_LOCAL_MACHINE\SOFTWARE\ there is NO Network Alchemy file. I am also not sure what "string" to put in after "Directories\"
Any help would be appreciated