N2SCP Applications
Overview
N2SCP provides the LhoScpApp application for use in N2SVCD - a General Purpose Logic SCP (used by N2ACD, etc.).
Traffic Type Determination
Calls handled by N2SCP applications may be for Originating, Forwarding, or Terminating call legs. Some factors of processing (e.g. Special Number rules) may take the traffic type into account for rule selection.
All N2SCP applications apply the following rules, in order, to determine the traffic type of a received InitialDP:
- 
If the InitialDP→EventTypeBCSMfield value is12(termAttemptAuthorized), set the traffic type to Terminating.
- 
If: - The SSP model inapvalue iscamel1,camel2,camel3, orcamel4.
- The InitialDP→EventTypeBCSMfield value is2(CollectedInfo) or3(AnalyzedInformation).
- The InitialDP→locationInformationfield is not present.
 …set the traffic type to Forwarding. 
- The SSP model 
- 
If: - The SSP model inapvalue iscs1.
- The InitialDP→EventTypeBCSMfield value is2(CollectedInfo) or3(AnalyzedInformation).
- The InitialDP→redirectingPartyIDfield is present.
 …set the traffic type to Forwarding. 
- The SSP model 
- 
If the InitialDP→EventTypeBCSMfield value is2(CollectedInfo) or3(AnalyzedInformation), set the traffic type to Originating.
For N2SCP applications, this call type may be used by Special Number rules as required.