SIP Application Router (sipApplicationRouter)
Configuration for the SIP application router
Name | Type | Default | Description |
---|---|---|---|
carProvider |
string |
* |
The fully qualified domain name (FQDN) of the custom application router provider. Set to an asterisk (*) to use an arbitrary available provider. |
enable.car |
boolean |
true |
Applications are routed using the available custom application router; otherwise, the default application router is used. |
sipDarConfiguration |
Path to a file |
The location of the default application router (DAR) properties file. This value is mapped to JSR 289 javax.servlet.sip.ar.dar.configuration. The DAR must be configured as specified in JSR 289. |
|
sipNoRouteErrorCode |
int |
403 |
The error response code that is sent by the SIP container when no active servlet can be mapped to an incoming initial request. |