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++;