First import of debian subdir
[lcr.git] / debian / lcradmin.1
1 .TH GENTONES 1
2 .SH NAME
3 lcradmin \- view and modify the state of a running lcr
4 .SH SYNOPSIS
5 lcradmin state
6 .br
7 lcradmin route
8 .br
9 lcradmin interface
10 .br
11 lcradmin block <port number>
12 .br
13 lcradmin unload <port number>
14 .br
15 lcradmin unload <port number>
16 .br
17 lcradmin release <endpoint id>
18 .SH DESCRIPTION
19 .SS lcradmin state
20 starts lcradmin in interactive mode. You will see
21 a screen with the current calls and a list of keys for possible
22 options.
23 .SS lcradmin route
24 makes lcr reload the routing.conf
25 .SS lcradmin interface
26 makes lcr reload the interface.conf
27 .SS lcradmin block
28 makes lcr block the specified port for further
29 incoming and outgoing calls.
30 .SS lcradmin unblock
31 unblocks the port again
32 .SS lcradmin unload
33 makes lcr cease using the specified port. The port
34 the be used by a different application, or to unload the mISDN
35 driver. To load the port again, use lcradmin unblock as described above,
36 or use lcradmin interface to reload all interfaces.
37 .SS lcradmin release
38 makes lcr release a pending call. The endpoint ID
39 is shown in the status screen, as well as in the log, starting
40 with "EP(<ID>)". This can be useful, if two members are joined
41 in a conference, but they don't or even can't hang up for some
42 reason. Also lost parked calls can be released.
43 .SH SEE ALSO
44 http://www.linux-call-router.de/doc.html
45 .SH AUTHOR
46 This minimal man page was written by Joerg Dorchain
47 <joerg@dorchain.net>
48 .br
49 from documentation created by Andreas Eversberg <jolly@eversberg.eu>