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);
LVCA_SetTransfer
If successful,LVCA_SetTransferA/LVCA_SetTransferW returns true. If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.
CAMSG_ENTERMODULE
CAMSG_REC_BEFORE_CONFIRM
CAMSG_REC_AFTER_CONFIRM
CAMSG_TIMEOUT
CAMSG_ERROR
hCA (IN) Call handle passed into function
Transfer (IN) buffer containing the transfer string including & = flash hook and , = pause
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