From 57c726f130750de316f47a4b32eaea65f9c06b81 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 27 Aug 2010 18:36:28 -0500 Subject: [PATCH] wtf --- 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 943813bd05..16b928bb47 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -3163,6 +3163,8 @@ switch_status_t config_sofia(int reload, char *profile_name) profile->reg_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, "force-subscription-domain")) { + profile->sub_domain = switch_core_strdup(profile->pool, val); } else if (!strcasecmp(var, "bind-params")) { profile->bind_params = switch_core_strdup(profile->pool, val); } else if (!strcasecmp(var, "sip-domain")) {