diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-09-30 01:48:18 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-09-30 01:48:18 -0300 |
commit | 9775315fe12a31de08a1845cea8dd6992a2ef6e8 (patch) | |
tree | 92591914181d3f9520654891364552bb6b514c9e /config/asterisk/asterisk_calls.php | |
parent | 4a018bc3a587d75aa25b6b70923f37fe40f79c70 (diff) | |
download | pfsense-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_calls.php')
-rw-r--r-- | config/asterisk/asterisk_calls.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/asterisk/asterisk_calls.php b/config/asterisk/asterisk_calls.php index 6a4f973e..75f24b2f 100644 --- a/config/asterisk/asterisk_calls.php +++ b/config/asterisk/asterisk_calls.php @@ -46,6 +46,7 @@ require_once("guiconfig.inc"); $pgtitle = array(gettext("Status"),gettext("Asterisk Calls")); +$shortcut_section = "asterisk"; include("head.inc"); /* Path to call log database */ |