mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
wtf
This commit is contained in:
parent
67845680ba
commit
57c726f130
@ -3163,6 +3163,8 @@ switch_status_t config_sofia(int reload, char *profile_name)
|
||||
profile->reg_domain = switch_core_strdup(profile->pool, val);
|
||||
} else if (!strcasecmp(var, "force-register-db-domain")) {
|
||||
profile->reg_db_domain = switch_core_strdup(profile->pool, val);
|
||||
} else if (!strcasecmp(var, "force-subscription-domain")) {
|
||||
profile->sub_domain = switch_core_strdup(profile->pool, val);
|
||||
} else if (!strcasecmp(var, "bind-params")) {
|
||||
profile->bind_params = switch_core_strdup(profile->pool, val);
|
||||
} else if (!strcasecmp(var, "sip-domain")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user