SaveAudioName

Purpose

Use SaveAudioName to save the digitized voice data that speaks the name associated with an application profile ID and mailbox ID from temporary workspace into a file.


A screen capture of the Action SaveAudioName window

Description

When an audio name is first recorded, it is saved in a temporary workspace so that it can be rerecorded if necessary. This action saves the audio name to disk.

When the audio name is recorded, the value of the Audio Name Compression Type system parameter determines whether or not the audio name is compressed.

If the audio name already exists, the existing audio name is deleted. This happens whether the existing audio name is compressed or uncompressed.

RecordAudioName must precede SaveAudioName in the state table, but need not immediately precede it.

Parameters

The parameters for SaveAudioName identify the application profile ID and mailbox ID with which the audio name is associated.

Possible results

SaveAudioName can have one of the following results:

Succeeded
The audio name has been stored in the file.
Failed
The audio name was not stored in the file.

ASCII syntax

When using an ASCII editor, code this action with these parameters in the following order:

  1. Profile ID
  2. Mailbox ID

For example:

label: "Check Edges"
        SaveAudioName(SV20, SV108) # SV20...Caller
Profile ID
          edge EDGE_SAVE_VCE_SUCCESSFUL:         successful # SV32...Caller
Mailbox ID
          edge EDGE_SAVE_VCE_UNSUCCESSFUL:  unsuccessful
        ;

The parameters and edges are described above under "Parameters" and "Possible results". For more information, see Testing a state table using the debugger.