Browse
 
Tools
Rss Categories

LV_SRE_SetCustomCallGuid

Reference Number: AA-00723 Views: 8411 0 Rating/ Voters

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

Function

  • int LV_SRE_SetCustomCallGuid(HPORT hport, const char* CallGuid)

Parameters

hport

The port's handle.

CallGuid

The name to give the callsre file

Return Values

LV_SUCCESS

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

LV_FAILURE

The operation failed because either the hport was invalid 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. Also, you have to set the EVENT_START_DECODE_SEQ first then when all the interactions are complete add EVENT_END_DECODE_SEQ.

See Also