From 682c4d6281f52a17cbfe1ede34a909560c4f1fc0 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 3 Apr 2015 15:21:28 +0000 Subject: [PATCH] Add a place to add voicemail name in base64. --- app/voicemails/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 34f6571b11..9905ad7076 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -106,6 +106,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_name_base64"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $y = 1; //table array index $z = 0; //field array index