NCM_StartDlgSrv( )
Description | Cautions | Example | Error Codes | See Also
NCMRetCode NCM_StartDlgSrv( )
None NCM_SUCCESS if success NCM error code if failure NCMApi.h synchronous Description
The NCM_StartDlgSrv( ) function initiates the Intel® Dialogic System Service. For more information about the Intel® Dialogic System Service, see Section 2.8, Starting and Stopping the Intel® Dialogic System Service.
Cautions
All auto-detectable Intel® Dialogic devices in the system must be detected using either the NCM_DetectBoards( ) function or the NCM_DetectBoardsEx( ) function before the NCM_StartDlgSrv( ) function can be used to start the Intel® Dialogic System Service. Refer to Section 2.6.1, Auto Detection for information about auto-detectable Intel® Dialogic devices.
A successful completion code for this function only indicates that the Intel® Dialogic System Service was initiated. To determine whether the Intel® Dialogic System Service completed its startup successfully, use the NCM_GetDlgSrvState( ) function.
Example
#include "NCMApi.h" ... // // Execute // NCMRetCode ncmRc = NCM_StartDlgSrv( ); if ( ncmRc != NCM_SUCCESS ) { // process error ... } ...Error Codes
See Also
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation