In this section:
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.
Note
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.
Use the following command to configure psxScriptProfile
.
% set profiles signaling psxScriptProfile <psxScriptProfile name> scriptName1 <name1> scriptName2 <name2> scriptName3 <name3>
Use the following command to configure the psxScriptProfile
parameter.
% set addressContext <addressContext name> zone <zone name> sipTrunkGroup <sipTrunkGroup name> signaling psxScriptProfile <psxScriptProfile name>
% set profiles signaling psxScriptProfile psp scriptName1 AAT_CH1_DISC0_SBC7K_7 scriptName2 abc123 scriptName3 xyz456 commit
> show table addressContext default zone ZONE1 sipTrunkGroup TG_ING signaling psxScriptProfile psxScriptProfile psp;