mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
look out below....(make current)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10363 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1168,9 +1168,9 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile)
|
||||
} else if (!strcasecmp(val, "contact") || switch_true(val)) {
|
||||
profile->pflags |= PFLAG_MULTIREG;
|
||||
profile->pflags |= PFLAG_MULTIREG_CONTACT;
|
||||
} else {
|
||||
} else if (switch_true(val)) {
|
||||
profile->pflags &= ~PFLAG_MULTIREG;
|
||||
profile->pflags &= ~PFLAG_MULTIREG_CONTACT;
|
||||
//profile->pflags &= ~PFLAG_MULTIREG_CONTACT;
|
||||
}
|
||||
} else if (!strcasecmp(var, "supress-cng") || !strcasecmp(var, "suppress-cng")) {
|
||||
if (switch_true(val)) {
|
||||
@@ -1629,9 +1629,9 @@ switch_status_t config_sofia(int reload, char *profile_name)
|
||||
} else if (!strcasecmp(val, "contact") || switch_true(val)) {
|
||||
profile->pflags |= PFLAG_MULTIREG;
|
||||
profile->pflags |= PFLAG_MULTIREG_CONTACT;
|
||||
} else {
|
||||
} else if (switch_true(val)) {
|
||||
profile->pflags &= ~PFLAG_MULTIREG;
|
||||
profile->pflags &= ~PFLAG_MULTIREG_CONTACT;
|
||||
//profile->pflags &= ~PFLAG_MULTIREG_CONTACT;
|
||||
}
|
||||
} else if (!strcasecmp(var, "supress-cng") || !strcasecmp(var, "suppress-cng")) {
|
||||
if (switch_true(val)) {
|
||||
|
||||
Reference in New Issue
Block a user