LVCA_SetTransferA/LVCA_SetTransferW

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

LVCA_API BOOL WINAPI LVCA_SetTransferA(HANDLE hCA, LPCSTR Transfer);

LVCA_API BOOL WINAPI LVCA_SetTransferW(HANDLE hCA, LPCTSTR Transfer);

Defined as:

LVCA_SetTransfer

Return Value:

If successful,LVCA_SetTransferA/LVCA_SetTransferW returns true.  If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.

Supported on Events:

CAMSG_ENTERMODULE

CAMSG_REC_BEFORE_CONFIRM

CAMSG_REC_AFTER_CONFIRM

CAMSG_TIMEOUT

CAMSG_ERROR

Params:

hCA (IN) Call handle passed into function

Transfer (IN) buffer containing the transfer string including  & = flash hook and , = pause

Notes:

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