-Ddevice-path
Required. The device to read from/write to. This is bus_num/device_num, where bus_num and
device_num are the first two numbers in the output of lsusb(8) or dahdi_hardware(8). On older
versions of this tool you needed a complete path to the device, which would be
/dev/bus/usb/bus_num/device_num, or /proc/bus/usb/bus_num/device_num.
One of the following is required:
-F
The firmware to load is a FPGA firmware.
-p
The firmwares to load is are PIC firmwares. All (typically 4) should be on the command-line.
-O
The firmware to load is an Octasic echo canceller firmware image file.
-o
Don't load firmware. Just print the version number of the currently-loaded Octasic echo canceller
firmware.
-E
The firmware to load is a special EEPROM burning one.
Other options:
-v
Increase verbosity. May be used multiple times.
-dmask
Set debug mask to mask. Default is 0, 0xFF is "everything".
-h
Displays usage message.
-A
When loading a Octasic echo canceller firmware, set the channels of the first Astribank module to
use aLaw (G.711a). This is what you'd normally use for BRI and E1. If not set, the default mu-Law
(G.711u), which is what you'd normally use for FXS, FXO and T1.
-Sspan-specs
This option should only be used when loading Octasic echo canceller firmware and only if the first
Astribank module is PRI.
Its goal is to allow specifying different line-mode (E1/T1/J1) in different ports of the PRI
module. astribank_hexload use the span-specs argument to select aLaw/uLaw for each of the PRI
ports in the module.
The span-specs is a list of items separated by whitespace or commas. Each item is composed of a
port selector, colon and a line-mode specifier. This syntax follows the syntax of specifiers in
/etc/dahdi/span-types.conf.
Examples:
3:E1 - The 3'rd port is E1.
*:T1 - Any unspecified port is T1 (wildcard match).
1:T1,2:T1,*:E1 - First and second ports are T1, the rest are E1.
If the -S is not given, the PRI default is determined by the existence of the -A-fRoption.