Chapter 9: Using Serial Integration
71
To program the message waiting lights for NEC 2000, use the following in the Method
field of the two notification records used for Light ON and Light OFF:
\B represents Ctrl+B, the start of transmission (STX) character. %E should be the same
number of digits and smdi_start specifies.
N
OTE
:
These examples uses
logical serial port 3
; for other ports, the 3’s would
have to be replaced.
Generic
This section covers a generic serial integration. It is designed for any telephone switching
system using serial integration other than those that:
•
Use Bellcore Standard SMDI
•
Are NEC 2000 or NEC 2400 systems
•
Are AT&T System 75 or Definity-G3 systems
To set configuration options for generic serial integration:
1.
Follow steps 1 through 11 in the Bellcore Standard SDMI procedure “To modify
configuration options for use with Bellcore Standard SMDI,” in the “Bellcore
Standard SDMI” section.
2.
Change the smdi_type option to:
To:
smdi_type 'generic'
3.
Modify
smdi_base_port 1
if the first port on the telephone switching system is
not identified as the logical port 1. For example, some telephone switching systems
use the port’s extension or another logical terminal number to identify the port. The
first port may be extension 241, with the second port 242, etc.
These numbers must
be consecutive.
For example, if the first or base port is 241, you use
smdi_base_port 241
.
4.
You can also set
smdi_pretimeout n
, where
n
is the maximum number of sec-
onds that an SMDI packet can precede the forwarded call. The default is 50.
5.
You must set
smdi_start n
, where
n
is the position in the integration packet sent
by the telephone switching system where the field containing the port number starts.
Start counting positions in the packet with the number 1. The default is 8.
6.
You must set
smdi_stop n
, where
n
is the position in the integration packet sent
by the telephone switching system where the field containing the port number ends.
Start counting positions in the packet with the number 1. The default is 11.
7.
You must set
smdi_max n
, where
n
is the maximum number of characters
expected/accepted per packet. The default is 143.
Light ON:
@S(3,’\B06%E01\N’)
Light OFF:
@S(3,’\B07%E01\N’)
Содержание [email protected] Version 3.xx
Страница 1: ...Installing AmAndA Work Place Version 3 xx Installer s Guide Edition 7 01...
Страница 4: ...iv Installing Amanda Work Place...
Страница 60: ...52 Installing Amanda Work Place...
Страница 68: ...60 Installing Amanda Work Place...
Страница 132: ...124 Installing Amanda Work Place...
Страница 150: ...142 Installing Amanda Work Place...
Страница 156: ...148 Installing Amanda Work Place...
Страница 194: ...186 Installing Amanda Work Place...
Страница 206: ...198Installing Amanda Work Place...