In this section:

 

This section lists CLI commands to configure H.323 egress IP attributes for sending a call in the forward direction to the peer.

Command Syntax

% set profiles signaling ipSignalingProfile DEFAULT_H323 egressIpAttributes 
	bci 
		bciInterworkEncountered <disable | enable> 
		bciIsdnAddess <disable | enable> 
	flags 
		delayCutThrough <disable | enable> 
		dontSendFastStartProposal <disable | enable> 
		insertInBandIndication <disable | enable> 
		qosBasedRouting <disable | enable> 
		waitTillConnectBeforeAbandonFastStart <disable | enable> 
	mediaQosKpiProfile <profile name> 
	numberGlobalizationProfile <profile name> 
	signalingQosKpiProfile <profile name> 

 

Command Parameters

The IP Signaling Profile H.323 Egress IP Attributes are as shown below:

IP Signaling Profile H.323 Egress IP parameters

Parameter

Description

bci

BCI parameter configuration.

  • bciInterworkEncountered – Enable to set the Interworking Indicator bit in the BCI parameter of backward SS7 messages (e.g., ACM or ANM).
    • disable (default)
    • enable
  • bciIsdnAddess – Enable to set the ISDN Access Indicator bit in the BCI parameter of backward SS7 messages (e.g., ACM or ANM).
    • disable (default)
    • enable

flags

Egress IP attribute flag configuration:

  • delayCutThrough – Enable flag to use Delay Cut Through feature.
    • disable (default)
    • enable
  • dontSendFastStartProposal – Enable flag to prevent sending a fast start proposal.
    • disable (default)
    • enable
  • insertInBandIndication – When this flag is enabled, on receipt of an H.225 ALERT message, the egress H.323 signaling gateway on the SBC inserts in-band indication in the ALERT message in backward direction.
    • disable (default)
    • enable
  • qosBasedRouting – Enable flag to allow QoS-based routing.
    • disable (default)
    • enable
  • waitTillConnectBeforeAbandonFastStart – Enable to allow SBCto abandon FastStart procedures if H.323 Connect message is received, a FastConnectRefused message is received, or H.245 address is received (in accordance with the procedures defined in H.323 V4 for switching to H.245).
    • disable (default)
    • enable

mediaQosKpiProfile

The Media QoS KPI (Key Performance Indicator) Profile name.

numberGlobalizationProfile

The Number Globalization Profile name. This object is used to convert numbers to SIP global number format.

signalingQosKpiProfile

The Signaling QoS KPI (Key Performance Indicator) Profile name.

 

 

  • No labels