From a7d817f1b251b1104e4a0226177b74ed2e6d060e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 30 Jan 2013 07:37:26 +0000 Subject: [PATCH] Change external_sip_ip and external_rtp_ip from auto-nat to $${local_ip_v4}. This will work better when the system is outside of nat and better for systems that is completely inside the network. 'auto-nat' only works for those using firewalls with UPnP and PMP enabled on their firewall. The number of firewalls that have this enabled doesn't seem to be a large enough to justify using it as the default. --- app/vars/app_defaults.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vars/app_defaults.php b/app/vars/app_defaults.php index b7f5adfcf6..af2c44893c 100644 --- a/app/vars/app_defaults.php +++ b/app/vars/app_defaults.php @@ -35,8 +35,8 @@ $vars_string = <<