Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
|
Parameter
|
Type
|
Description
|
|---|---|---|
|
toURI
|
String
|
The number or destination to be contacted by the outbound application.
This parameter can be prefixed with one of the following strings:
|
|
fromURI
|
String
|
Calling address information to pass with the outbound call.
|
|
applicationName
|
String
|
Name of the VoiceXML application to run once the outbound call has connected.
Important:
The applicationName must match the name that was specified when the application was added to Avaya Experience Portal through the EPM.
For an application that is assigned to a non-default zone, include the zone information using the format: ZoneId:applicationName
You can view all application names on the Applications page.
You can retrieve the zone Id information using the getZoneInfo method of the Management Interface web service.
|
|
applicationURL
|
String
|
Parameters that should be appended to URL specified for the application in the EPM.
This allows you to invoke the application with different arguments as needed.
|
|
parameters
|
String
|
One or more name-value variable pairs that will be passed to the VoiceXML application when it is invoked. Each pair should be in the format
parametername=value, and multiple pairs should be separated by a ; (semi-colon).
Note:
When the web service passes the parameter to the application, it appends the namespace
session.avaya.telephone. Therefore, the variable should be referenced in your application as session.avaya.telephone.parametername.
For example, if you specify UserCounter=0 in the web service, you would reference session.avaya.telephone.UserCounter in your application.
Tip:
If you want to enable call classification for this call, see Call classification with the LaunchVXML method.
|
|
uuiInfo
|
String
|
The Application Interface web service passes any information in this parameter to the platform telephony layer included in the outbound call.
|
|
connectTimeoutSecs
|
Integer
|
The maximum amount of time, in seconds, to wait for the outbound call to be connected.
Enter a value between 0 and 59.
If this parameter is set to 0 (zero) or omitted, Experience Portal uses the default value of 120 seconds.
|
|
zone
|
String
|
This is the zone name where request should be directed. (Optional).
|
|
Parameter
|
Type
|
Description
|
|---|---|---|
|
sessionID_returned
|
String
|
If the VoiceXML application connected successfully, the Application Interface web service sets this return value to the session ID Experience Portal assigned to the new CCXML session.
|
|
totalRes_returned
|
Integer
|
Total number of outbound resources available, both used and unused.
|
|
unusedSIP_returned
|
Integer
|
Total number of unused SIP outbound resources.
|
|
unusedH323_returned
|
Integer
|
Total number of unused H.323 outbound resources.
|