From 081fedea193ddff15ec954416f7cff27bd38aac1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 24 Jan 2017 04:02:28 -0700 Subject: [PATCH] Update app_config.php Change sofia_profile_domain_parse to sip_profile_domain_parse. --- app/sip_profiles/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sip_profiles/app_config.php b/app/sip_profiles/app_config.php index 2969eee0c6..090ecdd5d5 100644 --- a/app/sip_profiles/app_config.php +++ b/app/sip_profiles/app_config.php @@ -125,7 +125,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enable or disable the alias.'; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sofia_profile_domain_parse'; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_domain_parse'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enable or disable the parsing.'; $z++;