Config.in 2.6 KB

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