Update app_config.php (#5041)

This commit is contained in:
chansizzle
2020-01-08 20:48:03 -07:00
committed by FusionPBX
parent cd2676a296
commit 13e15570b2
+3
View File
@@ -95,12 +95,14 @@
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_name"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_name";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the SIP Profile name."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the SIP Profile name.";
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_hostname"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_hostname";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(255)"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(255)";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_enabled"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
@@ -108,6 +110,7 @@
$z++; $z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_description"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
$y++; $y++;