Endpoint is on separate WAN with its own ip Ex: 8.8.8.8
Asterisk is on separate WAN with its own ip Ex: 5.5.5.5
I connect my endpoint fine and setup to test endpoint to hear audio from asterisk server, but I cant hear anything. I can see in asterisk CLI its playing a sound from its original directory but I hear no audio.
I did trial and error on all the settings and find out I needed to add rtp_symmetric=yes
but I want to know why?
The definition below explain what it does but is there a way for me to check where my rtp is being send to and where?
rtp_symmetric
Enforce that RTP must be symmetric. Send RTP back to the same address/port we received it from.
I want to learn more about asterisk and how it all falls together.