Set Skype for Business Default calls

ClannadYoung1854 61 Reputation points
2020-08-26T14:15:44.573+00:00

We are currently using Skype for Business 2015 and I was wondering if there is some option how to unite the default option for calls. For some accounts the default option is to call directly to skype, but to some it is calling to their work phones which is kind of strange.

Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
606 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmyYang-MSFT 49,191 Reputation points Microsoft Vendor
    2020-08-27T06:12:12.477+00:00

    Hi!

    You can try to run the following command in the Skype for Business PowerShell.

    Set-CsClientPolicy -EnableVOIPCallDefault true

    To be noticed that this policy setting only affects the initial state of the click-to-call feature. If the user modifies the value of the click-to-call setting then the user-selected value will override this policy setting. After a user has modified the click-to-call setting that setting will remain in use and will not be affected by the EnableVOIPCallDefault policy.

    For more details, you can learn it from:
    https://learn.microsoft.com/en-us/powershell/module/skype/Set-CsClientPolicy?redirectedfrom=MSDN&view=skype-ps

    0 comments No comments

0 additional answers

Sort by: Most helpful