Share via


serverFilter Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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 can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See Also

Concepts

SIP Application Manifests

Application Attribute Elements

SIP Application Manifest Example