mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
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
12fab353f3
commit
569dd9c540
@ -4272,7 +4272,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…
x
Reference in New Issue
Block a user