Lync 2013 HP. Configuration of OU attribute msRTCSIP-DomainUrlMap added
This commit is contained in:
parent
9c8ff7afbb
commit
2ac947a9ad
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
ActiveDirectoryUtils.SetADObjectPropertyValue(ou, "msRTCSIP-Domains", sipDomain);
|
||||
ActiveDirectoryUtils.SetADObjectPropertyValue(ou, "msRTCSIP-TenantId", id);
|
||||
ActiveDirectoryUtils.SetADObjectPropertyValue(ou, "msRTCSIP-ObjectId", id);
|
||||
ActiveDirectoryUtils.SetADObjectPropertyValue(ou, "msRTCSIP-DomainUrlMap", sipDomain + "#" + SimpleUrlRoot+sipDomain);
|
||||
ou.CommitChanges();
|
||||
|
||||
//Create simpleurls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue