aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2009-01-19 21:15:35 +0000
committerMark Crane <mcrane@pfsense.org>2009-01-19 21:15:35 +0000
commit3c65a4683a72458f204aaced0df1d99f19ac43c4 (patch)
tree34fb6ff9f80e79b2becc598aff9ec342b5b7e71b /packages/freeswitch/freeswitch.inc
parent741e581cae3f0bf8712b5cb406925357c3f785ee (diff)
downloadpfsense-packages-3c65a4683a72458f204aaced0df1d99f19ac43c4.tar.gz
pfsense-packages-3c65a4683a72458f204aaced0df1d99f19ac43c4.tar.bz2
pfsense-packages-3c65a4683a72458f204aaced0df1d99f19ac43c4.zip
FreeSWITCH package fix html comment on extensions page and add international outbound shortcut
Diffstat (limited to 'packages/freeswitch/freeswitch.inc')
-rw-r--r--packages/freeswitch/freeswitch.inc13
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/freeswitch/freeswitch.inc b/packages/freeswitch/freeswitch.inc
index 8f7844db..573d096c 100644
--- a/packages/freeswitch/freeswitch.inc
+++ b/packages/freeswitch/freeswitch.inc
@@ -2130,12 +2130,13 @@ 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/');
-
- //Optional
- //system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/conf/');
+ system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/sounds/music/8000/');
+ system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/conf/ssl');
+
+ //Optional
+ //system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/conf/');
//system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/grammar/');
- //system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/htdocs/');
+ //system('cd /usr/local; tar xvpfz /tmp/'.$filename.' freeswitch/htdocs/');
unset($filename);
}
@@ -2168,7 +2169,7 @@ function freeswitch_php_install_command()
}
$config['installedpackages']['freeswitchsettings']['config'][0]['freeswitch_version'] = "1.0.2 revision 11245.";
- $config['installedpackages']['freeswitchsettings']['config'][0]['freeswitch_package_version'] = "0.6";
+ $config['installedpackages']['freeswitchsettings']['config'][0]['freeswitch_package_version'] = "0.6.1";
conf_mount_ro();
config_unlock();