![]() |
##
## Normalize AD Phone Number Patterns From AD to +E.164
##
(\d{10})
+1$1
Matches string 303-555-1212 and converts this to +1-303-555-1212
(\d{7})
+1303$1
Matches the string 555-1212 and converts this to +1-303-555-1212.
![]() | Note |
The default behavior of Lync is to ignore and remove the characters (, ), and - automatically so these characters do not pose a concern when entered in AD and other fields a user may populate. |
AddressBookAvailability :WebSearchOnly
AddressBookAvailability: :FileDownloadOnly
AddressBookAvailability: :WebSearchAndFileDownload (this is the default setting)
PS C:\Users> get-CsClientPolicy
Identity : Global
PolicyEntry : {}
Description :
AddressBookAvailability : WebSearchAndFileDownload (default)
AttendantSafeTransfer :
AutoDiscoveryRetryInterval :
BlockConversationFromFederatedContacts :
Comments on this document? | May 2018 | © 2016-2018, Avaya Inc. All Rights Reserved. |