NCC.X.ADI_PLACECALL

The following table describes NCC.X.ADI_PLACECALL parameters:

NCC.X.ADI_PLACECALL

Dependent functions: nccPlaceCall, nccAutomaticTransfer

Field

Type

Default

Units

Description

connectmask

DWORD

0x0103

mask

Controls which network events cause an outgoing call to transition to the connected state. A value can be formed by using the OR operator with any of the following bit masks:

  • NCC_CON_ON_CED (0x0100): Modem detected

  • NCC_CON_ON_DIALTONE (0x0200): Dial tone

  • NCC_CON_ON_PROCEEDING (0x8000): Connect immediately

  • NCC_CON_ON_RING_BEGIN (0x0800): Connect immediately

  • NCC_CON_ON_SIGNAL (0x0001): Out-of-band signal

  • NCC_CON_ON_SIT (0x0400): SIT detected

  • NCC_CON_ON_VOICE_BEGIN (0x0002): Voice detected

  • NCC_CON_ON_VOICE_END (0x0020): Voice ended

  • NCC_CON_ON_VOICE_EXTENDED (0x0010): Extended voice

  • NCC_CON_ON_VOICE_LONG (0x0008): Long voice

  • NCC_CON_ON_VOICE_MEDIUM (0x0004): Medium length voice

  • NCC_CON_RING_QUIT (0x0080): Ring ended

disconnectmask

DWORD

0x0040

mask

Controls which network events cause an outgoing call to disconnect (not complete). A value can be formed by using the OR operator with any of the following bit masks:

  • NCC_DIS_ON_CED (0x0100): Dial tone

  • NCC_DIS_ON_RING_BEGIN (0x0800): Call progress ring begin

  • NCC_DIS_ON_RING_QUIT (0x0080): Call progress ring quit

  • NCC_DIS_ON_TIMEOUT (0x0040): Call progress timeout

  • NCC_DIS_ON_VOICE_BEGIN (0x0002): Voice detected

  • NCC_DIS_ON_VOICE_END (0x0020): Voice ended

  • NCC_DIS_ON_VOICE_EXTENDED (0x0010): Extended voice

  • NCC_DIS_ON_VOICE_LONG (0x0008): Long voice

  • NCC_DIS_ON_VOICE_MEDIUM (0x0004): Medium length voice