Multiple asterisk boxes with the same call queue

Dear experts,
I have several asterisk boxes and do load balancing for outbound calls with openSER.
I need to implement agents and queues mechanism. So does it possible to make agents from the differnt asterisk boxes to process the same call queue?

yes you can use the include concept

#include/server1path
#include/server2path

Regards
Sam