[Freeswitch-svn] [commit] r12080 -	freeswitch/trunk/src/mod/endpoints/mod_sofia
    FreeSWITCH SVN 
    mrene at freeswitch.org
       
    Mon Feb 16 18:45:44 PST 2009
    
    
  
Author: mrene
Date: Mon Feb 16 20:45:44 2009
New Revision: 12080
Log:
Add context to reconfig_sofia
Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	Mon Feb 16 20:45:44 2009
@@ -1586,6 +1586,8 @@
 						} 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")) {
    
    
More information about the Freeswitch-svn
mailing list