LVCA_SetTransfer

This function directs the Platform program to transfer the caller to the specified extension.

 

BOOL LVCA_SetTransferA(HANDLE hCA, LPCSTR Transfer) ;

BOOL LVCA_SetTransferW(HANDLE hCA, LPCTSTR Transfer) ;

 

Return Value

 

These functions return true if successful, otherwise false will be returned.  Call LVCA_GetLastCallError to retrieve the error code and message.

 

Parameters

 

hCA

The handle given by the event callback.

 

Transfer

A pointer to the string containing the transfer string.

 

Remarks

 

The transfer string will need to contain the flash hook symbol and any other requirements.  

 

sample:

 

"&,160"

The & is the flash hook symbol.  After the flash hook is sent the system must delay for a moment before the dial tone is ready.  Whenever a delay is needed, insert a "," into the string.


Complete Help Topic List | Speech Platform Product Information