FusionPBX VM on local LAN with subnet, eg 10.1.1.0/24
Phones connected on LAN, and also phones connected over VPN from other sites, or from different subnets via local routers, eg 10.0.0.0/8
There is no NAT within the VPN and local routed networks, it's direct connect.
When SDP invite goes out, because the endpoint is not within the local subnet, it invites RTP on the external IP, which is not what I want.
I've figured this might be SIP Profile::internal::apply-nat-acl , which is default nat.auto. I can see in the log fs making wrong decision, doing an apply-nat on a vpn subnet address.
What is the best/recommended way to resolve this? I've read lots around the issue, but not found a concise and definitive receipe or example.
Another method, display ext-rtp-ip and ext-sip-ip.
Phones connected on LAN, and also phones connected over VPN from other sites, or from different subnets via local routers, eg 10.0.0.0/8
There is no NAT within the VPN and local routed networks, it's direct connect.
When SDP invite goes out, because the endpoint is not within the local subnet, it invites RTP on the external IP, which is not what I want.
I've figured this might be SIP Profile::internal::apply-nat-acl , which is default nat.auto. I can see in the log fs making wrong decision, doing an apply-nat on a vpn subnet address.
What is the best/recommended way to resolve this? I've read lots around the issue, but not found a concise and definitive receipe or example.
Another method, display ext-rtp-ip and ext-sip-ip.