FS-5634 --resolve this patch should fix it but comment it out instead in the old version to get the same effect

This commit is contained in:
Anthony Minessale 2013-07-24 11:23:38 -05:00
parent 3c8fd77a65
commit c4e2745923
1 changed files with 1 additions and 1 deletions

View File

@ -4221,7 +4221,7 @@ switch_status_t config_sofia(sofia_config_t reload, char *profile_name)
} else if (!strcasecmp(val, "contact") || switch_true(val)) {
sofia_set_pflag(profile, PFLAG_MULTIREG);
sofia_set_pflag(profile, PFLAG_MULTIREG_CONTACT);
} else if (switch_true(val)) {
} else if (!switch_true(val)) {
sofia_clear_pflag(profile, PFLAG_MULTIREG);
//sofia_clear_pflag(profile, PFLAG_MULTIREG_CONTACT);
}