responseFilter 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.
responseFilter Element
Specifies which classes of response that the server passes to the application.
Syntax
<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
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.