The Avaya VoiceXML feature provides the platform-specific variable called session.connection.call_tag. This variable is set at the time a call begins and contains information that identifies the Avaya IR system, the channel, and the timestamp of the call. You can use this session variable to uniquely identify a call within a VoiceXML application.
The session.connection.call_tag variable contains information formatted in the following way:
machine_name channel_number timestamp
where machine_name is the name of the Avaya IR system, channel_number is the channel for the call, and timestamp is the date and time that the call started.
You can also use the session.connection.call_tag variable to pass information about a call to speech recognition systems, such as SpeechWorks and Nuance systems.
To configure the system to pass the session.connection.call_tag variable to speech recognition systems:
The system displays the default.cfg file in the vi editor.
If the file does not contain the property, you will need to add it, using the following syntax:
client.rec.call_tag VXIInteger 1