aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rw-r--r--config/freeswitch/freeswitch.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc
index e67cf1a8..c7b256cf 100644
--- a/config/freeswitch/freeswitch.inc
+++ b/config/freeswitch/freeswitch.inc
@@ -2736,6 +2736,9 @@ function freeswitch_php_install_command()
//used with fax to png, and fax to pdf conversion
exec("pkg_add -r tiff2png");
+ //add sqlite package
+ exec("pkg_add -r sqlite34");
+
clearstatcache();
if (!is_dir('/usr/local/www/packages/')) {
exec("mkdir /usr/local/www/packages/");