Intel 05-1832-002 IP Phone User Manual


 
450 Voice API for Windows Operating Systems Library Reference — November 2003
li_islicensed_syntellect( ) — verify Syntellect patent license on board
li_islicensed_syntellect( )
verify Syntellect patent license on board
!
!!
! Description
The li_islicensed_syntellect( ) function verifies Syntellect patent license on board. This function is
a convenience function used to determine whether the board is enabled with the Syntellect patent
license.
!
!!
! Cautions
When an internal error occurs, li_islicensed_syntellect( ) returns FALSE. When FALSE is
returned on a board that you are certain is enabled with the Syntellect patent license, use
ATDV_LASTERR( ) to find the reason for the error.
!
!!
! Errors
None.
!
!!
! Source Code
To view the source code for li_islicensed_syntellect( ), refer to the end of the syntellect.c file in the
samples\syntellect directory under the Intel® Dialogic® home directory.
!
!!
! Example
To view the source file for the example, refer to the attendant.c file in the samples\syntellect
directory under the Intel® Dialogic® home directory.
!
!!
! See Also
li_attendant( )
Name: BOOL li_is licensed_syntellect(chdev)
Inputs: int chdev
valid device handle
Returns: TRUE if board is enabled with Syntellect license
FALSE if board is not enabled with Syntellect license
Includes: syntellect.h
Category: Syntellect License Automated Attendant
Mode: synchronous
Platform: Springware
Parameter Description
chdev specifies the valid channel device handle obtained when the channel was opened
using dx_open( )