Previous PageTable Of Contents../index.htmlIndexNext Page



5.6. DX_CAP: Call Analysis Parameters

The DX_CAP data structure contains Call Analysis Parameters.

The DX_CAP structure modifies parameters that control Frequency Detection, Cadence Detection, Loop Current, and Positive Voice Detection. The DX_CAP structure is used to modify call analysis channel parameters when using dx_dial( ).)

This structure may be used only under the following circumstances:

NOTE:
For more detail about Call Analysis and how and when to use the DX_CAP structure see the Voice Software Reference: Voice Features Guide.

To clear the fields in a DX_CAP structure, use the dx_clrcap( ) function.

If you set any DX_CAP field to 0, the field will be reset to the default value for the field.The setting used by a previously called dx_dial( ) function is ignored.

The typedef for the structure is as follows:

Parameter

Description

ca_nbrdna

Number of Rings Before Detecting No Answer: The number of single or double rings to wait before returning a "no answer." (CA: Basic only)

 

Length: 1. Default: 4. Units: rings.

ca_stdely

Start Delay: The delay after dialing has been completed and before starting analysis for Cadence Detection, Frequency Detection, and Positive Voice Detection. (CA)

 

Length: 2. Default: 25. Units: 10 ms.

ca_cnosig

Continuous No Signal: The maximum time of silence (no signal) allowed immediately after Cadence Detection begins. If exceeded, a "no ringback" is returned. (CA)

 

Length: 2. Default: 4000. Units: 10 ms.

ca_lcdly

Loop Current Delay: The delay after dialing has been completed and before beginning Loop Current Detection. (CA)

 

-1: Disable Loop Current Detection.

 

Length: 2. Default: 400. Units: 10 ms.

ca_lcdly1

Loop Current Delay 1: The delay after Loop Current Detection detects a transient drop in loop current and before Call Analysis returns a "connect" to the application. (CA)

 

Length: 2. Default: 10. Units: 10 ms.

ca_hedge

Hello Edge: The point at which a "connect" will be returned to the application. (CA)

 

1: Rising Edge (immediately when a connect is detected).

 

2: Falling Edge (after the end of the salutation).

 

Length: 1. Default: 2. Units: edge.

ca_cnosil

Continuous Nonsilence: The maximum length of the first or second period of nonsilence allowed. If exceeded, a "no ringback" is returned. (CA)

 

Length: 2. Default: 650. Units: 10 ms.

ca_lo1tola

Low 1 Tolerance Above: Percent acceptable positive deviation of short low signal. (CA: Basic only)

 

Length: 1. Default: 13. Units: %.

ca_lo1tolb

Low 1 Tolerance Below: Percent acceptable negative deviation of short low signal. (CA: Basic only)

 

Length: 1. Default: 13. Units: %.

ca_lo2tola

Low 2 Tolerance Above: Percent acceptable positive deviation of long low signal. (CA: Basic only)

 

Length: 1. Default: 13. Units: %.

ca_lo2tolb

Low 2 Tolerance Below: Percent acceptable negative deviation of long low signal. (CA: Basic only)

 

Length: 1. Default: 13. Units: %.

ca_hi1tola

High 1 Tolerance Above: Percent acceptable positive deviation of high signal. (CA: Basic only)

 

Length: 1. Default: 13. Units: %.

ca_hi1tolb

High 1 Tolerance Below: Percent acceptable negative deviation of high signal. (CA: Basic only)

 

Length: 1. Default: 13. Units: %.

ca_lo1bmax

Low 1 Busy Maximum: Maximum interval for short low for busy. (CA: Basic only)

 

Length: 2. Default: 90. Units: 10 ms.

ca_lo2bmax

Low 2 Busy Maximum: Maximum interval for long low for busy. (CA: Basic only)

 

Length: 2. Default: 90. Units: 10 ms.

ca_hi1bmax

High 1 Busy Maximum: Maximum interval for first high for busy. (CA: Basic only)

 

Length: 2. Default: 90. Units: 10 ms.

ca_nsbusy

Nonsilence Busy: The number of nonsilence periods in addition to nbrdna to wait before returning a "busy." (CA: Basic only)

 

Length: 1. Default: 0. .Negative values are valid.

ca_logltch

Low Glitch: The maximum silence period to ignore. Used to help eliminate spurious silence intervals. (CA)

 

Length: 2. Default: 15. Units: 10 ms.

ca_higltch

High Glitch: The maximum nonsilence period to ignore. Used to help eliminate spurious nonsilence intervals. (CA)

 

Length: 2. Default: 19. Units: 10 ms.

ca_lo1rmax

Low 1 Ring Maximum: Maximum short low duration of double ring. (CA: Basic only)

 

Length: 2. Default: 90. Units: 10 ms.

ca_lo2rmin

Low 2 Ring Minimum: Minimum long low duration of double ring. (CA: Basic only)

 

Length: 2. Default: 225. Units: 10 ms.

ca_intflg

Intercept Mode Flag: This parameter enables or disables SIT Frequency Detection, Positive Voice Detection (PVD), and/or Positive Answering Machine Detection (PAMD), and selects the mode of operation for Frequency Detection. (CA)

 

DX_OPTEN

  Enable Frequency Detection and wait for detection of a connect using Cadence Detection or Loop Current Detection before returning an "intercept."

 

DX_OPTDIS

  Disable Frequency Detection and PVD.

 

DX_OPTNOCON

  Enable Frequency Detection return an "intercept" immediately after detecting a valid frequency.

 

DX_PVDENABLE

  Enable PVD.

 

DX_PVDOPTEN

  Enable PVD and DX_OPTEN.

 

DX_PVDOPTNOCON

  Enable PVD and DX_OPTNOCON.

 

DX_PAMDENABLE

  Enable PAMD.

 

DX_PAMDOPTEN

  Enable PAMD and DX_OPTEN.

 

Length: 1. Default: DX_OPTEN.

ca_intfltr

Not used.

ca_hisiz

High Size: Used to determine whether to use alowmax or blowmax. (CA: Basic only)

 

Length: 2. Default: 90. Units: 10 ms.

ca_alowmax

A Low Maximum: Maximum low before connect if high > hisiz. (CA: Basic only)

 

Length: 2. Default: 700. Units: 10 ms.

ca_blowmax

B Low Maximum: Maximum low before connect if high < hisiz. (CA: Basic only)

 

Length: 2. Default: 530. Units: 10 ms.

ca_nbrbeg

Number Before Beginning: Number of nonsilence periods before analysis begins. (CA: Basic only)

 

Length: 1. Default: 1. Units: rings.

ca_hi1ceil

High 1 Ceiling: Maximum 2nd high duration for a retrain. (CA: Basic only)

 

Length: 2. Default: 78. Units: 10 ms.

ca_lo1ceil

Low 1 Ceiling: Maximum 1st low duration for a retrain. (CA: Basic only)

 

Length: 2. Default: 58. Units: 10 ms.

ca_lowerfrq

Lower Frequency: Lower bound for 1st tone in an SIT. (CA)

 

Length: 2. Default: 900. Units: Hz.

ca_upperfrq

Upper Frequency: Upper bound for 1st tone in an SIT. (CA)

 

Length: 2. Default: 1000. Units: Hz.

ca_timefrq

Time Frequency: Minimum time for 1st tone in an SIT to remain in bounds. The minimum amount of time required for the audio signal to remain within the frequency detection range specified by upperfrq and lowerfrq for it to be considered valid. (CA)

 

Length: 1. Default: 5. Units: 10 ms.

ca_rejctfrq

Not used.

ca_maxansr

Maximum Answer: The maximum allowable length of ansrsize. When ansrsize exceeds maxansr, a "connect" is returned to the application. (CA)

 

Length: 2. Default: 1000. Units: 10 ms.

ca_ansrdgl

Answer Deglitcher: The maximum silence period allowed between words in a salutation. This parameter should be enabled only when you are interested in measuring the length of the salutation. (CA)

 

-1: Disable this condition.

 

Length: 2. Default: -1. Units: 10 ms.

ca_pvdmxper

Not used.

ca_pvdszwnd

.Not used.

ca_pvddly

Not used.

ca_mxtimefrq

Maximum Time Frequency: Maximum allowable time for 1st tone in an SIT to be present.

 

Default: 0. Units: 10 ms.

ca_lower2frq

Lower Bound for 2nd Frequency: Lower bound for 2nd tone in an SIT.

 

Default: 0. Units: Hz. .

ca_upper2frq

Upper Bound for 2nd Frequency: Upper bound for 2nd tone in an SIT.

 

Default: 0. Units: Hz. .

ca_time2frq

Time for 2nd Frequency: Minimum time for 2nd tone in an SIT to remain in bounds.

 

Default: 0. Units: 10 ms.

ca_mxtime2frq

Maximum Time for 2nd Frequency: Maximum allowable time for 2nd tone in an SIT to be present.

 

Default: 0. Units: 10 ms.

ca_lower3frq

Lower Bound for 3rd Frequency: Lower bound for 3rd tone in an SIT.

 

Default: 0. Units: Hz.

ca_upper3frq

Upper Bound for 3rd Frequency: Upper bound for 3rd tone in an SIT.

 

Default: 0. Units: Hz.

ca_time3frq

Time for 3rd Frequency: Minimum time for 3rd tone in an SIT to remain in bounds.

 

Default: 0. Units: 10 ms.


Previous PageTable Of ContentsTop Of PageIndexNext Page

Click here to contact Dialogic Customer Engineering

Copyright 2002, Dialogic Corporation
All rights reserved
This page generated February, 2002