In this section:

 

This section lists CLI commands to configure ingress IP attributes.

Command Syntax

% set profiles signaling ipSignalingProfile DEFAULT_H323 ingressIpAttributes flags 
	convertProgressToAlert <disable | enable> 
	dontSendFacilityMessage <disable | enable> 
	refuseFastStartProposal <disable | enable> 
	send183OnInitiatingDisconnectTreatment <disable | enable> 
	sendFastStartResponseInCp <disable | enable> 

 

Command Parameters

The IP Signaling Profile H.323 Ingress IP Attributes flags are shown below:

IP Signaling Profile H.323 Ingress IP Parameters

Parameter

Description

convertProgressToAlert

Set this flag to convert Progress messages to Alert messages when communicating to endpoints that have difficulty with Progress messages.

  • disable (default)
  • enable

dontSendFacilityMessage

Set this flag to prevent sending Facility messages to endpoints that do not tunnel and have difficulty processing Facility messages.

  • disable (default)
  • enable

NOTE: Enabling this flag on the ingress leg may result in no media establishment for H.323 calls with discrete H.245 (no H.245 tunneling) due to H.245 socket collision. To avoid this issue, either disable this flag or ensure the H.245 signaling port address (actual hex value) associated with this setting is greater than its peer.

refuseFastStartProposal

When this flag is set, SBC does not include FastStart proposal in early media calls. Instead, it relies on H.245 procedure to complete media setup. When cleared, SBC always includes fast start proposal in SETUP message for early media calls.

  • disable (default)
  • enable

send183OnInitiatingDisconnectTreatment

Enable this flag to send a 183 message on initiating a disconnect treatment.

  • disable (default)
  • enable

sendFastStartResponseInCp

When this parameters is used, the SBC sends a Fast start response message in Call Proceeding messages.

  • disable (default)
  • enable

 

 

  • No labels