Update app_config.php

Change sofia_profile_domain_parse to sip_profile_domain_parse.
This commit is contained in:
FusionPBX 2017-01-24 04:02:28 -07:00 committed by GitHub
parent bca48e7f57
commit 081fedea19
1 changed files with 1 additions and 1 deletions

View File

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