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