diff options
author | mcrane <mctch@yahoo.com> | 2009-04-24 18:12:40 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-24 18:13:59 -0600 |
commit | 8e3014425a42a3e76ca8c5b4bf61c4913fbc1148 (patch) | |
tree | b309d54dc792611f157c11209bdc971c32be2e72 /config/freeswitch | |
parent | ec49487f919e72984a8cce4450a27feac71b0aea (diff) | |
download | pfsense-packages-8e3014425a42a3e76ca8c5b4bf61c4913fbc1148.tar.gz pfsense-packages-8e3014425a42a3e76ca8c5b4bf61c4913fbc1148.tar.bz2 pfsense-packages-8e3014425a42a3e76ca8c5b4bf61c4913fbc1148.zip |
FreeSWITCH package change links for status tab.
Diffstat (limited to 'config/freeswitch')
-rwxr-xr-x | config/freeswitch/freeswitch.inc | 2 | ||||
-rw-r--r-- | config/freeswitch/freeswitch.xml | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | config/freeswitch/freeswitch_cmd.tmp | 2 | ||||
-rw-r--r-- | config/freeswitch/freeswitch_status.tmp | 24 |
4 files changed, 15 insertions, 15 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index cf21edfd..9333f7cc 100755 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -1681,7 +1681,7 @@ function sync_package_freeswitch() function freeswitch_php_install_command() { global $config; - $freeswitch_package_version = "0.8.4.3"; + $freeswitch_package_version = "0.8.4.4"; $freeswitch_build_version = "1.0.3"; $freeswitch_build_revision = "12545"; diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 8a99a9db..f0aefb79 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>FreeSWITCH Settings</name> - <version>0.8.4.3</version> + <version>0.8.4.4</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> diff --git a/config/freeswitch/freeswitch_cmd.tmp b/config/freeswitch/freeswitch_cmd.tmp index 03883f62..21dba508 100755..100644 --- a/config/freeswitch/freeswitch_cmd.tmp +++ b/config/freeswitch/freeswitch_cmd.tmp @@ -44,6 +44,6 @@ $fp = event_socket_create($host, $port, $password); $response = event_socket_request($fp, $cmd); fclose($fp); -header("Location: /freeswitch/freeswitch_status.php?savemsg=".urlencode($response)); +header("Location: /packages/freeswitch/freeswitch_status.php?savemsg=".urlencode($response)); ?>
\ No newline at end of file diff --git a/config/freeswitch/freeswitch_status.tmp b/config/freeswitch/freeswitch_status.tmp index 1d42de1f..d64a8980 100644 --- a/config/freeswitch/freeswitch_status.tmp +++ b/config/freeswitch/freeswitch_status.tmp @@ -154,7 +154,7 @@ echo "<td width='50%'>\n"; echo " <b>sofia status</b> \n"; echo "</td>\n"; echo "<td width='50%' align='right'>\n"; -echo " <input type='button' value='reloadxml' onclick=\"document.location.href='/freeswitch/freeswitch_cmd.php?cmd=api+reloadxml';\" />\n"; +echo " <input type='button' value='reloadxml' onclick=\"document.location.href='/packages/freeswitch/freeswitch_cmd.php?cmd=api+reloadxml';\" />\n"; echo "</td>\n"; echo "</tr>\n"; echo "</table>\n"; @@ -174,9 +174,9 @@ echo "<td width='50%'>\n"; echo " <b>sofia status profile internal</b> \n"; echo "</td>\n"; echo "<td width='50%' align='right'>\n"; -echo " <input type='button' value='start' onclick=\"document.location.href='/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+internal+start';\" />\n"; -echo " <input type='button' value='stop' onclick=\"document.location.href='/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+internal+stop';\" />\n"; -echo " <input type='button' value='flush_inbound_reg' onclick=\"document.location.href='/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+internal+flush_inbound_reg';\" />\n"; +echo " <input type='button' value='start' onclick=\"document.location.href='/packages/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+internal+start';\" />\n"; +echo " <input type='button' value='stop' onclick=\"document.location.href='/packages/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+internal+stop';\" />\n"; +echo " <input type='button' value='flush_inbound_reg' onclick=\"document.location.href='/packages/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+internal+flush_inbound_reg';\" />\n"; echo "</td>\n"; echo "</tr>\n"; echo "</table>\n"; @@ -196,10 +196,10 @@ echo "<td width='50%'>\n"; echo " <b>sofia status profile external</b> \n"; echo "</td>\n"; echo "<td width='50%' align='right'>\n"; -echo " <input type='button' value='start' onclick=\"document.location.href='/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+external+start+reloadxml';\" />\n"; -echo " <input type='button' value='stop' onclick=\"document.location.href='/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+external+stop';\" />\n"; -echo " <input type='button' value='restart' onclick=\"document.location.href='/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+external+restart+reloadxml';\" />\n"; -echo " <input type='button' value='rescan' onclick=\"document.location.href='/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+external+rescan+reloadxml';\" />\n"; +echo " <input type='button' value='start' onclick=\"document.location.href='/packages/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+external+start+reloadxml';\" />\n"; +echo " <input type='button' value='stop' onclick=\"document.location.href='/packages/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+external+stop';\" />\n"; +echo " <input type='button' value='restart' onclick=\"document.location.href='/packages/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+external+restart+reloadxml';\" />\n"; +echo " <input type='button' value='rescan' onclick=\"document.location.href='/packages/freeswitch/freeswitch_cmd.php?cmd=api+sofia+profile+external+rescan+reloadxml';\" />\n"; echo "</td>\n"; echo "</tr>\n"; echo "</table>\n"; @@ -269,9 +269,9 @@ echo "Use Diagnostics->Command->File to upload: to browse to the file and then c echo "<br /><br />\n"; echo "</td>\n"; echo "<td width='20%' valign='middle' align='right'>\n"; -echo " <input type='button' value='backup' onclick=\"document.location.href='/freeswitch/freeswitch_status.php?a=download&t=backup';\" />\n"; +echo " <input type='button' value='backup' onclick=\"document.location.href='/packages/freeswitch/freeswitch_status.php?a=download&t=backup';\" />\n"; if (file_exists('/tmp/freeswitch.bak.tgz')) { - echo " <input type='button' value='restore' onclick=\"document.location.href='/freeswitch/freeswitch_status.php?a=other&t=restore';\" />\n"; + echo " <input type='button' value='restore' onclick=\"document.location.href='/packages/freeswitch/freeswitch_status.php?a=other&t=restore';\" />\n"; } echo "</td>\n"; echo "</tr>\n"; @@ -286,7 +286,7 @@ echo "<b>Call Detail Records</b><br />\n"; echo "/usr/local/freeswitch/log/cdr-csv/Master.csv<br /><br />\n"; echo "</td>\n"; echo "<td width='50%' align='right'>\n"; -echo " <input type='button' value='download cdr csv' onclick=\"document.location.href='/freeswitch/freeswitch_status.php?a=download&t=cdrcsv';\" />\n";echo "</td>\n"; +echo " <input type='button' value='download cdr csv' onclick=\"document.location.href='/packages/freeswitch/freeswitch_status.php?a=download&t=cdrcsv';\" />\n";echo "</td>\n"; echo "</tr>\n"; echo "</table>\n"; echo "<br /><br />\n\n"; @@ -299,7 +299,7 @@ echo "<b>Logs</b><br />\n"; echo "/usr/local/freeswitch/log/cdr-csv/freeswitch.log<br /><br />\n"; echo "</td>\n"; echo "<td width='50%' align='right'>\n"; -echo " <input type='button' value='download logs' onclick=\"document.location.href='/freeswitch/freeswitch_status.php?a=download&t=logs';\" />\n"; +echo " <input type='button' value='download logs' onclick=\"document.location.href='/packages/freeswitch/freeswitch_status.php?a=download&t=logs';\" />\n"; echo "</tr>\n"; echo "</table>\n"; echo "<br /><br />\n\n"; |