| 1 | config FWRT_PACKAGE_ASTERISK
|
|---|
| 2 | prompt "asterisk.......................... Complete open source PBX"
|
|---|
| 3 | tristate
|
|---|
| 4 | default n
|
|---|
| 5 | select FWRT_PACKAGE_LIBNCURSES
|
|---|
| 6 | select FWRT_PACKAGE_LIBPTHREAD
|
|---|
| 7 | help
|
|---|
| 8 | Asterisk is a complete PBX in software. It provides all of the features
|
|---|
| 9 | you would expect from a PBX and more. Asterisk does voice over IP in three
|
|---|
| 10 | protocols, and can interoperate with almost all standards-based telephony
|
|---|
| 11 | equipment using relatively inexpensive hardware.
|
|---|
| 12 |
|
|---|
| 13 | http://www.asterisk.org/
|
|---|
| 14 |
|
|---|
| 15 | #config FWRT_PACKAGE_ASTERISK_CHAN_BLUETOOTH
|
|---|
| 16 | # prompt "asterisk-chan-bluetooth......... Bluetooth HandsFreeProfile support for Asterisk"
|
|---|
| 17 | # tristate
|
|---|
| 18 | # default n
|
|---|
| 19 | # depends FWRT_PACKAGE_ASTERISK
|
|---|
| 20 | # select FWRT_PACKAGE_BLUEZ_LIBS
|
|---|
| 21 | # help
|
|---|
| 22 | # The Bluetooth HandsFreeProfile support for Asterisk
|
|---|
| 23 |
|
|---|
| 24 | config FWRT_PACKAGE_ASTERISK_CHAN_MGCP
|
|---|
| 25 | prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
|
|---|
| 26 | tristate
|
|---|
| 27 | default n
|
|---|
| 28 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 29 | help
|
|---|
| 30 | Media Gateway Control Protocol implementation for Asterisk
|
|---|
| 31 |
|
|---|
| 32 | config FWRT_PACKAGE_ASTERISK_CHAN_SKINNY
|
|---|
| 33 | prompt "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
|
|---|
| 34 | tristate
|
|---|
| 35 | default n
|
|---|
| 36 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 37 | help
|
|---|
| 38 | Skinny Client Control Protocol implementation for Asterisk
|
|---|
| 39 |
|
|---|
| 40 | config FWRT_PACKAGE_ASTERISK_PBX_DUNDI
|
|---|
| 41 | prompt "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
|
|---|
| 42 | tristate
|
|---|
| 43 | default n
|
|---|
| 44 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 45 | help
|
|---|
| 46 | Distributed Universal Number Discovery (DUNDi) support for Asterisk
|
|---|
| 47 |
|
|---|
| 48 | config FWRT_PACKAGE_ASTERISK_RES_AGI
|
|---|
| 49 | prompt "asterisk-res-agi................ Asterisk Gateway Interface module"
|
|---|
| 50 | tristate
|
|---|
| 51 | default n
|
|---|
| 52 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 53 | help
|
|---|
| 54 | Asterisk Gateway Interface module
|
|---|
| 55 |
|
|---|
| 56 | config FWRT_PACKAGE_ASTERISK_SQLITE
|
|---|
| 57 | prompt "asterisk-sqlite................. SQLite modules"
|
|---|
| 58 | tristate
|
|---|
| 59 | default n
|
|---|
| 60 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 61 | select FWRT_PACKAGE_LIBSQLITE
|
|---|
| 62 | help
|
|---|
| 63 | SQLite modules for Asterisk
|
|---|
| 64 |
|
|---|
| 65 | config FWRT_PACKAGE_ASTERISK_SOUNDS
|
|---|
| 66 | prompt "asterisk-sounds................. Sound files"
|
|---|
| 67 | tristate
|
|---|
| 68 | default n
|
|---|
| 69 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 70 | help
|
|---|
| 71 | Sound files for Asterisk
|
|---|
| 72 |
|
|---|
| 73 | config FWRT_PACKAGE_ASTERISK_VOICEMAIL
|
|---|
| 74 | prompt "asterisk-voicemail.............. Voicemail support"
|
|---|
| 75 | tristate
|
|---|
| 76 | default n
|
|---|
| 77 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 78 | help
|
|---|
| 79 | Voicemail related modules for Asterisk
|
|---|
| 80 |
|
|---|