Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

IMPORT_FILES_PATH

The parameter defines the directory path location of incoming import files. Typically set to the customers home directory: /home/customer/pcr360/data/inbound/

CALL_USAGE_RATING_IMMEDIATE

(true or false)

This parameter sets when calls and usage will be rated after processing. Specifying True will cause the rating event to run every minute, while False will run the event once daily. The default is False.

CALL_USAGE_RATING_TIME_OF_DAY

(number of seconds after midnight)

If CALL_USAGE_RATING_IMMEDIATE is set to False, this parameter specifies the time of day at which the calls and usage rating event runs. The default is 10800, which is 3:00 a.m.

CALL_USAGE_RATING_COST_ROUND_METHOD

(Options: ceil, floor, roundup, rounddown, none)

During rating the call/usage processing module sometimes needs to round fractions of cost. When this happens there are 5 (five) types of rounding that can be used:

  • Ceil – (ceiling) a mathematical form of rounding that always goes up to the nearest whole number.
  • Floor – a mathematical form of rounding that always goes down to the nearest whole number.
  • Roundup – typical rounding method to round everything above .5 up and everything below .5 down and then round .5 (specifically) up.
  • Round down – typical rounding method to round everything above .5 up and everything below .5 d¬¬own and then round .5 (specifically) down.
  • None – no rounding.

This parameter specifies the rounding method. The default is "Ceil".

CALL_USAGE_RATING_DURATION_PRECISION

(number of seconds)

During rating the call/usage processing module can maintain durations to the nearest specified precision. This precision is defined in a number of seconds. To maintain this precision the process will sometimes round the duration to the nearest precision. The default is 1. (See CALL_RATING_DURATION_ROUNDING_METHOD below)

CALL_USAGE_RATING_DURATION_PRECISION_ROUND_METHOD

(options: ceil, floor, roundup, rounddown, none)

During rating the call/usage processing module sometimes needs to round fractions of duration to the nearest precision number of seconds. When this happens there are 5 (five) types of rounding that can be used:

  • Ceil – (Ceiling) a mathematical form of rounding that always goes up to the nearest whole number.
  • Floor – a mathematical form of rounding that always goes down to the nearest whole number.
  • Roundup – typical rounding method to round everything above .5 up and everything below .5 down and then round .5 (specifically) up.
  • Round down – typical rounding method to round everything above .5 up and everything below .5 d¬¬own and then round .5 (specifically) down.
  • None – no rounding.

This parameter specifies the rounding method. The default is "Ceil".

CALL_USAGE_RATING_DURATION_ROUND_METHOD

(options: ceil, floor, roundup, rounddown, none)

During rating the call/usage processing module sometimes needs to round fractions of duration to the nearest rate interval. When this happens there are 5 (five) types of rounding that can be used:

  • Ceil – (Ceiling) a mathematical form of rounding that always goes up to the nearest whole number.
  • Floor – a mathematical form of rounding that always goes down to the nearest whole number.
  • Roundup – typical rounding method to round everything above .5 up and everything below .5 down and then round .5 (specifically) up.
  • Round down – typical rounding method to round everything above .5 up and everything below .5 d¬¬own and then round .5 (specifically) down.
  • None – no rounding.

This parameter specifies the rounding method. The default is "Ceil".

IMPORT_REPROCESS_NUM_DAYS

(number of days)

Whenever the import file processing module fails to process a specific record it will hold onto that record for later reprocessing. At a specific time each day it will attempt to reprocess errors for a specified number of days. If the reprocess succeeds then the error status is removed. This parameter specifies that number of days. There is also a Tenant specific override for this parameter called Call Error Aging. The default is 30.

IMPORT_REPROCESS_TIME_OF_DAY

(number of seconds after midnight)

Whenever the import file processing module fails to process a specific record it will hold onto that record for later reprocessing. At a specific time each day it will attempt to reprocess errors for a specified number of days. If the reprocess succeeds then the call error status is removed. This parameter specifies the time each day that the reprocess runs. The default is 9000, which is 2:00 a.m.

USE_RATING_GROUP

(true or false)

If set to true, then the Rating Group field will appear on Phone Services form and on the Call Rate form and grid. The rating process will use the Rating Group in addition to the Billing Group to find the correct Call Rate. The default is false.

  • No labels