Dear Community,
I've been trying in a OML v1.13.0 instance to passthrough RTP media from an Agent to a Supplier,
Is there a way to check if it's possible?
As I've seen, every Agent call is being made on the same OML IP:
Example
Agent IP: 192.168.1.10
OML IP: 192.168.10.110
Supplier IP: 192.168.20.220
A Call Leg: 192.168.10.110 <> 192.168.10.110
B Call Leg: 192.168.10.110 <> 192.168.20.220
Since "A" Call Leg doesn't contain the Agent IP, maybe there is no way to send the Agent IP to the Supplier IP in order to bypass OML IP (Configuration used to low latency and jitter in the communication if the OML Server is "geographically away".
Im using pjsip: endpoint/direct_media=yes
When showing the endpoint configuration (Agent and Supplier) i have direct media enabled.
Kind Regards
Diego