summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-03-22 10:46:56 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-03-22 10:46:56 +0000
commitd1c034d8ab9da5e45f34f9964e1b70e4f2b4e703 (patch)
tree5c703a747d3eb90e36d10b1a6491ce8d4a4215e3 /openwrt/package/asterisk/Config.in
parent656470c08e82d80423b7cd0fd42af103727a01f5 (diff)
downloadmtk-20170518-d1c034d8ab9da5e45f34f9964e1b70e4f2b4e703.zip
mtk-20170518-d1c034d8ab9da5e45f34f9964e1b70e4f2b4e703.tar.gz
mtk-20170518-d1c034d8ab9da5e45f34f9964e1b70e4f2b4e703.tar.bz2
Add chan_h323 support for asterisk, closes #122
SVN-Revision: 3447
Diffstat (limited to 'openwrt/package/asterisk/Config.in')
-rw-r--r--openwrt/package/asterisk/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in
index dad8cf7..7efaee5 100644
--- a/openwrt/package/asterisk/Config.in
+++ b/openwrt/package/asterisk/Config.in
@@ -21,6 +21,15 @@ config BR2_PACKAGE_ASTERISK_CHAN_BLUETOOTH
help
The Bluetooth HandsFreeProfile support for Asterisk
+config BR2_PACKAGE_ASTERISK_CHAN_H323
+ prompt "asterisk-chan-h323.............. H.323 support for Asterisk"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_ASTERISK
+ select BR2_PACKAGE_OPENH323
+ help
+ H.323 support for Asterisk
+
config BR2_PACKAGE_ASTERISK_CHAN_MGCP
prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
tristate