]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/i4b/isdnphone/isdnphone.8
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / i4b / isdnphone / isdnphone.8
1 .\"
2 .\" Copyright (c) 1999, 2002 Hellmuth Michaelis. All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .\"     last edit-date: [Tue Aug 27 16:42:12 2002]
28 .\"
29 .\"
30 .Dd August 27, 2002
31 .Dt ISDNPHONE 8
32 .Os
33 .Sh NAME
34 .Nm isdnphone
35 .Nd telephone dialing and more for isdn4bsd
36 .Sh SYNOPSIS
37 .Nm
38 .Op Fl d
39 .Op Fl h
40 .Op Fl k Ar string
41 .Op Fl n Ar number
42 .Op Fl u Ar unit
43 .Op Fl v
44 .Op Fl w
45 .Sh DESCRIPTION
46 The
47 .Nm
48 utility
49 is part of the isdn4bsd package and is used to handle dialing and hangup
50 for the telephone control interfaces
51 .Pa /dev/i4bteld Ns Aq Ar n .
52 .Pp
53 Options are provided to dial out or hang up using command line parameters
54 (for use in scripts) or, if none of those options are specified, bring up
55 a curses-based full-screen interface.
56 .Pp
57 The following options are available:
58 .Bl -tag -width indent
59 .It Fl d
60 Enable debugging message display.
61 .It Fl h
62 Hang up a possibly open telephone connection on the selected interface.
63 .It Fl k
64 Send the specified string using the keypad facility information element.
65 .It Fl n
66 Dial the specified number on the selected interface.
67 .It Fl u
68 Set the unit number to specify the interface used.
69 .It Fl v
70 Enable verbose result messages for dialling (-n and -w)
71 .It Fl w
72 After dialling (using the -n option), wait for the first result message.
73 .El
74 .Sh FILES
75 .Bl -tag -width indent -compact
76 .It Pa /dev/i4bteld Ns Aq Ar n
77 .El
78 .Sh EXAMPLES
79 The command:
80 .Dl "isdnphone -n 1234"
81 .Pp
82 dials calls the number 1234 to establish a call on
83 .Pa /dev/i4btel0
84 .Sh AUTHORS
85 The
86 .Nm
87 utility and this manpage were written by
88 .An Hellmuth Michaelis Aq hm@FreeBSD.org .