From b32eb1575286524ce3d0daa9421ffbd3f7a6ac08 Mon Sep 17 00:00:00 2001 From: mcrane Date: Mon, 27 Apr 2009 15:11:39 -0600 Subject: FreeSWITCH package restore backup copy music on hold directory from tgz file. --- config/freeswitch/freeswitch.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 95d5605d..d700ac7b 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -2279,6 +2279,7 @@ function freeswitch_php_install_command() system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/scripts/'); system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/storage/'); system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/sounds/custom/8000/'); + system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/sounds/music/8000/'); system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/conf/ssl'); //Optional -- cgit v1.2.3