From 01a9be819ece6f4880a0f47ebc62db74c7e73e01 Mon Sep 17 00:00:00 2001 From: mcrane Date: Tue, 21 Apr 2009 13:34:52 -0600 Subject: FreeSWITCH set sounds to restore custom sound directory. --- config/freeswitch/freeswitch.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index d683ebda..4ccca2ef 100755 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -1732,8 +1732,8 @@ function freeswitch_php_install_command() //rename .so files from .1 to .so - exec("cp /tmp/mod_shout.so.1 /usr/local/freeswitch/mod/mod_shout.so"); - unlink_if_exists("/tmp/mod_shout.so.tmp"); + //exec("cp /tmp/mod_shout.so.1 /usr/local/freeswitch/mod/mod_shout.so"); + //unlink_if_exists("/tmp/mod_shout.so.tmp"); exec("cp /tmp/mod_fax.so.1 /usr/local/freeswitch/mod/mod_fax.so"); unlink_if_exists("/tmp/mod_shout.so.tmp"); @@ -2212,7 +2212,7 @@ function freeswitch_php_install_command() system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/recordings/'); 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/music/8000/'); + system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/sounds/custom/8000/'); system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/conf/ssl'); //Optional -- cgit v1.2.3