question

BaiAndy-9844 avatar image
0 Votes"
BaiAndy-9844 asked JimmyYang-MSFT commented

Can we custmize to phone numbers for users in MS teams?

Hi Teams,

We are going to integrated MS teams with cisco call manager, we need the same phone number as cisco call manager DID number, i am not sure if we can add the phone number manually but not to generate the number automatically by the MS teams itself.

Best Regards,

Andy

office-teams-windows-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

BaiAndy-9844 avatar image
0 Votes"
BaiAndy-9844 answered JimmyYang-MSFT commented

Have consulted with MS TAC, we can custmize the phone numbers by the powershell. Thanks.

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@BaiAndy-9844

Thanks for your update! Could you share the detailed steps about customize the phone number with us?

Have you used this command "Set-CsOnlineVoiceUser" to assign the phone number to users?


0 Votes 0 ·

@ JimmyYang-MSFT
By the following command can assign the customized phone number to a dedicated user. If you use this method to assign numbers, we can not check the numbers from the "phone numbers" portal in admin.microsoft.com.

Set-CsUser -Identity "spencer.low@contoso.com" -OnPremLineURI tel:+14255388797 -EnterpriseVoiceEnabled $true -HostedVoiceMail $true


Thanks.

0 Votes 0 ·

@BaiAndy-9844

Thanks for sharing your solution about it!

0 Votes 0 ·