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.
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.
The parameters for SaveAudioName identify the application profile ID and mailbox ID with which the audio name is associated.
SaveAudioName can have one of the following results:
When using an ASCII editor, code this action with these parameters in the following order:
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.