Storing information about the call

The following methods access a map of string values.  You can save and retrieve data at any point during the call

Public Function GetStringValue(sKey As String) As String

Public Sub SetStringValue(sKey As String, sValue As String)

Syntax

RetValue = LVCA.GetStringValue(Key)

LVCA.SetStringValue Key, Value

Arguments

Key - String - Identifier of the stored value

Value - String - The data to store in the map

Returns

RetValue - String - The string stored under the value represented by Key

Appropriate Events

Any

Remarks

There are several predefined key value pairs in the map.  These can be retrieved with the GetStringValue with the following Keys:

"CALLTYPE" - Inbound or outbound

"ANI" - Caller phone number

"DNIS" - Number dialed by caller

"CALLMSG" - additional caller ID information if available

"PROJECTNAME" - The project being executed

"CURRENT_MODULE" - The current module of the call


Complete Help Topic List | Speech Platform Product Information