Dear All,
I have assign phone numbers for the users like the following. Can we call the extension number? As i called, it failed, only call +12149967387 or +12149967387;ext=7387. When call 7387, it failed. That is expected behavior or any workaround to realize it? Thanks.
Set-CsUser -Identity "leeg@mibaicloud06.onmicrosoft.com" -OnPremLineURI "tel:+12149967387;ext=7387" -EnterpriseVoiceEnabled $true -HostedVoiceMail $true
