Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

StepAction
1Login to the WebUI of the Secondary
Spacevars
0product
.
2Click the Tasks tab and then run the Easy Config.
3

The preceding step will configure the Secondary

Spacevars
0product
with the appropriate configuration items.

4

Add the FQDNs of the Mediation Server and the pool to the host table (pointing out to Mediation Server's IP address) to allow calls to O365.

This completes deployment and integration of the CCE with the

Spacevars
0product
.

 


 Basic Call Verification after CCE Deployment and
Spacevars
0product
Integration

...

StepAction
1Remote Desktop to the ASM system
2Launch PowerShell.
3

Execute the following command:

 

Import-Module skypeonlineconnector
$cred = Get-Credential
4When prompted, enter the credentials for O365 Admin Tenant:

5

 Execute the following command:

 

$Session = New-CsOnlineSession -Credential $cred -Verbose
Import-PSSession $session


6

 To remove the current appliance, run the following command and copy the Identity into your clipboard:

Get-CsHybridPSTNAppliance

7

Execute the following command to remove the appliance:

Unregister-CsHybridPSTNAppliance -Identity <paste the identity here> -Force

8

Execute the following command to verify that the appliance has been removed:

Get-CsHybridPSTNAppliance

9

This completes the cleanup. Continue to Configuring the CCE Through the WebUI

 

Changing or Verifying the CCE Site Name Change in the .ini File

Step
Action
Step
Action
1.

After receiving the activity status completion message, click the Click to re-configure CCE application button.

2.

Click OK on the popup.

3.

Click the Edit Raw Config button.

4.

In the INI file, make sure that the SiteNameExternal SIPPoolName, and the ExternalMSPoolFQDNPoolName attributes are set appropriately for your environment.

 

The example uses AEPSITE2 for the these attributes.

5.

After verifying this information, click OK: 

Figure : Click OK

Image Added This completes the CCE Configuration INI file verification. Proceed to PrepareCCE.

 

Updating the CCE Password

...