From dd5188f3a141900bfb1994d97fd8eb1008922393 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 11 Oct 2011 07:50:10 -0500 Subject: [PATCH] FS-3605 --resolve --- src/mod/endpoints/mod_sofia/sofia.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 2e94993ed0..aad80e0579 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -2778,6 +2778,7 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile) /* you could change profile->foo here if it was a minor change like context or dialplan ... */ profile->acl_count = 0; + profile->nat_acl_count = 0; profile->reg_acl_count = 0; profile->proxy_acl_count = 0; sofia_set_pflag(profile, PFLAG_STUN_ENABLED);