LVCA_SetRobustEnterEvent

Important: Even though the default value of this setting is false.  You will want to set this option to true.  The default value of false is to maintain backward compatibility.  Setting this function to true will cause the ENTER_MODULE event to be called before each transaction with the caller.  If it is set to false the event will only the first time a module is entered.

LVCA_API BOOL WINAPI LVCA_SetRobustEnterEvent(HANDLE hCA, BOOL Robust);

Return Value:

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

Supported on Events:

CAMSG_CALLSTART

CAMSG_CALLSTOP

CAMSG_ENTERMODULE

CAMSG_REC_BEFORE_CONFIRM

CAMSG_REC_AFTER_CONFIRM

CAMSG_TIMEOUT

CAMSG_ERROR

Params:

hCA (IN) Call handle passed into function

Robust (IN) The parameter setting.

Notes:

This setting is persistent for a single telephone call.


Complete Help Topic List | Speech Platform Product Information