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);