This commit is contained in:
Anthony Minessale
2010-10-15 17:59:00 -05:00
parent afaf1fac05
commit 6772c795e0
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -3406,7 +3406,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
} else {
sofia_clear_pflag(profile, PFLAG_NAT_OPTIONS_PING);
}
} else if (!strcasecmp(var, "all-options-ping")) {
} else if (!strcasecmp(var, "all-reg-options-ping")) {
if (switch_true(val)) {
sofia_set_pflag(profile, PFLAG_ALL_REG_OPTIONS_PING);
} else {