You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Use this object to specify whether to allow processing of destination trunk group and destination trunk context associated with a Feature Control Profile.
IMPORTANT
Ribbon recommends using the Transparency Profile to configure transparency on the SBC Core for new deployments, as well as applying additional transparency configurations to existing deployments. Do not use IP Signaling Profile flags in these scenarios because the flags will be retired in upcoming releases.
Refer to the SBC SIP Transparency Implementation Guide for additional information.
Command Syntax
% set profiles featureControlProfile <profile_name>
doNotValidateGAP <disable | enable>
ipProtocolFlags
defaultCalledUser <disable | enable>
useIpProtocol <disable | enable>
honorPhoneContextParameter <disable | enable>
processDestinationTgrp <disable | enable>
processDestinationTrunkContext <disable | enable>
processEnumdi <disable | enable>
Command Parameters
The Feature Control Profile parameters are as shown below:
Feature control parameters
Parameter | Length/Range | Description |
---|
featureControlProfile
| 1-23 characters | <profile name> – The Feature Control Profile name.
|
doNotValidateGAP | N/A | Enable this flag to allow the Unable to show "metadata-from": No such page "_space_variables" Unable to show "metadata-from": No such page "_space_variables" to skip Generic Address Parameter (GAP) validation.NOTE: This feature applies to an Unable to show "metadata-from": No such page "_space_variables" configured for an external PSX in addition to ERE. |
ipProtocolFlags
| N/A | Use this parameter to configure IP protocol flags behavior. NOTE: The useIpProtocol flag must first be enabled in order to enable honorPhoneContextParameter flag. To set phoneContextParameterLength , see Egress IP Attributes - SIP - CLI. NOTE: The settings of the above ipProtocolFlags should be based on the settings of the associated flags in the PSX Manager. |
processDestinationTgrp
| N/A | Enable flag to process destination trunk group parameters associated with the specified Feature Control Profile. The ERE/PSX performs a light policy lookup and skips all SSG-based services, number translation and routing functions. |
processDestinationTrunkContext
| N/A | Enable flag to allow processing of destination trunk context associated with the specified Feature Control Profile. |
processEnumdi | N/A | Enable this flag to use the enumdi parameter to indicate when an ENUM query is performed. The Unable to show "metadata-from": No such page "_space_variables" can process enumdi indicator received in an ingress INVITE to avoid a redundant query. Likewise, if the ERE/PSX performs an ENUM dip, the SBC can send this parameter in the egress INVITE thus preventing redundant queries further down the network.NOTE: If R-URI transparency is enabled, the Unable to show "metadata-from": No such page "_space_variables" does not send enumdi indicator in egress signaling even if an ENUM dip is performed by ERE/PSX. The R-URI transparency flag is controlled using the CLI command:set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes transparencyFlags requestURI <disable | enable>
|
Command Example
% show profiles featureControlProfile DEFAULT_IP
processDestinationTgrp enable;
processDestinationTrunkContext disable;
processEnumdi disable;
ipProtocolFlags {
useIpProtocol enable;
defaultCalledUser enable;
honorPhoneContextParameter enable;