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:
parent
3c8fd77a65
commit
c4e2745923
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue