diff options
author | mcrane <mctch@yahoo.com> | 2009-04-27 15:11:39 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-27 15:12:34 -0600 |
commit | b32eb1575286524ce3d0daa9421ffbd3f7a6ac08 (patch) | |
tree | dde08e697e0d6fba04535826ca8513d745b26bac /config | |
parent | 217ac2f455561c24fd076cad5154b392b410bdd6 (diff) | |
download | pfsense-packages-b32eb1575286524ce3d0daa9421ffbd3f7a6ac08.tar.gz pfsense-packages-b32eb1575286524ce3d0daa9421ffbd3f7a6ac08.tar.bz2 pfsense-packages-b32eb1575286524ce3d0daa9421ffbd3f7a6ac08.zip |
FreeSWITCH package restore backup copy music on hold directory from tgz file.
Diffstat (limited to 'config')
-rw-r--r-- | config/freeswitch/freeswitch.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |