serverFilter element

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

Syntax

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

Attributes

None.

Child elements

None.

Parent element

Remarks

  • If the serverFilterexpectation 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 xmlnsattribute of the applicationManifestelement.

See also

Other resources

SIP application manifests
Application attribute elements