Install Extra UCC
In this manual the steps are described to add an extra UCC A Unified Contact Center, or UCC, is a queue of interactions (voice, email, IM, etc.) that are handled by Agents. Each UCC has its own settings, IVR menus and Agents. Agents can belong to one or several UCCs and can have multiple skills (competencies). A UCC can be visualized as a contact center “micro service”. Customers can utilize one UCC (e.g. a global helpdesk), a few UCC’s (e.g. for each department or regional office) or hundreds of UCC’s (e.g. for each bed at a hospital). They are interconnected and can all be managed from one central location. on Skype.
Configuration
-
Every UCC Core version media file has the "InstallEXTRAUCC.ps1" script, located in the Install Root.
-
Edit properties file (properties.ps1)
-
Set an application id, used for trusted application and the trusted application endpoints.
Warning
Use only lowercase letter and do not use spaces.
-
Set the domain name of the service account
-
Set the service account name without the domain name
-
Set the application pool fqdn FDQN stands for Fully Qualified Domain Name and specifies the exact location in the tree hierarchy of the Domain Name System (DNS). An example for [hostname].[domain].[top level domain] is [www].[microsoft].[com]
Note
You can look this up in PowerShell:
-
Specify a port number
Warning
Port must be unique.
-
Specify the sip domain name
-
(Optional) Specify the Settingsurl
-
Save the properties file.
-
Open power shell as admin
-
(When using pre Windows 2012 R2) Set-ExecutionPolicy remotesigned, Y
-
Run installEXTRAUCC.ps1
-
This will take some time
-
Red text means an error, check the error before restarting
-
-
Script prompts for display name and LineURI. These options can be optionally set.
Continue
Continue reading on how to create and extra UCC.