The SBC applies disconnect treatment to the ingress party specified by the Signaling Sequence Profile (SSP). This SSP is derived from the SCP disconnect treatment profile (DTP) and disconnect treatment indicator provided by the policy server in a trigger response. The DTP must be explicitly configured on the SBC. The existing disconnect reason is still forwarded to the ingress party immediately after the disconnect treatment (if applicable) is applied. The disconnect reason can be SCP or egress party initiated.

Command Syntax

 % set profiles services disconnectTreatmentProfile <profile name> 
	reason <1-255> 
	disconnectSSP <DSSP profile name> 

Command Parameters

The Disconnect Treatment Profile Parameters are as shown:

Disconnect Treatment Profile Parameters

Parameter

Length/Range

Description

disconnectTreatmentProfile

N/A

The Disconnect Treatment Profile name.

reason

1-255

The call disconnect reason code to associate with a particular Disconnect Signaling Sequence Profile.
See Call Termination Reason Codes page for call disconnect codes.

disconnectSSP

N/A

The name of the Disconnect SSP to execute for the given Disconnect Treatment Profile and disconnect Reason code.

Command Example

The following example creates a Disconnect Treatment Profile named "DTP-1" with a reason code of "16" (normal call clearing), and assigns disconnect SSP "DSSP-1" to this profile so that when this profile runs it will execute "DSSP-1".

% set profiles services disconnectTreatmentProfile DTP-1 reason 16 disconnectSSP DSSP-1
% show profiles services disconnectTreatmentProfile 
	disconnectTreatmentProfile DTP-1 { 
		reason 16 { 
			disconnectSSP DSSP-1; 
		} 
	} 

 
  

  • No labels