aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-05-13 21:57:24 -0600
committermcrane <mctch@yahoo.com>2009-05-13 21:57:24 -0600
commit2a533e2929245239070c88050537b8b54940670d (patch)
tree3f1d1fa1e71f29783cc1163511ad69d0cec7ffe3 /config/freeswitch
parentb2613d476cba2db27f51185cbdd821506652d5a1 (diff)
downloadpfsense-packages-2a533e2929245239070c88050537b8b54940670d.tar.gz
pfsense-packages-2a533e2929245239070c88050537b8b54940670d.tar.bz2
pfsense-packages-2a533e2929245239070c88050537b8b54940670d.zip
FreeSWITCH package status adjust calls and channel layout
Diffstat (limited to 'config/freeswitch')
-rw-r--r--config/freeswitch/freeswitch_status.tmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch_status.tmp b/config/freeswitch/freeswitch_status.tmp
index 3c6b5231..413fbbbd 100644
--- a/config/freeswitch/freeswitch_status.tmp
+++ b/config/freeswitch/freeswitch_status.tmp
@@ -222,7 +222,7 @@ echo "<br /><br />\n\n";
$fp = event_socket_create($host, $port, $password);
$cmd = "api show channels";
$response = event_socket_request($fp, $cmd);
-echo "<b>show channels</b>\n";
+echo "<b>show channels</b><br />\n";
if (strlen($response) > 40) {
echo "<textarea cols='85' rows='10' wrap='off'>\n";
echo $response;
@@ -241,7 +241,7 @@ echo "<br /><br />\n\n";
$fp = event_socket_create($host, $port, $password);
$cmd = "api show calls";
$response = event_socket_request($fp, $cmd);
-echo "<b>show calls</b>\n";
+echo "<b>show calls</b><br />\n";
if (strlen($response) > 40) {
echo "<textarea cols='85' rows='10' wrap='off'>\n";
echo $response;