You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Length/Range

Description

bci

N/A

Configures the bci flag.

  • 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

N/A

Egress IP attribute flags:

  • 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 
    Unable to show "metadata-from": No such page "_space_variables"
    to 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

N/A

Specify the Media QoS KPI (Key Performance Indicator) Profile name.

numberGlobalizationProfile

N/A

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

signalingQosKpiProfile

N/A

Specify the Signaling QoS KPI (Key Performance Indicator) Profile name.

 

 

  • No labels