The +getarg function gets the desired argument.
The string value "0" (or empty) obtains any error string (exception) the VOX Server returns on the request. This will be an empty string if the Vesp_dip request did not return an error. The string is useful for debugging and logging; it is not intended that an Avaya IR application attempt to analyze it. An exception string from any Avaya Interaction Engine Server may be returned (especially the EDU, Telephony, Workflow, and VOX servers).
Use the Node Inspector to assign and edit the following attributes.
Attribute |
Value |
Description |
Put Return Code In |
|
Select the variable in which to store the return code. |
VESP Function Name |
+getarg |
Gets the desired argument. |
Arg 1 |
|
Select the variable in which to store a string representing the argument to be fetched ("0", "1", ..., "62"). The variable must have Length set to 34 and Type set to character. |
Arg 2 |
|
Select the variable in which to store the result. The variable must have Length set to 256 and Type set to character. |
Arg 3 |
|
Select a Dummy variable. The variable must have Length set to 256 and Type set to character. |
Arg 4 |
|
Select a Dummy variable. The variable must have Length set to 256 and Type set to character. |