![Xorcom Astribank PRI Quick Start Manual Download Page 3](http://html1.mh-extra.com/html/xorcom/astribank-pri/astribank-pri_quick-start-manual_3565075003.webp)
Astribank PRI - Quick Start Guide
Page 3 of 4
Xorcom USA
2012 W. Lone Cactus Drive
Phoenix, AZ 85027 USA
Tel: 1-866-XORCOM1
www.xorcom.com
Xorcom Ltd.
Teradyon, POB 60
D.N. Misgav 20179, Israel
Tel: +972-4-9951999
The value for mm - is the XBUS number and the value for nn - is the XPD number (see
the “
Terminology
” topic at the end of this document.)
When using a physical USB connector number in the
<port_address>
expression, use
the following syntax:
CONNECTOR/usb..../XPD-nn
The value for usb... is the USB connector identifier and the value for nn is the XPD
number.
You can get the USB connector identifier from verbose output of the zaptel_hardware
utility when the Zaptel drivers are loaded. For example:
# zaptel_hardware -v
usb:004/004
e4e4:1152 Astribank-multi FPGA-firmware
LABEL=[usb:0000108] CONNECTOR=usb-0000:00:03.3-4
XBUS-00/XPD-00: E1_TE
Span 1 ZAPTEL-SYNC
XBUS-00/XPD-01: E1_TE
Span 2
XBUS-00/XPD-10: FXS
Span 3
XBUS-00/XPD-20: FXS
Span 4
Port Type
The <port_type> is the port mode and port function group separated by a comma, for
example: E1,TE or T1,NT. Please note that port mode and the function group may
be written in any order. For example, the following will provide the same result:
T1,TE and TE,T1
Now you can define:
XPP_PRI_SETUP='CONNECTOR/usb-0000:00:03.3-4/XPD-00=T1,TE'
The following wild card characters can be used in the port address expression:
* matches zero or more characters.
? matches one character
[xyz] - any of 'x', 'y', or 'z'.
Configuration Examples
To define all PRI ports for T1 with TE (CPE) function groups:
XPP_PRI_SETUP='NUM/*=T1,TE'
To define the first port to be E1 TE and the second port to be E1 NT:
XPP_PRI_SETUP='NUM/XBUS-00/XPD-00=E1,TE NUM/XBUS-00/XPD-01=E1,NT'