Different Ingress and Egress nodes

Is it possible for a call to ingress via one node and egress via another node at different POP in the same cluster? eg
(client1)->ingress-node1(Brazil)->EngressNode2(Uk)->AtoZ(UK)

It is possible but you should manually configure such routing - add EngressNode2 as termination provider. It is also possible on IP routing level.

Thanks Dmitry, I will give it a try and share.

I thorough made a mess of things. Created a loop that generated 3220 calls in 10sec.

Anyone with any experience with this scenario for some pointers?

you should have customer auth record that will match only calls from ingress-node1(by IP) and use different routing plan to prevent loop

This worked 100%, thanks.