Application Configuration Fields
The application configuration fields appear when you click in the workspace of an open voice-application model and in the task-panel toolbar, choose Configure. These fields contain values required for successful compilation and deployment. Their defaults apply throughout the application.
The Settings buttons let you define environmental entities that apply as defaults for the entire application unless you override them in the child (voice) components.
When you choose Settings, a dialog box appears with these tabs, which are related to environmental entities:
· Events
· Properties
· Jumpwords
· Targets

These tab pages are identical to the ones used in the Listen Element. The settings here however apply to the entire application unless you specifically override them by a child Voice Component or Listen Element.
· Languages
More information: Context Entity Data
General Fields
Column |
Type |
Values |
Default |
Name |
Text entry field |
- |
- |
DTR-related fields |
- |
- |
- |
Deployment Fields
Column |
Type |
Values |
Default |
Name VSN |
Text entry field |
- |
Name you used to create the voice model (General Fields → Name) |
Driver |
Dropdown list |
Driver name |
Default |
Logging |
Dropdown list |
normal detailed |
normal |
Barge-in |
Dropdown list |
true false |
true |
Input mode |
Dropdown list |
Voice + DTMF Voice DTMF |
Voice + DTMF |
The Default Driver indicates that you want to use the default VoiceXML gateway driver set in the Set Default Gateway procedure. For a list of drivers, refer to VoiceXML Gateway Drivers.
The Resource Target Defaults fields are used by Resource Targets and provide application-wide defaults, which can be inserted as tokens into a Resource Target pattern to render a full URL for an audio or grammar file. You can override any of the Resource Target Defaults or ignore them. If you do not change them, they generate URLs as follows:
● prompts
http://<currentserver>:<currentport>/SAP_VOICE/apps/<currentVSN>/deploy/prompts/8_8_ulaw_wav/en_us/chris/<promptname>.wav
● prompts_speakas
http://<currentserver>:<currentport>/VOICE_RESOURCES/speakas/1_0/prompts/8_8_ulaw_wav/en_us/chris/<promptname>.wav
● grammars
http://<currentserver>:<currentport>/SAP_VOICE/apps/<currentVSN>/grammars/osr1/en_us/chris/<grammarname>.grxml
● recordings
http://<currentserver>:<currentport>/SAP_VOICE/recordings/<promptname>.wav
Resource Target Defaults Fields
Column |
Type |
Values |
Default |
Server URI |
Text entry field |
- |
http:// + <fully qualified hostname and port> |
Context |
Text entry field |
- |
SAP_VOICE/apps/<currentVSN>/ |
Language |
Combo box |
en_us |
en_us |
Prompt Fmt. |
Text entry field |
- |
8_8_ulaw_wav |
Prompt Ext. |
Combo box |
audioextensionlist from VOXML DTD |
.wav |
Prompt Voice |
Text entry field |
- |
default |
Grammar Format |
Text entry field |
- |
osr1 |
Grammar Extension |
Combo box |
grammarextensionlist from VOXML DTD |
grxml |
Fetchaudio Fields
Field |
Type |
Values |
Default |
Prompt name |
Text entry field |
- |
fetchaudio_1 |
Target |
Combo box |
prompts prompts_speakas grammars |
prompts_speakas |
The default refers to an audio file that is included in the SpeakAs prompts that are deployed by default.