1FXSTEST(8) System Manager's Manuals: Asterisk FXSTEST(8)
2
3
4
6 fxstest - Simple tests for Zaptel FXS adapters
7
9 fxstest /dev/zap/N comand
10
11
13 fxstest can be used to issue one of a number simple tests to FXS
14 adapters (analog adapters intended to connect phones).
15
16
18 All of those tests operate on a single zaptel channel which has to be
19 an FXS port, and must not be in use by Asterisk or any other program.
20
21 The command has two mandatory parameters. The first parameter is the
22 device file to operate on. It is typically /dev/zap/NN , a device file
23 under /dev/zap .
24
25 The second parameter is the name of the command to run on that channel:
26
27 stats
28 Reports voltages
29
30 regdump
31 Dumps ProSLIC registers
32
33 tones
34 Plays a series of tones
35
36 polarity
37 Requests channel to reverse polarity.
38
39 ring
40 Rings phone
41
42
44 zttool(8), ztcfg(8), ztmonitor(8), asterisk(8).
45
47 Does not allow testing channels beyond 249. Should support opening
48 channels through /dev/zap/channel .
49
51 This manual page was written by Tzafrir Cohen <tzafrir.cohen@xor‐
52 com.com> . Permission is granted to copy, distribute and/or modify
53 this document under the terms of the GNU General Public License, Ver‐
54 sion 2 any later version published by the Free Software Foundation.
55
56asterisk 9 June 2007 FXSTEST(8)