Intel 05-1832-002 IP Phone User Manual


 
494 Voice API for Windows Operating Systems Library Reference — November 2003
DX_ATTENDANT — Syntellect License Automated Attendant
a T-1 interface a function that manipulates the A and B bits can be used instead to answer a
call.
pfnExtensionMap
Required. Specifies the address of a function that translates the extension digits as received for
the caller to a digit string, representing the physical extension, to actually dial. For example,
when a caller enters “0” (usually for operator) the extension for the operator may actually be
“1500”.
szEventName
Required. Specifies the string name for the event used by the application to notify the
li_attendant( ) thread to terminate. An example is “MyEventName”.
nExtensionLength
Required. Specifies the maximum number of DTMF digits a caller can enter in response to the
prompt asking for an extension.
nTimeOut
Required. Specifies the amount of time, in seconds, before dx_getdig( ) returns and times out
when waiting for caller input.
nDialStringLength
Required. Specifies the length in bytes of the maximum translated extension dial string. For
example, for “1500” this field would be 4.
!
!!
! Example
For an example of DX_ATTENDANT, see the Example section for li_attendant( ).