Config.in 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. config ADK_PACKAGE_ASTERISK
  2. bool "asterisk................... Telephony server"
  3. select ADK_PACKAGE_LIBCURL
  4. select ADK_PACKAGE_LIBNCURSES
  5. select ADK_PACKAGE_LIBPTHREAD
  6. default n
  7. menu "asterisk-modules.................. Additional modules for Asterisk"
  8. depends on ADK_PACKAGE_ASTERISK
  9. config ADK_PACKAGE_ASTERISK_CHAN_MGCP
  10. prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
  11. tristate
  12. default n
  13. depends ADK_PACKAGE_ASTERISK
  14. help
  15. Media Gateway Control Protocol implementation for Asterisk
  16. config ADK_PACKAGE_ASTERISK_CHAN_SKINNY
  17. prompt "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
  18. tristate
  19. default n
  20. depends ADK_PACKAGE_ASTERISK
  21. help
  22. Skinny Client Control Protocol implementation for Asterisk
  23. config ADK_PACKAGE_ASTERISK_CHAN_IAX2
  24. prompt "asterisk-chan-iax2.............. Support for the Inter Asterisk Protocol"
  25. tristate
  26. default n
  27. depends ADK_PACKAGE_ASTERISK
  28. help
  29. IAX2 allows trunking communication channels together.
  30. Contains:
  31. * chan_iax2.so
  32. config ADK_PACKAGE_ASTERISK_CODEC_SPEEX
  33. prompt "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
  34. tristate
  35. default n
  36. depends ADK_PACKAGE_ASTERISK
  37. select ADK_PACKAGE_LIBSPEEX
  38. help
  39. The Speex speech compression codec for Asterisk
  40. config ADK_PACKAGE_ASTERISK_CODEC_GSM
  41. prompt "asterisk-codec-gsm.............. GSM Codec"
  42. tristate
  43. default n
  44. depends ADK_PACKAGE_ASTERISK
  45. help
  46. The GSM codec for Asterisk
  47. config ADK_PACKAGE_ASTERISK_PBX_DUNDI
  48. prompt "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
  49. tristate
  50. default n
  51. depends ADK_PACKAGE_ASTERISK
  52. help
  53. Distributed Universal Number Discovery (DUNDi) support for Asterisk
  54. config ADK_PACKAGE_ASTERISK_RES_AGI
  55. prompt "asterisk-res-agi................ Asterisk Gateway Interface module"
  56. tristate
  57. default n
  58. depends ADK_PACKAGE_ASTERISK
  59. help
  60. Asterisk Gateway Interface module
  61. config ADK_PACKAGE_ASTERISK_PGSQL
  62. prompt "asterisk-pgsql.................. PostgreSQL modules"
  63. tristate
  64. default n
  65. depends ADK_PACKAGE_ASTERISK
  66. select ADK_PACKAGE_LIBPQ
  67. help
  68. PostgreSQL modules for Asterisk
  69. config ADK_PACKAGE_ASTERISK_SOUNDS
  70. prompt "asterisk-sounds................. Sound files"
  71. tristate
  72. default n
  73. depends ADK_PACKAGE_ASTERISK
  74. help
  75. Sound files for Asterisk
  76. config ADK_PACKAGE_ASTERISK_VOICEMAIL
  77. prompt "asterisk-voicemail.............. Voicemail support"
  78. tristate
  79. default n
  80. depends ADK_PACKAGE_ASTERISK
  81. help
  82. Voicemail related modules for Asterisk
  83. endmenu