Browse
 
Tools
Rss Categories

LVSpeechPort::SetCustomCallGuid

Reference Number: AA-00812 Views: 7128 0 Rating/ Voters

This function is used to set the ID used in callsre logging

Function

  • int SetCustomCallGuid(const char* CallGuid)

Parameters

CallGuid

A pointer to value of the ID to give the callsre filename.

 

Return Values

LV_SUCCESS

No errors; the given ID will be applied to the callsre file.

LV_FAILURE

The port is not valid (either CreateClient has not been called or DestroyClient has been called prior to this call) or the PROP_EX_SAVE_SOUND_FILES property wasn't enabled.

LV_EXCEPTION

An exception occurred while processing the request.

 

Remarks

If not used, a globally unique id will be generated automatically for each call. Set the EVENT_START_DECODE_SEQ before this function call, then when all the interactions are complete add EVENT_END_DECODE_SEQ.

 

See Also