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 - Specifies the fully qualified domain name (FQDN) of the Registrar pool where the user's Skype for Business account will be homed.
  • sipAddress - Specifies the user's SIP URI. When specifying the address, preface it with sip: (e.g. sip:jsmith@example.com).
  • telephonyOptions - Specifies a value indicating how Telephony options must be configured for the Skype for Business user.
  • lineUri - Specifies 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 - Specifies 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 - Specifies an array of Skype for Business policies that will be assigned to the user.
  • voicePolicy - Specifies 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 - Specifies 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