summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-10 18:19:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-10 18:19:34 +0000
commit619022c839489064033b226a18e6e8b02b6e33f3 (patch)
treed63e48db7c27d0dafc035171a68853d08134706c /openwrt/package/asterisk/Config.in
parentc8cd7eed00801a9af4c4b15a8ae4a81b75ef4e1e (diff)
downloadmtk-20170518-619022c839489064033b226a18e6e8b02b6e33f3.zip
mtk-20170518-619022c839489064033b226a18e6e8b02b6e33f3.tar.gz
mtk-20170518-619022c839489064033b226a18e6e8b02b6e33f3.tar.bz2
add asterisk
SVN-Revision: 611
Diffstat (limited to 'openwrt/package/asterisk/Config.in')
-rw-r--r--openwrt/package/asterisk/Config.in48
1 files changed, 48 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in
new file mode 100644
index 0000000..7cf258c
--- /dev/null
+++ b/openwrt/package/asterisk/Config.in
@@ -0,0 +1,48 @@
+config BR2_PACKAGE_ASTERISK
+ tristate "Asterisk"
+ default m
+ help
+ Asterisk is a complete PBX in software. It provides all of the features
+ you would expect from a PBX and more. Asterisk does voice over IP in three
+ protocols, and can interoperate with almost all standards-based telephony
+ equipment using relatively inexpensive hardware.
+
+config BR2_PACKAGE_ASTERISK_SPEEX
+ tristate "Speex codec"
+ default m
+ depends BR2_PACKAGE_ASTERISK
+ select BR2_PACKAGE_SPEEX
+ help
+ The Speex speech compression codec for Asterisk
+
+
+config BR2_PACKAGE_ASTERISK_MYSQL
+ tristate "MySQL plugins"
+ default m
+ depends BR2_PACKAGE_ASTERISK
+ select BR2_PACKAGE_LIBMYSQLCLIENT
+ help
+ MySQL plugins for Asterisk
+
+config BR2_PACKAGE_ASTERISK_PGSQL
+ tristate "PostgreSQL plugins"
+ default m
+ depends BR2_PACKAGE_ASTERISK
+ select BR2_PACKAGE_LIBPQ
+ help
+ PostgreSQL plugins for Asterisk
+
+config BR2_PACKAGE_ASTERISK_VOICEMAIL
+ tristate "Voicemail support"
+ default m
+ depends BR2_PACKAGE_ASTERISK
+ help
+ Voicemail related plugins for Asterisk
+
+config BR2_PACKAGE_ASTERISK_SOUNDS
+ tristate "Sound files"
+ default m
+ depends BR2_PACKAGE_ASTERISK
+ help
+ Sound files for Asterisk
+