AREA=NETWORK
; ----------------------------------------------------------------------
; |      Dialogic Sample Download Parameter File                       |
; |      Version 5.62-PRODUCTION                                       |
; |      Copyright 1995 Dialogic Corp.                                 |
; |      All Rights Reserved                                           |
; ----------------------------------------------------------------------
;
; Each parameter line should have the following format:
; [parameter id] [value(s)]
;
; parameter id is a word value where the MSB is the device number and 
;	the LSB is the parameter type.
;
; value(s) specify the value to which to set the parameter.  All values
;	are given in hexadecimal.
;
; The parameter types, possible values and default values are shown 
; below.
;
; NOTE: The SCbus and T1 default values are shown for parameters which
;	have different defaults for either PEB and SCbus, or T1 and E1.
;
;---
;--- RECEIVE WINK DEFINITION (Parameter type 05H)
;--- Defines which bit will be examined to detect a wink received from the
;--- network and the polarity of the transition to be considered a wink.
;--- One and only one bit may be defined.
;--- The data is broken up as follows:
;---    Lower nibble:  
;---             01H = detect wink on A bit
;---             02H = detect wink on B bit
;---             04H = detect wink on C bit (E1 only)
;---             08H = detect wink on D bit (E1 only)
;---    Upper nibble:
;---             10H = positive polarity (off-on followed by on-off
;---                   transition)
;---             00H = negative polarity (on-off followed by off-on
;---                   transition)
;--- The default data value is:
;---	11H for T1 (detect wink with positive polarity on A bit).
;---	01H for E1 (detect wink with negative polarity on A bit).
;0005 11
;---
;--- TRANSMIT NATIONAL AND INTERNATIONAL BITS (Parameter 06H - E1 only)
;--- Defines the values of these bits.
;---    DATA         | NFAS TS0     | FAS TS0      | DESCRIPTION
;---    BITS (0=LSB) | BITS (8=LSB) | BITS (8=LSB) |
;---    -------------+--------------+--------------+----------------------
;---         4..0    |    4..8      |              | national bits
;---         5       |    1         |              | NFAS international bit
;---         6       |              |    1         | FAS international bit
;---
;--- DATA bits 4 to 0 correspond to the national bits (bits 4 to 8 of timeslot
;--- zero in each non-alignment frame (NFAS)), DATA bit 5 corresponds the
;--- NFAS international bit (bit 1 of timeslot 0 in each non-alignment frame), 
;--- and DATA bit 6 corresponds to the FAS international bit (bit 1 of 
;--- timeslot 0 in each alignment frame (FAS)).
;--- NOTE: The DATA bits are numbered 0 through 7, bit 0 is the LSB.
;---     : The timeslot bits are numbered 1 through 8, bit 8 is the LSB.
;--- The default DATA value is 7FH (all national and international bits 
;--- set to 1).
;0006 7F
;---
;--- TRANSMIT EXTRA BITS (Parameter type 07H - E1 only)
;--- Defines the value of the E1 'extra bits'.  Bits 0, 1, and 2 (where bit 0
;--- is the LSB) of the parameter DATA correspond to bits 8, 7, and 5 (bit 8
;--- is the LSB) of time slot 16 in frame 0 of the signalling multiframe.  
;--- NOTE: The DATA bits are numbered 0 through 7, bit 0 is the LSB.
;---     : The timeslot bits are numbered 1 through 8, bit 8 is the LSB.
;--- The default DATA value is 07H (all extra bits set to 1).
;0007 07
;---
;--- INITIAL SIGNALING INSERTION PATTERN  (Parameter type 08H)
;--- Defines what the default contents of the transmit signaling buffer
;--- for all channels will be. The transmit signaling on a channel will
;--- reflect the contents of the transmit signaling buffer for that
;--- channel when that channel is set to signaling insertion mode.
;--- The masks to set the corresponding signaling bits on are as follows:
;---    01H = A signaling bit
;---    02H = B signaling bit
;---    04H = C signaling bit (E1 only)
;---    08H = D signaling bit (E1 only)
;--- The default data value is:
;---    00H for T1 (A and B bits = 0).
;---    0BH for E1 (A, B and D bits = 1, C bit = 0) (Blocking).
;--- MSL-100 GroundStart: The default setting is for GroundStart AB = 00
;---                      to seize the channel to prevent call presentation.
0008 00
;---
;--- SIGNALING MODE (Parameter type 09H)
;--- Indicates the default signaling mode.  Insertion mode is used when the
;--- interface controls the signaling to the T1/E1 line. Transparent mode is
;--- used when the signaling from the PEB is transmitted to the T1/E1 line.
;--- Transparent mode is not permitted in SCbus mode.                      
;--- Possible values for signaling mode are:
;---    00H = insertion mode
;---    01H = transparent mode
;--- The default data value is:
;---    01H for PEB T1 (transparent mode).
;---    00H for PEB E1, SCBus T1, and SCBus E1 (insertion mode).
;0009 00
;---
;--- IDLE MODE (Parameter type 0AH)
;--- Indicates whether the interface should transmit idle by default. If set
;--- to transmit idle, the idle pattern is transmitted to the T1/E1 line.
;--- If not set to transmit idle, data from the bus is transmitted to the
;--- T1/E1 line.
;--- Possible values for idle mode are:
;---    00H = do not transmit idle
;---    01H = transmit idle
;--- The default data value is:
;---    00H (don't transmit idle).
;000A 00
;---
;--- TRANSMIT IDLE PATTERN (Parameter type 0BH)
;--- Indicates the idle pattern to be used when the interface is
;--- transmitting idle to the T1/E1 span.
;--- Possible T1 values for idle pattern are:
;---    00H = idle pattern 7FH
;---    01H = idle pattern FFH
;--- Possible E1 values for idle pattern are:
;---    00H = idle pattern 54H
;---    01H = idle pattern D5H
;--- The default data value is 00H (7FH for T1, 54H for E1).
;000B 00
;---
;--- TRANSMIT WINK DEFINITION (Parameter type 0CH)
;--- Defines the signaling bit states used to transmit a wink.
;--- A wink starts by transmitting signaling state 0 for the pre-wink 
;--- delay time. Then transmits signaling state 1 for the wink length 
;--- time and then returns to transmitting signaling state 0.
;--- The signaling states are defined within the data byte as follows:
;---    Lower nibble:  01H = State 0 A signaling bit
;--- 		       02H = State 0 B signaling bit
;--- 		       04H = State 0 C signaling bit (E1 only)
;--- 		       08H = State 0 D signaling bit (E1 only)
;---    Upper nibble:  10H = State 1 A signaling bit
;--- 		       20H = State 1 B signaling bit
;--- 		       40H = State 1 C signaling bit (E1 only)
;--- 		       80H = State 1 D signaling bit (E1 only)
;--- When a data bit is set, the corresponding signaling bit is ON ('1')
;--- in the signaling state.
;--- The default data value is:
;---    10H for T1 (A bit toggles OFF to ON to OFF, B bit stays OFF)
;---    89H for E1 (A bit toggles ON to OFF to ON, B and C bits stay OFF, and 
;---                D bit stays ON).
;000C 10
;--- TRANSMIT PULSE DIGIT MAKE/BREAK STATE DEFINITION (Parameter type 0DH)
;--- Defines the signaling bit states used to transmit a pulse digit.
;--- A pulse digit consists of a series of pulses from a 'make' signaling
;--- state to a 'break' signaling state.
;--- The signaling states are defined within the data byte as follows:
;---    Lower nibble:  01H = Make state A signaling bit
;--- 		       02H = Make state B signaling bit
;--- 		       04H = Make state C signaling bit (E1 only)
;--- 		       08H = Make state D signaling bit (E1 only)
;---    Upper nibble:  10H = Break state A signaling bit
;--- 		       20H = Break state B signaling bit
;--- 		       40H = Break state C signaling bit (E1 only)
;--- 		       80H = Break state D signaling bit (E1 only)
;--- When a data bit is set, the corresponding signaling bit is ON ('1')
;--- in the signaling state.
;--- The default data value is:
;---	01H for T1 (A bit pulses ON to OFF to ON, B bit stays OFF).
;---	98H for E1 (A bit pulses OFF to ON to OFF, B and C bits stay OFF,
;		    D bit stays ON).
;--- MSL-100 GroundStart: The offhook -> onhook pattern is 11 to 01
000D 23
;---
;--- NUMBER OF PULSES PER DIGIT SELECT (Parameter type 0EH)
;--- Defines the number of pulses in each pulse digit.
;--- Possible values for the data are as follows:
;---    00H = Digits 1-9 are represented by the corresponding number
;---          of pulses, digit 0 is represented by 10 pulses.
;---    01H = Digits 0-9 are represented by digit+1 pulses.
;--- The default data value is 00H (0 is represented by 10 pulses).
;000E 00
;---
;--- CRC ENABLE SWITCH (Parameter type 0FH - E1 only)
;--- Turns the transmission of the CRC4 pattern on or off and searches
;--- for such a pattern in the received signal.
;--- Possible values for the data are as follows:
;---    00H = Turn CRC off
;---    01H = Turn CRC on
;--- The default data value is 00H (Turn CRC off).
;000F 00
;---
;--- RECEIVE PULSE DIGIT DEFINITION (Parameter type 11H)
;--- Defines which bit will be examined to detect a pulse digit received from 
;--- the network and the polarity of the transition to be considered a pulse.
;--- One and only one bit may be defined.
;--- The data is broken up as follows:
;---    Lower nibble:  
;---             01H = detect digit on A bit
;---             02H = detect digit on B bit
;---             04H = detect digit on C bit (E1 only)
;---             08H = detect digit on D bit (E1 only)
;---    Upper nibble:
;---             00H = positive polarity (off-on followed by on-off
;---                   transition)
;---             10H = negative polarity (on-off followed by off-on
;---                   transition)
;--- The default data value is:
;---	11H for T1 (detect digit with negative polarity on A bit).
;---	01H for E1 (detect digit with positive polarity on A bit).
;0011 11
;---
;--- LINE LENGTH (Parameter type 12H)
;--- Defines output waveform template based on length of
;--- cable being driven for T1.
;--- Possible values for the data are as follows:
;--- 	00H = 000-110 ft.
;---	01H = 110-220 ft.
;---    02H = 330-440 ft.
;---	03H = 220-330 ft.
;---	04H = Square template
;---	05H =  > 655  ft.
;---    06H = 440-550 ft.
;---    07H = 550-660 ft.
;--- The default data value is 00H (000-110 ft.).
;0012 00
;---
;--- Clear Channel TS16 (only used for E1).
;--- Selects clear channel timeslot 16; 
;--- ignores E1 signaling received from 
;--- the network on timeslot 16 and transmits 
;--- FFH. (Access to timeslot 16 is not available.)
;--- NOTE: If CCTS16 is used, the corresponding 
;--- voice parameter (116) must be set.
;--- Possible values for the data are as follows:
;--- 	00H = E1 signaling on TS16 (default)
;---	01H = Clear Channel TS16
;--- The default data value is 00H - E1 signaling on TS16
;0013 00
;---
;--- ZERO CODE SUPPRESSION MODE (Parameter type 20H)
;--- Sets the Zero Code Suppression mode for T1
;--- Possible values for the data are as follows:
;--- 	00H = No zero code suppression.
;---	01H = B8ZS.
;---    02H = Bit 7 jamming.
;--- The default data value is 00H (no zero code suppression)
0020 01
