LVCA_SetTransferA/LVCA_SetTransferW

This function directs the Platform Application to transfer A Transfer is an Action An Action is a specific command that you can add to an Action List. There are five types of Actions: Vox, Listen, Goto, Transfer, and Hangup. that will hang up on callers. A Transfer is a Terminal Action. This means it will be the last Action in an Actions List. 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:

This function return true if successful, otherwise false will be returned.  Call LVCA_GetLastCallError to retrieve the error An Error is anything within the system itself that creates a glitch in the Speech Driven Information System An Information System is a general term used to describe the product you are designing with this software. This could be any type of system in which you can give information to your callers, such as a Virtual Customer Service Center, a Virtual Technical Support Center, or a Virtual Help Desk., such as a missing Vox A Vox is an Action that plays a sound file. You can record a Vox in your own voice directly from the Speech Driven Information System. You can also use the Audio Manager to import recordings or sound effects that you have obtained from other sources. or a Goto A Goto is an Action that sends callers to another Module. A Goto is a Terminal Action. This means it will be the last Action in an Actions List. that doesn't go anywhere. 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