On Premises

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

  1. Every UCC Core version media file has the "InstallEXTRAUCC.ps1" script, located in the Install Root.

  2. Edit properties file (properties.ps1)

    1. Set an application id, used for trusted application and the trusted application endpoints.

      Copy
      PowerShell
      $AppId = "< application id >" 
    2. Warning: Use only lowercase letter and do not use spaces.
    3. Set the domain name of the service account

      Copy
      PowerShell
      $domain = "<domain name>"
    4. Set the service account name without the domain name

      Copy
      PowerShell
      $account = "<service account name> (no domain)"
    5. 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]

      Copy
      PowerShell
      $AppPoolName = "< app pool fqdn >"
      Note: You can look this up in PowerShell:

      Get-CsTrustedApplicationPool | select PoolFqdn | Sort PoolFqdn

    6. Specify a port number (note must be unique)

      Copy
      PowerShell
      $Port = 6001
    7. Specify the sip domain name

      Copy
      PowerShell
      $SipDomain = "< sip domain name (domain.com)>"
    8. (Optional) Specify the Settingsurl

      Copy
      PowerShell
      $settingsUrl = "<settingsurl>"
  3. Save the properties file.

  4. Open power shell as admin

  5. (When using pre Windows 2012 R2) Set-ExecutionPolicy remotesigned, Y

  6. Run installEXTRAUCC.ps1

    1. This will take some time

    2. Red text means an error, check the error before restarting

  7. Script prompts for display name and LineURI. These options can be optionally set.

Continue

Continue reading on how to create and extra UCC.

Start UCC

Configure UCC