I tried almost everything but without success:
I want to transfert a message from an outbound connexion to the inbound of the same connexion as it was a reply:
message –> ConnexionIn
reply <-- ConnexionIn --- reply-xlate --- ConnexionOut (inbound) ---+ I am able to do it from an inbound connexion to send back the inbound message with “OVER” but from an outbound connexion I am unable. Actually I send the message to another inbound connexion that perform the “OVER” (the loop) (see the drawing) Regards, Yves