diff options
author | mcrane <mctch@yahoo.com> | 2009-04-21 13:34:52 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-21 13:34:52 -0600 |
commit | 01a9be819ece6f4880a0f47ebc62db74c7e73e01 (patch) | |
tree | 1f148562c8b57c6a788fb1e0b100c9343d34167d | |
parent | f3684a58d10de4dd0ad4a1c119981d48333ce151 (diff) | |
download | pfsense-packages-01a9be819ece6f4880a0f47ebc62db74c7e73e01.tar.gz pfsense-packages-01a9be819ece6f4880a0f47ebc62db74c7e73e01.tar.bz2 pfsense-packages-01a9be819ece6f4880a0f47ebc62db74c7e73e01.zip |
FreeSWITCH set sounds to restore custom sound directory.
-rwxr-xr-x | config/freeswitch/freeswitch.inc | 6 |
1 files 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 |