Goal:
Install Avaya Apps Server with VM Pro and allow Avaya ContactStore to work.
Requirements:
Avaya Apps Server installed on a dedicated server
Avaya ContactStore installed on a Windows based server
WinSCP - Or any FTP Client to access the Linux Server
Download the following Unzip and place the files to the Linux Server at /var/cache/avaya/apps
Open a web page and navigate to the Apps Server Web Control Portal ( address>:7070
default username/password: webcontrol/web
- Click on UPDATES
In the Services panel, install the following applications in the order listed below:
zlib-devel
xinted
libsmbclient
samba-common
libjpeg
libjpeg-devel
libpng
libtiff
libtiff-devel
cups-lib
perl-convert-ANSI
pkgconfig
libpng-devel
samba
samba-swat
Once installed complete the following:
- Using WinSCP access the linux server
- navigate to /opt/vmpro. Right click on VRL and select PROPERTIES. Change the permissions octal to 0777 (this give full control for all users).
- navigate to /etc/samba and open samba.conf to make the following changes (note, WinSCP has a built-in editor that shows you which line you are editing)
- at the bottom of the file, add:
[Share]
path = /opt/vmpro/VRL # shared directory
writable = yes # OK to write
guest ok = yes # guest OK
guest only = yes # guest only
create mode = 0777 # fully accessed
directory mode = 0777 # fully accessed
share modes = yes # warn if some people access to a file
- at Line 102: change:
security = share
- at line 81: uncomment and add IP address you allow
hosts allow = 127. 10.0.0.
- line 75: change:
workgroup = WORKGROUP
- line 58: add the lines
unix charset = UTF-8
dos charset = CP932
Save the file.
- Using PUTTY, access a command line on the linux server. Login using the root user account.
- At the prompt, type:
- /etc/rc.d/init.d/smb start (this will start the samba service)
- chkconfig smb on (this will allow samba to start on startup)
At this point you are done with the Linux server.
Now, on the Avaya ContactStore server we need to map a networked drive.
(note: this step may not be necessary, but it does allow you access to the shared drive to view the files to insure it's all working OK)
- Select any new drive letter.
In the network address, type: \\<ip address of linux server>\share
Insure -Reconnect at startup is checked, then click OK.
At this point, you should be able to see the linux shared folder
- 32-Bit Operating Systems:
- Open REGEDIT and add the following key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Network Alchemy\Voicemail\Directories]
"VRLDir"="\\192.168.16.33\share"
- 64-Bit Operating Systems: We need to open a special registry editor.
Navigate to and run C:\Windows\SysWOW64\regedit.exe and add the following key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Network Alchemy\Voicemail\Directories]
"VRLDir"="\\192.168.16.33\share"
- Open a browser and navigate to the ContactStore Web Portal.
Under Server Settings, change the Call Storage Path to:
\\<ip address of linux server>\share
- Restart the IP Office ContactStore service
You should be done.
Big thanks to tlpeter and WestCon Support for the help.
--DB
Remote Support Specialist
Install Avaya Apps Server with VM Pro and allow Avaya ContactStore to work.
Requirements:
Avaya Apps Server installed on a dedicated server
Avaya ContactStore installed on a Windows based server
WinSCP - Or any FTP Client to access the Linux Server
Download the following Unzip and place the files to the Linux Server at /var/cache/avaya/apps
Open a web page and navigate to the Apps Server Web Control Portal ( address>:7070
default username/password: webcontrol/web
- Click on UPDATES
In the Services panel, install the following applications in the order listed below:
zlib-devel
xinted
libsmbclient
samba-common
libjpeg
libjpeg-devel
libpng
libtiff
libtiff-devel
cups-lib
perl-convert-ANSI
pkgconfig
libpng-devel
samba
samba-swat
Once installed complete the following:
- Using WinSCP access the linux server
- navigate to /opt/vmpro. Right click on VRL and select PROPERTIES. Change the permissions octal to 0777 (this give full control for all users).
- navigate to /etc/samba and open samba.conf to make the following changes (note, WinSCP has a built-in editor that shows you which line you are editing)
- at the bottom of the file, add:
[Share]
path = /opt/vmpro/VRL # shared directory
writable = yes # OK to write
guest ok = yes # guest OK
guest only = yes # guest only
create mode = 0777 # fully accessed
directory mode = 0777 # fully accessed
share modes = yes # warn if some people access to a file
- at Line 102: change:
security = share
- at line 81: uncomment and add IP address you allow
hosts allow = 127. 10.0.0.
- line 75: change:
workgroup = WORKGROUP
- line 58: add the lines
unix charset = UTF-8
dos charset = CP932
Save the file.
- Using PUTTY, access a command line on the linux server. Login using the root user account.
- At the prompt, type:
- /etc/rc.d/init.d/smb start (this will start the samba service)
- chkconfig smb on (this will allow samba to start on startup)
At this point you are done with the Linux server.
Now, on the Avaya ContactStore server we need to map a networked drive.
(note: this step may not be necessary, but it does allow you access to the shared drive to view the files to insure it's all working OK)
- Select any new drive letter.
In the network address, type: \\<ip address of linux server>\share
Insure -Reconnect at startup is checked, then click OK.
At this point, you should be able to see the linux shared folder
- 32-Bit Operating Systems:
- Open REGEDIT and add the following key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Network Alchemy\Voicemail\Directories]
"VRLDir"="\\192.168.16.33\share"
- 64-Bit Operating Systems: We need to open a special registry editor.
Navigate to and run C:\Windows\SysWOW64\regedit.exe and add the following key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Network Alchemy\Voicemail\Directories]
"VRLDir"="\\192.168.16.33\share"
- Open a browser and navigate to the ContactStore Web Portal.
Under Server Settings, change the Call Storage Path to:
\\<ip address of linux server>\share
- Restart the IP Office ContactStore service
You should be done.
Big thanks to tlpeter and WestCon Support for the help.
--DB
Remote Support Specialist