Application Parameters

LHO-SCP Application Configuration

Top-level per-instance application parameters are defined in the parameters section of the LHO-SCP configuration. Each parameter must have a name and a value.

A sample application parameters configuration might be:

    <application name="<application instance name>" module="LhoScpApp">
      ...
      <parameters>
          <!-- Other common N2SVCD application parameters -->
          <!-- Other common N2SCP application parameters -->
          <parameter name="default_logic_app_name" value="ACD-LOGIC" />
      </parameters>
      ...

Configuration Details

The available parameter types for a LHO-SCP Application instance are:

Attribute Type Description
parameters Array Array of name = value Parameters for this Application instance.
"default_logic_app_name" String [Required] The configured N2SVCD name for the LogicApp application to which we will hand off call control. (Default = SCP-LOGIC).
"service_logic_ms" 10 - 5000 The limit (in milliseconds) in which service logic must perform its processing and control decisions for real-time SCP call control. This must be sufficiently large to allow for access to external entities, e.g. Database Lookup, Diameter Requests, etc.
This value must be at least 1000 milliseconds lower than the configured `min_grant_secs` to avoid the possibility of service logic taking longer to process than the grant duration.
(Default = 2500 milliseconds).