Contents
New/Updated Function Descriptions
Add the following IRD functions are missing to the Universal Routing 8.1 Reference Manual:
cfgdata
Parameters:
folder: STRING (Section name on the Annex tab of the Person object)
option: STRING (Option name in the section on the Annex tab of the Person object)
default: FLOAT (Preset value is returned, if the option is not found)
Return value type: FLOAT
This function returns a numeric value. If the agent’s option is found, it returns 1. If the option is not found and the default value is not specified, it returns 0. If the option is not found and the default value is specified, the default value is returned.
exist
Parameters: Skill Name: STRING (Skill name)
Return value type: FLOAT
This function checks if an agent has the provided skill and is applied directly to skill names. It returns 1, if an agent has the skill, or 0, otherwise.
folder
Parameters: template: STRING (Folder name in the Configuration Layer under Persons)
Return value type: FLOAT
This function checks if an agent is configured in a folder with a name that matches the specified template. It returns 1, if there is a match, or 0, otherwise.
group
Parameters: Agent Group: STRING (Agent Group name)
Return value type: FLOAT
This function checks if an agent belongs to the specified group. It returns 1, if yes, or 0, otherwise.
loc
Parameters: Switch Name: STRING (Switch name)
Return value type: FLOAT
This function verifies the agent location. It returns 1, if an agent has a DN belonging to the specified Switch, or 0, otherwise.
login
Parameters: media: STRING (Media name)
Return value type: FLOAT
name
Parameters: template: STRING (Agent employee ID template)
Return value type: FLOAT
This function checks if an agent name matches the specified template. It returns 1, if there is a match, or 0, otherwise.
SetIdealAgent
See the SetIdealAgent function in Using Agent Skills for Agents/Calls Prioritization.
TargetListSelected
See the TargetListSelected function in Using Agent Skills for Agents/Calls Prioritization.
