summaryrefslogtreecommitdiff
path: root/package/asterisk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
commitce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch)
tree84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/asterisk
parent2c3389799c46724a4922179ff70d1230ccbe5b59 (diff)
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/asterisk')
-rw-r--r--package/asterisk/Config.in97
1 files changed, 0 insertions, 97 deletions
diff --git a/package/asterisk/Config.in b/package/asterisk/Config.in
deleted file mode 100644
index 3cac88628..000000000
--- a/package/asterisk/Config.in
+++ /dev/null
@@ -1,97 +0,0 @@
-config ADK_PACKAGE_ASTERISK
- bool "asterisk................... Telephony server"
- depends on !ADK_LINUX_CRIS_FOXBOARD
- select ADK_PACKAGE_LIBCURL
- select ADK_PACKAGE_LIBNCURSES
- select ADK_PACKAGE_LIBPTHREAD
- default n
-
-menu "asterisk-modules.................. Additional modules for Asterisk"
-depends on ADK_PACKAGE_ASTERISK
-
-config ADK_PACKAGE_ASTERISK_CHAN_MGCP
- prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- help
- Media Gateway Control Protocol implementation for Asterisk
-
-config ADK_PACKAGE_ASTERISK_CHAN_SKINNY
- prompt "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- help
- Skinny Client Control Protocol implementation for Asterisk
-
-config ADK_PACKAGE_ASTERISK_CHAN_IAX2
- prompt "asterisk-chan-iax2.............. Support for the Inter Asterisk Protocol"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- help
- IAX2 allows trunking communication channels together.
-
- Contains:
- * chan_iax2.so
-
-config ADK_PACKAGE_ASTERISK_CODEC_SPEEX
- prompt "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- select ADK_PACKAGE_LIBSPEEX
- help
- The Speex speech compression codec for Asterisk
-
-config ADK_PACKAGE_ASTERISK_CODEC_GSM
- prompt "asterisk-codec-gsm.............. GSM Codec"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- help
- The GSM codec for Asterisk
-
-config ADK_PACKAGE_ASTERISK_PBX_DUNDI
- prompt "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- help
- Distributed Universal Number Discovery (DUNDi) support for Asterisk
-
-config ADK_PACKAGE_ASTERISK_RES_AGI
- prompt "asterisk-res-agi................ Asterisk Gateway Interface module"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- help
- Asterisk Gateway Interface module
-
-config ADK_PACKAGE_ASTERISK_PGSQL
- prompt "asterisk-pgsql.................. PostgreSQL modules"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- select ADK_PACKAGE_LIBPQ
- help
- PostgreSQL modules for Asterisk
-
-config ADK_PACKAGE_ASTERISK_SOUNDS
- prompt "asterisk-sounds................. Sound files"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- help
- Sound files for Asterisk
-
-config ADK_PACKAGE_ASTERISK_VOICEMAIL
- prompt "asterisk-voicemail.............. Voicemail support"
- tristate
- default n
- depends on ADK_PACKAGE_ASTERISK
- help
- Voicemail related modules for Asterisk
-
-endmenu