From aaedfcea6171ae0750ef9d0a21f6c8d4f623359a Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Tue, 17 Feb 2009 02:45:44 +0000 Subject: [PATCH] Add context to reconfig_sofia git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12080 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 5b10e548dd..0eb56b43e7 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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")) {