Hi All,
I am setting up the Asterisk 15.5 in Azure Centos7.
I am not getting the public IP of the request from where it is coming but of the private IP of my firewall interface.
00021 1593775452 * ==> 10.56.0.4:8537 SIP/2.0 200 OK
00022 1593775452 * ==> 10.56.0.4:8537 SIP/2.0 487 Request Terminated
00023 1593775452 * <== 10.56.0.4:60328 INVITE sip:901146812410516@xx.xxx.xx.xx SIP/2.0
00027 1593775452 * <== 10.56.0.4:8537 ACK sip:+18558647776@call.shubham.com SIP
My STUN Request is also failing. When I use the private IP of stun it connects to it but when I use public IP it is showing status fail.
Is it happening because of the same public IP issue and how can I resolve it?
I have done same setup as AWS and my AWS is working fine.