(Page 1 of 1 in this chapter)
|
AG Board
|
Default Port Count
|
DTMF Detection
|
MF Detection
|
Tone Generation
|
Tone Detection
|
Cleardown Detection
|
Caller ID
|
Echo Cancellation
|
ADSI
|
NMS Speech Normal
|
NMS Speech 1.5X
|
NMS Speech 2.0X
|
OKI Speech Normal
|
OKI Speech 1.5X
|
OKI Speech 2.0X
|
IMA/DVI Speech
|
WAVE Speech
|
G.726 Speech
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
AG-8
|
8
|
D
|
C
|
D
|
D
|
D
|
C
|
C
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG-8/80
|
8
|
D
|
C
|
D
|
D
|
D
|
C
|
C
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG-24
|
24
|
D
|
C
|
D
|
D
|
D
|
C
|
X
|
C
|
D
|
R
|
R
|
R
|
R
|
R
|
R
|
R
|
R
|
|
AG-24+
|
24
|
D
|
C
|
D
|
D
|
D
|
C
|
C
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG-30
|
30
|
D
|
C
|
D
|
D
|
D
|
C
|
X
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG-T1
|
24
|
D
|
C
|
D
|
D
|
D
|
C
|
C
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG-E1
|
30
|
D
|
C
|
D
|
D
|
D
|
C
|
X
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG-48
|
48
|
D
|
C
|
D
|
D
|
D
|
C
|
X
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG-60
|
60
|
D
|
C
|
D
|
D
|
D
|
C
|
X
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG-T1 v2
|
24
|
D
|
C
|
D
|
D
|
D
|
C
|
C
|
C
|
D
|
C
|
C
|
C
|
C
|
C
|
C
|
R
|
C
|
|
AG-E1 v2
|
30
|
D
|
C
|
D
|
D
|
D
|
C
|
C
|
C
|
D
|
C
|
C
|
C
|
C
|
C
|
C
|
R
|
R
|
|
AG Dual T
|
60
|
D
|
C
|
D
|
D
|
D
|
C
|
C
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
|
AG Dual E
|
60
|
D
|
C
|
D
|
D
|
D
|
C
|
C
|
C
|
D
|
R
|
R
|
C
|
R
|
R
|
C
|
R
|
R
|
DSPfile = filename.dsp
DSPfile statement to the ag.cfg file for each new DSP file which is required. The syntax for the statement is:
DSPfile = filename.dspFor example,
DSPfile = wavrec.dspEach DSP file listed in a
DSPfile statement will be assigned to task processors. If the DSP file is not one of dtmf.dsp, dtmfe.dsp, signal.dsp, or echo.dsp, it will be placed on all foreground task processors.DSPfile statements are
located in the common section after the [AGBOARD] keyword. This will
cause the DSP files to be loaded on all boards configured in the
configuration file. As an alternative, the DSPfile statements can be
moved to inside the individual BOARD sections of the configuration file.
This will allow each board in the system to be configured
independently.
_a to each DSP file name. This will select the
DSPfile = signal.dsp 11 Not required for the AG Dual T and AG Dual E boards.
DSPfile = callp.dsp
DSPfile = dtmf.dsp 2
DSPfile = tone.dsp
DSPfile = echo.dsp
DSPfile = signal.dsp # Always required background
DSPfile = dtmf.dsp # Always required background
DSPfile = callp.dsp # Always required foreground
DSPfile = tone.dsp # Always required foreground
DSPfile = okirec.dsp # Foreground from step 2
DSPfile = okiply.dsp # Foreground from step 2
The total worst case MIPS usage is: 8 ports * 2.52 MIPS per port = 20.2 MIPS.
23 foreground MIPS are available.
No restrictions apply.
DSPfile = signal.dsp # Always required background
DSPfile = dtmf.dsp # Always required background
DSPfile = callp.dsp # Always required foreground
DSPfile = tone.dsp # Always required foreground
DSPfile = voxp.dsp # Foreground from step 2
DSPfile = voxr.dsp # Foreground from step 2
(Page 1 of 1 in this chapter)