Man page - xpp_blink(8)
Packages contas this manual
- lsdahdi(8)
- dahdi_test(8)
- astribank_allow(8)
- astribank_tool(8)
- fxotune(8)
- dahdi_span_assignments(8)
- astribank_hexload(8)
- dahdi_span_types(8)
- xpp_blink(8)
- dahdi_waitfor_span_assignments(8)
- astribank_is_starting(8)
- twinstar(8)
- dahdi_genconf(8)
- dahdi_tool(8)
- dahdi_hardware(8)
- dahdi_registration(8)
- dahdi_maint(8)
- dahdi_monitor(8)
- xpp_sync(8)
- dahdi_scan(8)
- dahdi_cfg(8)
Package: dahdi
apt-get install dahdi
apt-get install dahdi
Manuals in package:
Documentations in package:
Manual
| XPP_BLINK(8) | User Contributed Perl Documentation | XPP_BLINK(8) |
NAME
xpp_blink - Blink the leds of a specified XPD
SYNOPSIS
xpp_blink {on|off|bzzt} {span <number> | chan <number> | xpd <bus num> [<xpd num> [<lineno>]]}
DESCRIPTION
Blink all the leds of an XPD.
Blink mode:
Selector:
- span
- Select by span number. This only work for XPD registered to dahdi.
will also print the dahdi channels of the span and the xbus/xpd this span represents.
- chan
- Select by channel number. This only work for XPD registered to dahdi.
- xpd
- Select by xbus + xpd numbers. If only xbus number is given, all the XPDs of the selected xbus (Astribank) are blinked.
- label
- Select by xbus label. Affect the whole Astribank.
EXAMPLES
$ xpp_blink bzzt span 2 Using XBUS-04/XPD-10 (connected via usb-0000:00:1d.7-1): channels 15 16 17 18 19 20 21 22 $ xpp_blink bzzt chan 18 $ xpp_blink on xpd 0 1 5 $ xpp_blink off xpd 0 $ xpp_blink bzzt label 'usb:00000238'
| 2025-02-26 | perl v5.40.1 |