aboutsummaryrefslogtreecommitdiffstats
path: root/config/asterisk/pkg_asterisk.inc
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/pkg_asterisk.inc
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/pkg_asterisk.inc')
-rw-r--r--config/asterisk/pkg_asterisk.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/asterisk/pkg_asterisk.inc b/config/asterisk/pkg_asterisk.inc
new file mode 100644
index 00000000..129313c4
--- /dev/null
+++ b/config/asterisk/pkg_asterisk.inc
@@ -0,0 +1,11 @@
+<?php
+
+global $shortcuts;
+
+$shortcuts['asterisk'] = array();
+$shortcuts['asterisk']['main'] = "asterisk_cmd.php";
+$shortcuts['asterisk']['log'] = "asterisk_log.php";
+$shortcuts['asterisk']['status'] = "asterisk_cmd.php";
+$shortcuts['asterisk']['service'] = "asterisk";
+
+?> \ No newline at end of file