Share via


responseFilter Element

 
Communications Server 2007 Server SDK Documentation

responseFilter Element

Specifies which classes of response that the server passes to the application.

Usage

<lc:responseFilter reasonCodes="ALL" | "NONE" | "CLASS_CODE [, CLASS_CODE, ...]" />

Attributes

reasonCodes

Specifies the classes of response that are passed to the application. The value can be ALL, NONE, or a comma-separated list of response class codes as indicated in the following table. The default value is ALL.

Value Description
ALL Specifies that all SIP reason codes are passed to the application.
NONE Specifies that no SIP reason codes are passed to the application.
(comma-separated list of response class codes) The method name list can include one or more of the following: 1nn, 2nn, 3nn, 4nn, 5nn, 6nn.

Each value corresponds to a class of SIP response codes, as defined in the IETF SIP Protocol specification (RFC 3261).

Child Elements

None.

Parent Element

applicationManifest

Remarks

  • 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

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