The pseudo_ani function should be used only with a network IVR, an IVR not associated with an Avaya Computer Telephony Server, to transfer a call to an Avaya Computer Telephony-enabled site.
This function takes a pseudo-ANI from the list provided by the configuration parameter pseudo_ani, associates it with the given EDUID, and returns the pseudo-ANI in the response.
For information about the pseudo-ANI and the VOX Server's interaction with a network IVR, see the VOX Server Programmer's Guide.
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 |
pseudo_ani |
Select the variable in which to store the returned pseudo-ANI. |
Arg 1 |
|
Select the variable in which to store the EDUID, which is passed to Avaya Computer Telephony to identify the call. The variable must have Length set to 34 and Type set to character. |
Arg 2 |
|
Select the variable that contains the pseudo-ANI associated with the call. 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. |