Share via


serverFilter Element

 
Communications Server 2007 Server SDK Documentation

serverFilter Element

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

Usage

<lc:serverFilter="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

SIP Application Manifests
Application Attribute Elements
SIP Application Manifest Example

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.