IAdmLyncOps3

The IAdmLyncOps3 interface extends the IAdmLyncOps interface with the ability to assign voice and dial plan policies.

Inheritance: IAdmLyncOps2

Methods

Details

LyncEnable3()

Enables the user for Skype for Business. Unlike the IAdmLyncOps2::LyncEnable2 method, this method allows you to assign voice and dial plan policies to the user.

void LyncEnable3(string poolFqdn, 
                 string sipAddress,
                 ADM_LYNCTELEPHONYMODE_ENUM telephonyOptions, 
                 string lineUri, 
                 string lineServerUri, 
                 IAdmLyncPolicy[] policies,
                 IAdmLyncPolicy voicePolicy,
                 IAdmLyncPolicy dialPlanPolicy)

Parameters

  • poolFqdn – the fully qualified domain name (FQDN) of the registrar pool where the user's Skype for Business account will be homed.
  • sipAddress – the user's SIP URI. When specifying the address, preface it with sip: (e.g. sip:jsmith@example.com).
  • telephonyOptions – a value indicating how telephony options must be configured for the Skype for Business user.
  • lineUri – the phone number assigned to the user. The line Uniform Resource Identifier (URI) must be specified using the E.164 format and the TEL: prefix (e.g. TEL:+12345678912). Any extension number should be added to the end of the line URI (e.g. TEL:+12345678912;ext=12345).
  • lineServerUri – the URI of the remote call control telephone gateway assigned to the user. The gateway URI must be prefaced by sip: (e.g. sip:mygateway@example.com).
  • policies – an array of Skype for Business policies that will be assigned to the user.
  • voicePolicy – the voice policy that will be assigned to the user. This parameter is ignored if the telephonyOptions parameter is not set to ADM_LYNCTELEPHONYMODE_ENTVOICE.
  • dialPlanPolicy – the dial plan policy that will be assigned to the user. This parameter is ignored if the telephonyOptions parameter is not set to ADM_LYNCTELEPHONYMODE_ENTVOICE.

Requirements

Minimum required version: 2019.1

See also