X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/445d5e12cf785fd0741298de731fe801d46a8417..ed44d0003fc99234e16251414b0e32b767c3f41f:/openwrt/package/asterisk/Config.in?ds=inline diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in index 963e372e2..7efaee577 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 @@ -95,7 +104,16 @@ config BR2_PACKAGE_ASTERISK_PGSQL select BR2_PACKAGE_LIBPQ help PostgreSQL modules for Asterisk - + +config BR2_PACKAGE_ASTERISK_SQLITE + prompt "asterisk-sqlite................. SQLite modules" + tristate + default m if CONFIG_DEVEL + depends BR2_PACKAGE_ASTERISK + select BR2_PACKAGE_LIBSQLITE + help + SQLite modules for Asterisk + config BR2_PACKAGE_ASTERISK_SOUNDS prompt "asterisk-sounds................. Sound files" tristate @@ -111,5 +129,31 @@ config BR2_PACKAGE_ASTERISK_VOICEMAIL depends BR2_PACKAGE_ASTERISK help Voicemail related modules for Asterisk + +config BR2_PACKAGE_ASTERISK_MINI + prompt "asterisk-mini..................... Minimal open source PBX" + tristate + default m if CONFIG_DEVEL + 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. + http://www.asterisk.org/ + + This package contains only the following modules: + - chan_iax2 + - chan_local + - chan_sip + - codec_gsm + - codec_ulaw + - format_gsm + - format_pcm + - format_wav + - format_wav_gsm + - pbx_config + - res_features + - res_musiconhold + endmenu