Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH2UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
JIRAIDAUTHSBX-112704
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cd5909df, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a0c86c120d6f016c28d6d3610012, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca65041f, userName='null'}
REV2UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ce490b5f, userName='null'}


Panel

In this section:

Table of Contents
maxLevel2

 



Use this object to specify whether to allow processing of destination trunk group and destination trunk context associated with a Feature Control Profile.

Include Page
Transparency_Profile_Note
Transparency_Profile_Note

Command Syntax

Code Block
languagenone
 % set profiles featureControlProfile <profile_name>
	continueDmPmService <disable | enable>
	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:

Caption
0Table
1Feature control parameters


Parameter

Length/Range

Description

featureControlProfile

1-23 characters

<profile name> – The Feature Control Profile name.

continueDmPmServiceN/A

Enable this flag for the PES to process the DM/PM Rule Service for this Feature Control Profile even if the route is determined prior to the PreRouter Layer. If the DM/PM Rule Service does not match the trigger criteria, the DM/PM Rule Service is not processed. 

  • disable (default)
  • enable

Available_since
TypeAvailable Since
Release9.2.3

doNotValidateGAPN/A

Enable this flag to allow the

Spacevars
0product
Spacevars
0ERE
to skip Generic Address Parameter (GAP) validation.

  • disable (default)
  • enable

NOTE: This feature applies to an

Spacevars
0product
configured for an external PSX in addition to ERE.

ipProtocolFlags

N/A

Use this parameter to configure IP protocol flags behavior.

  • defaultCalledUser – Use this flag to determine how to treat userinfo value (This flag only displays when useIpProtocol flag is enabled).

    • disable (default) – The
      Spacevars
      0product
      treats called userinfo value as a telephone number.
    • enable – The
      Spacevars
      0product
      treats called userinfo value as a user name.
  • useIpProtocol – Enable flag to use IP protocol flags.
    • disable
    • enable (default)
  •  honorPhoneContextParameter – When this flag is enabled, PSX globalizes the incoming called number using the phone-context value received in Called-URI. Once the number is globalized using phone-context, the PSX acts as if it received a global number in policy request and use the modified number for further call processing.
    • disable (default)
    • enable

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.

  • disable (default)
  • enable

processDestinationTrunkContext

N/A

Enable flag to allow processing of destination trunk context associated with the specified Feature Control Profile.

  • disable (default)
  • enable
processEnumdiN/A

Enable this flag to use the enumdi parameter to indicate when an ENUM query is performed. The

Spacevars
0product
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.

  • disable (default)
  • enable

NOTE: If R-URI transparency is enabled, the

Spacevars
0product
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

Code Block
languagenone
% show profiles featureControlProfile DEFAULT_IP
processDestinationTgrp         enable;
processDestinationTrunkContext disable;
processEnumdi                  disable;
ipProtocolFlags {
    useIpProtocol     enable;
    defaultCalledUser enable;
    honorPhoneContextParameter enable;
 


Pagebreak