Back to Integrating With Office 365
Add_workflow_for_techpubs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Excerpt Include | ||||||
---|---|---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
This section describes how to configure your
|
During the configuration of your CCE, you will need to enter SBC Edge-related data into the CCE configuration file (CloudConnector.ini).
Take note of the values you assigned to:
Code Block |
---|
;DNS IP address in Corpnet ;It must be configured for Convert-CcIsoToVhdx to convert windows ISO file to VHDX file ;Corpnet DNS will allow BaseVM to connect to internet and install window update packs CorpnetDNSIPAddress=10.56.2.27 ;Domain DNS suffix for the Skype for Business Cloud Connector Edition itself. ;Virtual machines CMS, Mediation server join this domain. ;Can be local (e.g. does not need to be in public DNS) ;MUST be different with domain(s) registered on O365 VirtualMachineDomain=sfbhybridtest.local ;Pool name which will be used to generate pool fqdn. It can NOT contain .<DomainName> PoolName=mspool |
Code Block |
---|
[Gateway1] FQDN=sbc1.sfbhybridtest.local IP=192.168.210.113 Port=5060 Protocol=TCP VoiceRoutes=LocalRoute |
Code Block |
---|
[Gateway1] FQDN=sbc1.sfbhybridtest.local IP=192.168.210.113 Port=5060 Protocol=TCP VoiceRoutes=LocalRoute [Gateway2] FQDN=sbc2.sfbhybridtest.local IP=192.168.210.114 Port=5060 Protocol=TCP VoiceRoutes=LocalRoute |
The
Spacevars | ||
---|---|---|
|
Caption | ||||
---|---|---|---|---|
| ||||
Create a host entry to resolve the Mediation Pool FQDN. Create the new entry in Settings / Protocols / DNS / Hosts.
Caption | ||||
---|---|---|---|---|
| ||||
Go to Tasks / SBC Easy setup / Easy Config Wizard.
Select Skype for Business as UC version.
Caption | ||||
---|---|---|---|---|
| ||||
Use the Mediation Pool FQDN as Server Pool Host, select TCP and port 5060.
Caption | ||||
---|---|---|---|---|
| ||||
To ensure that your configuration is working properly, go to Settings / Signaling Groups and select the UC Mediation signaling group.
Caption | ||||
---|---|---|---|---|
| ||||
Select Counters, you should see Option in and out, as well as 2xx answer:
Caption | ||||
---|---|---|---|---|
| ||||
LS Audio/Video Authentication Server: 19008
Code Block |
---|
Private key for server certificate not found by the LS Audio/Video Authentication service or the service does not have sufficient permissions to access the certificate. Certificate Serial Number: '29572BEF993D13EF7B2BDE10A887540E' Issuer:'CN=COMODO RSA Organization Validation Secure Server CA, O=COMODO CA Limited, L=Salford, S=Greater Manchester, C=GB' Resolution: Install a certificate with the private key in the local machine store, check if the configuration parameters have the correct server certificate serial number. Check if the service has sufficient permissions to access the certificate. |
LS Audio/Video Authentication Server: 19005
Code Block |
---|
LS Audio/Video Authentication service could not be started. Exception: Microsoft.Rtc.MRAS.MRASException: PrivateKey not accessible at Microsoft.Rtc.MRAS.Crypto.GetValidCertificate(String issuerName, String serialNumber, Boolean isBankCert) at Microsoft.Rtc.MRAS.Crypto..ctor(Byte[] bankCertSN, String bankCertIssuer) at Microsoft.Rtc.MRAS.CredentialsGenerator.InitializeCrypto() at Microsoft.Rtc.MRAS.CredentialsGenerator..ctor(Configuration config) at Microsoft.Rtc.MRAS.Core.Initialize() at Microsoft.Rtc.MRAS.Core..ctor(ServiceStopHandler serviceStop, RoleName roleName) at Microsoft.Rtc.MRAS.Server.OnStart(RoleName roleName) Cause: Internal error. Resolution: Examine the details in the associated event log entry to determine the potential cause and report to Product Support Services. |
Code Block |
---|
set-cscertificate -Type AudioVideoAuthentication -Thumbprint ABCBCA58465465421684654321DEFDDFE |