LVCA_OutdialA / LVCA_OutdialW

LVCA_OutdialWithCallerIDA / LVCA_OutdialWithCallerIDW

LVCA_API BOOL WINAPI LVCA_OutdialA(HANDLE hCA, LPCSTR Number, BOOL UseCallProgress, LONG * CallResult);

LVCA_API BOOL WINAPI LVCA_OutdialW(HANDLE hCA, LPCWSTR Number, BOOL UseCallProgress, LONG * CallResult);

LVCA_API BOOL WINAPI LVCA_OutdialWithCallerIDA(HANDLE hCA, LPCSTR Number, BOOL UseCallProgress, LONG * CallResult, LPCSTR CallerNumber);

LVCA_API BOOL WINAPI LVCA_OutdialWithCallerIDW(HANDLE hCA, LPCWSTR Number, BOOL UseCallProgress, LONG * CallResult, LPCWSTR CallerNumber);

 

Return Value:

If successful, LVCA_OutdialA / LVCA_OutdialW / LVCA_OutdialWithCallerIDA / LVCA_OutdialWithCallerIDW returns true.  If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.

Supported on Events:

CAMSG_CALLSTART

Params:

hCA (IN) Call handle passed into function

Number (IN) The buffer containing the number to dial.

UseCallProgress (IN) If true call progress analysis will be utilized.

CallResult (OUT) Call progress result.

CallerNumber (IN) ISDN only. Sets the displayed Caller ID.

Notes:


Complete Help Topic List | Speech Platform Product Information