on second thought make it a new param force-subscription-domain

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14971 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-09-24 22:29:52 +00:00
parent db8a82793b
commit 019ee96464
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -1893,6 +1893,8 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile)
profile->local_network = 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-subscription-domain")) {
profile->sub_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, "hold-music")) {