Appendix 2: ini Hardware-Specific Settings

About .INI Settings

These settings use both upper and lower case for readability, however the entry in the file is not case-sensitive.

[Dialogic]

INI SETTING

DESCRIPTION

UNITS

DEFAULT

Board#

Where # is the number (1, 2) of the board, sets GlobalCall protocol for board number #

text

no default

ConfEntryTone

Enables a tone to all conferees upon entry of another conferee

0/1

1

ConfTariffTone

Enables a tone every 5 minutes to all confer�ees

0/1

0

InboundProtocol

Sets GlobalCall protocol, for use with Type = Dialogic inbound calls

text

no default

ListenMonitor

Listeners in a DCB conference share the same monitor port

0/1

0

NoAnswer

# of seconds of ringback before "no answer" returned. This setting is overridden by any loaded TSF file.

See Dialogic Call Progress.

seconds

30

OutboundProtocol

Sets GlobalCall protocol, for use with Type = Dialogic outbound calls

text

no default

SetChannelsInSer�vice

Sets channels in service after the lines are opened. Applicable to lines using GlobalCall protocols.

0/1

0

AcceptOffered�Calls

Accepts offered call right away when set to 1. When set to 0, offered call are not accepted and could be either answered or rejected. Applicable to lines using GlobalCall proto�cols on non-ISDN.

0/1

1

[Voicecard] - (Dialogic Specific Settings)

INI SETTING

DESCRIPTION

UNITS

DEFAULT

PulseDetection

Enables pulse detection

0 = no DPD

1 = normal DPD

2 = DPD with cut-through

[Voicecard] - (Dialogic T1 Specific Settings)

INI SETTING

DESCRIPTION

UNITS

DEFAULT

LoopStart

Overrides T1 bit pattern settings (see below) to use loopstart protocol

0/1

0

Wink

Selects number of winks after incoming ring

0 = no wink (immediate)

1 = single wink (default)

2 = double wink

WinkTime

Time in ms for wink duration

ms

150

PreWinkDelay

Prewink transmit delay in ms

ms

0

T1 Bit Pattern Settings

These settings are used to configure the T1 bit patterns for the A & B bits for non-standard T1 configu�rations.

First digit is value for 'A' bit, second is value for 'B' bit.

The values can be "00", "01", "10" or "11". - where: 00 means look for both A and B bits off, 01 means look for A bit off, B bit on, and so on.

INI SETTING

DESCRIPTION

UNITS

DEFAULT
LoopStart = 0

DEFAULT
LoopStart = 1

t1idle

Bits to set for idle line

AB

00

01

t1ringing

Bits to detect ring indication

AB

11

00

t1answer

Bits to set for IVR to answer call

AB

11

11

t1hangup

Bits to detect hangup

AB

00

00

t1hookflash

Bits to change for a hookflash

AB

11

11

t1hookflash_start

How to start a hookflash

0/1/2

2

 

t1hookflash_end

How to end a hookflash

0/1/2

1

 

Valid values for t1hookflash_start and t1hookflash_end are as follows:

0 = set the bit specified in t1hookflash, clear any others

1 = set the bit specified in t1hookflash, leave others unchanged

2 = clear the bit specified in t1hookflash, leave others unchanged

The difference between t1answer and t1hangup settings will be used to test for hangup notification from the switch. For example, if t1answer is 11, and t1hangup is 10, the B bit going to 0 will be used to detect hangup.

The difference between t1ringing and t1idle will be used to test for incoming ring indication in the same way.

Loopstart monitors only B-bit changes in order to detect ringing.

VBVoice uses the following events to determine start and end of an incoming call:

 

LoopStart=0

LoopStart=1

Ring event

Transition from t1idle to t1ringing

State change on bit B from t1idle to t1ringing (bit A ignored)

Hangup event

Transition from t1answer to t1hangup

Transition from t1idle to t1hangup