The alarm function raises an Avaya Computer Telephony alarm through the VOX Server to indicate some exceptional condition or error. This function is useful for debugging.
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 |
alarm |
Raises an Avaya Computer Telephony alarm. |
Arg 1 |
|
Select the variable that contains the alarm's name (one word). The variable must have Length set to 34 and Type set to character. |
Arg 2 |
|
Select the variable that contains the alarm's priority code: Low, High, Info, or EMERGENCY. The variable must have Length set to 256 and Type set to character. |
Arg 3 |
|
Select the variable that contains the text that describes the problem. 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. |