| 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_MGCP
|
|---|
| 16 | prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
|
|---|
| 17 | tristate
|
|---|
| 18 | default n
|
|---|
| 19 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 20 | help
|
|---|
| 21 | Media Gateway Control Protocol implementation for Asterisk
|
|---|
| 22 |
|
|---|
| 23 | config FWRT_PACKAGE_ASTERISK_CHAN_SKINNY
|
|---|
| 24 | prompt "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
|
|---|
| 25 | tristate
|
|---|
| 26 | default n
|
|---|
| 27 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 28 | help
|
|---|
| 29 | Skinny Client Control Protocol implementation for Asterisk
|
|---|
| 30 |
|
|---|
| 31 | config FWRT_PACKAGE_ASTERISK_RES_AGI
|
|---|
| 32 | prompt "asterisk-res-agi................ Asterisk Gateway Interface module"
|
|---|
| 33 | tristate
|
|---|
| 34 | default n
|
|---|
| 35 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 36 | help
|
|---|
| 37 | Asterisk Gateway Interface module
|
|---|
| 38 |
|
|---|
| 39 | config FWRT_PACKAGE_ASTERISK_SQLITE
|
|---|
| 40 | prompt "asterisk-sqlite................. SQLite modules"
|
|---|
| 41 | tristate
|
|---|
| 42 | default n
|
|---|
| 43 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 44 | select FWRT_PACKAGE_LIBSQLITE
|
|---|
| 45 | help
|
|---|
| 46 | SQLite modules for Asterisk
|
|---|
| 47 |
|
|---|
| 48 | config FWRT_PACKAGE_ASTERISK_SOUNDS
|
|---|
| 49 | prompt "asterisk-sounds................. Sound files"
|
|---|
| 50 | tristate
|
|---|
| 51 | default n
|
|---|
| 52 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 53 | help
|
|---|
| 54 | Sound files for Asterisk
|
|---|
| 55 |
|
|---|
| 56 | config FWRT_PACKAGE_ASTERISK_VOICEMAIL
|
|---|
| 57 | prompt "asterisk-voicemail.............. Voicemail support"
|
|---|
| 58 | tristate
|
|---|
| 59 | default n
|
|---|
| 60 | depends FWRT_PACKAGE_ASTERISK
|
|---|
| 61 | help
|
|---|
| 62 | Voicemail related modules for Asterisk
|
|---|
| 63 |
|
|---|