Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 34890

Skype for business contact card with extension

$
0
0

This article may help you to understand the client behavior when adding extension in skype for business 2016 contact card. I have installed SFB 2016 version 16.0.4266.1001 and SFB 2015 CU3 as backend.

I have added a line URI with extension in following format in Active directory. I do have normalization rules to translate the number to E164 format. Updated user database and address book manually to update the new changes

1

I have added ShowExtensionInFormattedDisplayString in the global policy. Below command is taken from Ken’s blog , thanks for the great information.

$x = New-CsClientPolicyEntry -Name “ShowExtensionInFormattedDisplayString” -Value “True”
$y = Get-CsClientPolicy -Identity Global
$y.PolicyEntry.Add($x)
Set-CsClientPolicy -Instance $y

I have successfully added the string in to SFB global policy.

2

User has been assigned the same line URI with 4 digit extension.

4

Later , updated client address book and tested the behavior in SFB 2016 client. I was able to see line URI with extension for NA numbers.

3

Also tested a UK number to confirm the behavior and it was showing the extension as expected. I do see a duplicate number for call via work. It may not be related, it could be due to some other issue.

5

I hope above information may be helpful for others if they wants to publish the line URI with extension in Lync contact card.


Viewing all articles
Browse latest Browse all 34890

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>