This command checks to see whether an entity has been permitted to listen to or answer this item by a call to NMIADDCALLER. This sets the return code to 0 if the entity is authorized.
This command has the following format:
ADDRESS VOX "NMICHECKCALLER ENTITY(key) ITEM(item)"
Specifies the key of the entity.
Specifies the item number.
Return Information:
After the NMICHECKCALLER command executes, it sets the special REXX return code variable RC.
Example:
The following example tests whether the entity with key 100001000 is permitted to call in on item 1234:
ADDRESS VOX "NMICHECKCALLER ENTITY(100001000) ITEM(1234)" IF rc=0 THEN SAY "Congratulations, you are authorized."
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|