| 1 | menu "Configuration" |
| 2 | depends on PACKAGE_kmod-ifx-tapi |
| 3 | |
| 4 | config VOICE_CPE_TAPI_FAX |
| 5 | bool "fax relay and modem support" |
| 6 | default n |
| 7 | help |
| 8 | Option to enable fax/modem support in TAPI. |
| 9 | Note: Newer platforms as AR9 and VR9 support a T.38 fax relay stack |
| 10 | in FW while older platforms like Danube or VINETIC-CPE require a |
| 11 | separate SW stack executed as an application. |
| 12 | |
| 13 | config VOICE_CPE_TAPI_CID |
| 14 | bool "CID support" |
| 15 | default y |
| 16 | help |
| 17 | Option to enable Caller ID support. |
| 18 | |
| 19 | config VOICE_CPE_TAPI_LT_GR909 |
| 20 | bool "Linetesting GR-909 support" |
| 21 | default y |
| 22 | help |
| 23 | Option to enable linetesting GR-909. |
| 24 | |
| 25 | config VOICE_CPE_TAPI_DECT |
| 26 | bool "DECT encoding for COSIC modem" |
| 27 | default n |
| 28 | help |
| 29 | Option to enable DECT encoding for COSIC modem. |
| 30 | |
| 31 | config VOICE_CPE_TAPI_KPI |
| 32 | bool "KPI (Kernel Packet Interface)" |
| 33 | default y |
| 34 | help |
| 35 | Option to enable the generic kernel level packet interface |
| 36 | which allows accelerated packet transfer for various purposes. |
| 37 | The most important example is the QOS option, which allows |
| 38 | to redirect RTP packets directly into the IP stack. |
| 39 | Other options relying on KPI are DECT and HDLC. |
| 40 | |
| 41 | config VOICE_CPE_TAPI_QOS |
| 42 | bool "QOS for accelerated RTP packet handling" |
| 43 | default y |
| 44 | help |
| 45 | Option to enable an accelerated RTP packet transfer inside |
| 46 | the LINUX kernel space. This option requires the KPI2UDP |
| 47 | packet, which actually provides the OS specific hooks in |
| 48 | the IP stack. |
| 49 | |
| 50 | config VOICE_CPE_TAPI_STATISTICS |
| 51 | bool "TAPI statistics via /proc fs" |
| 52 | default y |
| 53 | help |
| 54 | Option to enable /proc fs statistics for packet counts etc. |
| 55 | |
| 56 | config VOICE_CPE_TAPI_METERING |
| 57 | bool "Metering (TTX) support" |
| 58 | default n |
| 59 | help |
| 60 | Option to enable metering (TTX) support. |
| 61 | |
| 62 | config VOICE_CPE_TAPI_HDLC |
| 63 | bool "PCM HDLC support, evaluation" |
| 64 | default n |
| 65 | help |
| 66 | Option to enable PCM HDLC framing inside the firmware, e.g. for |
| 67 | ISDN D-Channel access. |
| 68 | |
| 69 | config VOICE_CPE_TAPI_TRACES |
| 70 | bool "enable driver traces" |
| 71 | default y |
| 72 | help |
| 73 | enable driver traces with different trace levels to be |
| 74 | configured dynamically from the application or during insmod |
| 75 | |
| 76 | endmenu |
| 77 | |