aboutsummaryrefslogtreecommitdiffstats
path: root/config/asterisk/asterisk_cmd.php
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-09-30 01:48:18 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-09-30 01:48:18 -0300
commit9775315fe12a31de08a1845cea8dd6992a2ef6e8 (patch)
tree92591914181d3f9520654891364552bb6b514c9e /config/asterisk/asterisk_cmd.php
parent4a018bc3a587d75aa25b6b70923f37fe40f79c70 (diff)
downloadpfsense-packages-9775315fe12a31de08a1845cea8dd6992a2ef6e8.tar.gz
pfsense-packages-9775315fe12a31de08a1845cea8dd6992a2ef6e8.tar.bz2
pfsense-packages-9775315fe12a31de08a1845cea8dd6992a2ef6e8.zip
asterisk - fix startup, config changes on 2.1 and replace system calls to native php functions
add shortcut functions to package
Diffstat (limited to 'config/asterisk/asterisk_cmd.php')
-rw-r--r--config/asterisk/asterisk_cmd.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/asterisk/asterisk_cmd.php b/config/asterisk/asterisk_cmd.php
index d689a4c2..da684cde 100644
--- a/config/asterisk/asterisk_cmd.php
+++ b/config/asterisk/asterisk_cmd.php
@@ -46,6 +46,7 @@
require_once("guiconfig.inc");
$pgtitle = array(gettext("Status"),gettext("Asterisk"));
+$shortcut_section = "asterisk";
include("head.inc");
?>