Add context to reconfig_sofia
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12080 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
065dec4baa
commit
aaedfcea61
|
@ -1586,6 +1586,8 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile)
|
|||
} else {
|
||||
sofia_clear_pflag(profile, PFLAG_AUTH_CALLS);
|
||||
}
|
||||
} else if(!strcasecmp(var, "context")) {
|
||||
profile->context = switch_core_strdup(profile->pool, val);
|
||||
} else if (!strcasecmp(var, "force-register-domain")) {
|
||||
profile->reg_domain = switch_core_strdup(profile->pool, val);
|
||||
} else if (!strcasecmp(var, "force-register-db-domain")) {
|
||||
|
|
Loading…
Reference in New Issue