Way to call exact agent in the queue

Is there any possibility to create such dial plan:(?)

Somebody calls to my PBX -> Asterisk recognize his/her number and “finds out” it should not be put in the queue, but should be connected straight to the Agent 2.

Any help will be appreciated.

PS. I am using Asterisk 1.8

For callback agents (deprecated) Dial(Agent/2).

Otherwise, put the agent into a queue of their own, as well as the main queue.

I’m not sure that the callback agent limitation actually applies.