Navigation:  IVR Applications > Patient Reminder System >

Global Configuration

Previous pageReturn to chapter overviewNext page

Certain configuration settings are common to all PRS applications.  Consequently, they are stored in a single shared configuration file named prsmain.ini.  This file is located in the following directory path:

 

C:\DuVoice\IVR\PatientReminder\prsmain.ini

 

The file is divided into two sections, labeled [Main] and [Data].  The [Main] section contains general initialization settings, while the [Data] section contains transient data that allows the PRS to switch from one application to another.

 

General Settings

These settings are found under the [Main] section heading:

 

Setting

Description

AnsweringMachineDetect

Reserved for future use.  Should be set to NO.

NumRings

Enter the number rings to wait for before assuming the call is not answered.

 

Default is 6 rings.

 

The number of rings is actually translated to a number of seconds, assuming 6 seconds per ring (based on the Bellcore standard ring cadence of 2 seconds on and 4 seconds off).  So the default of 6 seconds would equate to approximately 24 seconds.

MaxBusy

Enter the maximum number of call attempts to make if the line is consistently busy.

 

Default is 36 attempts.

BusyInterval

Enter the length of time, in minutes, to wait after getting a busy signal before attempting the call again.

 

Default is 5 minutes.

MaxRNA

Enter the maximum number of call attempts to make if the calls are consistently not answered.

 

Default is 12 attempts.

RNAInterval

Enter the length of time, in minutes, to wait after a call is not answered before attempting the call again.

 

Default is 15 minutes.

TrunkAccessCode

Enter the digits that must be pre-pended to the phone number in order to access an outside line.

 

Default is 9, (where the comma denotes a pause).

 

Note: On SIP-enabled systems, the pause character is ignored because SIP does not support it.

SleepTime

Enter the length of time, in seconds, to wait between calls.

 

This can be helpful in reducing the possibility of collisions, where another application is trying to access the same data file at the same time (such as the application that generates the data file in the first place).

 

The default setting is 60 seconds.

NumApps

Enter the number of PRS applications that are active (that is, how many data files are being managed).

 

The default setting is 1 application.

 

Data Settings

These settings are found under the [Data] section heading.  There is currently only one data setting:

 

Setting

Description

NextApp

The ID number of the next application to be processed.

 

This setting should never be modified by the user.

 

Each time the PRS reads this value, it is auto-incremented by one.  If the resulting value is larger than the NumApps setting, then it will be reset to a value of 1 (which is also the default starting value).

 

Refer to the individual sections for Appointment Notification and Message Delivery for application-specific configuration settings.