serverFilter element

Applies to: Lync 2013 Preview | Lync Server 2013 | Lync Server 2013 Preview

In this article
serverFilter element
Syntax
Attributes
Child elements
Parent element
Remarks

serverFilter element

Specifies the role of the server on which the application must be run.

Syntax

<lc:serverFilter roles="HomeServer" | "FrontEnd" | "AccessProxy" | "Proxy" | "ALL" />

Attributes

None.

Child elements

None.

Parent element

applicationManifest

Remarks

  • If the serverFilter expectation is not met, registration is denied and an event log entry is generated. Following are the possible values and their meaning.

Value

Description

HomeServer

Indicates a Standard Edition Server

FrontEnd

Indicates an Enterprise Edition Front End Server

AccessProxy

Indicates an Access Edge Server

Proxy

Indicates a Forwarding Proxy Server

ALL

Indicates a server having any role

  • The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but it can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See also

Other resources

SIP application manifests

Application attribute elements

SIP application manifest example