yes... SendRequest() includes "agent mode" parameters for [u][b]registered DN in URS only[/b][/u]
In IRD strategy load screen, it should show all DNs monitored and controlled by URS; thus, registered DNs.
not sure if event_arrive is still applicable on regular DN type such as extension in 7.x version.
try to enable event_arrive option in extension DN and find the DN in "Strategly" Load session in IRS to confirm; if the DN cannot be found, the function may not work
------------------------------------------------------------------------
--------------- previous deployment using SendRequest[] ----------------
The technique was applied to line-side trunk ports for VTOs, mainly for error handling.
VTO DN type, by default, is "registered" in URS.
All VTO ports were special logged-in agents; URS strategy checks for ready VTO agents instead of "on-hook" event count.
Such set up extended exception error handling
1. If the line-side T1/E1 trunk was disconnected, all VTO agents would be logged out by switch
- it (agent logout by switch) did not apply for analogue line circuit
2. If the server connected to T1/E1 card was powered on but VTO application was NOT active
agent states stayed in what they were
- in this case, switch-level NOA must be enabled and diverted the call to another RP strategy, say, let it be VTO-exception
- the VTO-exception strategy was to change agent to not-ready via SendRequest; thus, to remove the port from VTO usage in URS strategy
Note: needed extra switch / Genesys agent licenses for all VTO ports
------------------------------------------------------------------------