Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
JIRAIDAUTHSBX-69854
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ceaa0c34, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ccfa092d, userName='null'}

PSX Script Profile 

The SBC Core completes the ingress preconditions when the call terminates at the PSX script. Users can configure the list of script names (in the psxScriptProfile) for which the SBC performs ingress preconditions interworking. The ingress preconditions trigger when one of the configured script names matches with the PSX returned script name. The script execution continues after the ingress preconditions are met.


Info
titleNote
 

The SBC allows a maximum of three script names to be configured. The configurable script name is the same as the script name that PSX returns.


Command Syntax

The psxScriptProfile command syntax is provided below.


Code Block
languagenone
% set profiles signaling psxScriptProfile <psxScriptProfile name>
   scriptName1 <name1>
   scriptName2 <name2>
   scriptName3 <name3>


Use the following command to configure the psxScriptProfile parameter.

Code Block
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <sipTrunkGroup name> signaling psxScriptProfile <psxScriptProfile name>


Command Parameters


Caption
0Table
1 Parameters
3 Parameters


ParameterLength/RangeDescriptionMandatory/
Optional (M/O)
psxScriptProfile1-23

<psxScriptProfile name>—Use the psxScriptProfile to create a list of configurable script files, for which the SBC performs ingress preconditions interworking.

This parameter uses one to three script names, which have a string maximum of 23 characters.

O
scriptName11-23<name1>Enter the name of the configurable script file.O
scriptName21-23<name2>Optionally, enter the name of a second configurable script file.O
scriptName31-23<name3>Optionally, enter the name of a third configurable script file.O



Command Examples

Code Block
titleSet psxScriptProfile
% set profiles signaling psxScriptProfile psp scriptName1 AAT_CH1_DISC0_SBC7K_7 scriptName2 abc123 scriptName3 xyz456
commit


Code Block
titleShow psxScriptProfile
> show table addressContext default zone ZONE1 sipTrunkGroup TG_ING signaling psxScriptProfile
psxScriptProfile psp;


Pagebreak