Cisco Cisco Customer Voice Portal 8.0(1) Release Note

Page of 145
C
HAPTER 
27:
 
S
UBDIALOG 
R
ETURN
 
 
E
LEMENT 
S
PECIFICATIONS FOR 
C
ISCO 
U
NIFIED 
CVP
 
VXML
 
S
ERVER AND 
C
ISCO 
U
NIFIED 
C
ALL 
S
TUDIO
 
 
 
 
 
111
 
 
 
Chapter 27: Subdialog Return 
In most situations, the CVP Subdialog Return element (see Chapter 7: CVP Subdialog Return) should be used instead of this one, to 
offer full compatibility with ICM. However, there is one exception to this. If the voice application will only ever be called by a 
Subdialog Invoke element (i.e., never by ICM), then the Subdialog Start and Subdialog Return elements may be used instead. In this 
scenario, using this element allows an arbitrary number of return values to be retrieved from the subdialog, whereas the CVP 
Subdialog Return element allows only four. 
Settings 
Name (Label) 
Type 
Req’
Single 
setting 
value 
Substitutio
n allowed 
Default 
Notes 
return_value 
(Return Value) 
string 
no false  true 
none
 
Optional return argument that holds a name/value pair to be returned to 
the calling application.  The format should be:  the name of the argument 
followed by an equal sign and the value of the argument. For example; 
"name=John Doe". The element will take the text up to the first equal sign 
to be the name of the argument and the text following the equal sign to the 
value. 
Exit States 
Name 
Notes 
done 
The element execution is complete 
Studio Element Folder: General 
Class Name:
 com.audium.server.voiceElement.internal.DefaultSubdialogReturnElement