No empty .Rs/.Re
[netbsd-mini2440.git] / usr.sbin / isdn / isdntelctl / isdntelctl.8
blobb739da7030acf312b177dc37b4fd3edfd27b78fb
1 .\" $NetBSD: isdntelctl.8,v 1.7 2002/07/29 01:08:29 wiz Exp $
2 .\"
3 .\" Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 .\" SUCH DAMAGE.
25 .\"
26 .\"     $Id: isdntelctl.8,v 1.8 2003/04/06 18:20:14 wiz Exp $
27 .\"
28 .\" $FreeBSD$
29 .\"
30 .\"     last edit-date: [Mon Dec 13 23:06:45 1999]
31 .\"
32 .Dd April 21, 1999
33 .Dt ISDNTELCTL 8
34 .Os
35 .Sh NAME
36 .Nm isdntelctl
37 .Nd control isdn4bsd telephone sound format conversion
38 .Sh SYNOPSIS
39 .Nm
40 .Op Fl c
41 .Op Fl g
42 .Op Fl u Ar unit
43 .Op Fl A
44 .Op Fl U
45 .Op Fl N
46 .Sh DESCRIPTION
47 .Nm
48 is part of the isdn4bsd package and is used to configure the sound format
49 conversion facilities of the /dev/isdntel interfaces.
50 .Pp
51 The following options are available:
52 .Bl -tag -width Ds
53 .It Fl c
54 Clear the telephone input queue.
55 .It Fl g
56 Get the sound format currently in use.
57 .It Fl u
58 Set the
59 .Pa /dev/isdntel
60 unit number.  The default value is zero to access
61 device
62 .Pa /dev/isdntel0 .
63 .It Fl A
64 Do A-law (ISDN line) -\*[Gt] mu-law (userland) conversion.
65 .It Fl U
66 Do mu-law (ISDN line) -\*[Gt] A-law (userland) conversion.
67 .It Fl N
68 Set sound conversion to do no format conversion.
69 .El
70 .Pp
71 The telephony data stream comes out of the line in a bit-reversed format,
72 so the
73 .Xr isdntel 4
74 driver does the bit-reversion process in any case.
75 .Pp
76 Additionally, the user can specify to do A-law to mu-law, mu-law to A-law
77 or no conversion at all in the isdntel driver by using the
78 .Nm
79 utility.
80 .Sh FILES
81 .Pa /dev/isdntel\*[Lt]n\*[Gt]
82 .Sh EXAMPLES
83 The command
84 .Bd -literal -offset indent
85 isdntelctl -g
86 .Ed
87 .Pp
88 displays the currently used sound format for device
89 .Pa /dev/isdntel0 .
90 .Sh SEE ALSO
91 .Xr isdntel 4 ,
92 .Xr isdnd.rc 5 ,
93 .Xr isdnd 8
94 .Sh STANDARDS
95 A-law and mu-law are specified in ITU Recommendation G.711.
96 .Sh AUTHORS
97 The
98 .Nm
99 utility and this man page were written by
100 .An Hellmuth Michaelis Aq hm@kts.org .