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:
Mathieu Rene 2009-02-17 02:45:44 +00:00
parent 065dec4baa
commit aaedfcea61
1 changed files with 2 additions and 0 deletions

View File

@ -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")) {