1XPP_BLINK(8) User Contributed Perl Documentation XPP_BLINK(8)
2
3
4
6 xpp_blink - Blink the leds of a specified XPD
7
9 xpp_blink {on|off|bzzt} {span <number> | chan <number> | xpd <bus num>
10 [<xpd num> [<lineno>]]}
11
13 Blink all the leds of an XPD.
14
15 Blink mode:
16 on Turn on constant blink
17
18 off Turn off blink
19
20 bzzt
21 Blink briefly for 1 second.
22
23 Selector:
24 span
25 Select by span number. This only work for XPD registered to dahdi.
26
27 will also print the dahdi channels of the span and the xbus/xpd
28 this span represents.
29
30 chan
31 Select by channel number. This only work for XPD registered to
32 dahdi.
33
34 xpd Select by xbus + xpd numbers. If only xbus number is given, all the
35 XPDs of the selected xbus (Astribank) are blinked.
36
37 label
38 Select by xbus label. Affect the whole Astribank.
39
41 $ xpp_blink bzzt span 2
42 Using XBUS-04/XPD-10 (connected via usb-0000:00:1d.7-1): channels 15 16 17 18 19 20 21 22
43
44 $ xpp_blink bzzt chan 18
45
46 $ xpp_blink on xpd 0 1 5
47
48 $ xpp_blink off xpd 0
49
50 $ xpp_blink bzzt label 'usb:00000238'
51
52
53
54perl v5.32.1 2021-01-26 XPP_BLINK(8)