From 2fd33dae6b495ddf237f8ec5eefacfb04af99fc0 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 21 Jul 2010 12:07:20 +0000 Subject: Allow using CONNECTOR/LABEL in genconf_parameters Allow using CONNECTOR/LABEL in addition to SPAN and NUM for pri_termtype in genconf_parameters Merged revisions 8923 via svnmerge from http://svn.digium.com/svn/dahdi/tools/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.3@8960 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/genconf_parameters | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'xpp/genconf_parameters') diff --git a/xpp/genconf_parameters b/xpp/genconf_parameters index e48e2b8..c27f960 100644 --- a/xpp/genconf_parameters +++ b/xpp/genconf_parameters @@ -147,3 +147,23 @@ #pri_termtype # SPAN/* NT # +# Astribanks can be matched by span and also by their: +# LABEL + XPD number: +# this is burned into the Astribank and won't change +# if it's connected via different USB port/hub +# CONNECTOR + XPD number: +# The USB path to which the Astribank is connected. +# Replacing an Astribank and connecting to the same USB port/hub +# would not change this property. However, any change in USB +# wiring (e.g: adding another hub) may alter this. +# NUM (XBUS number) + XPD number: +# The XBUS number. This is not stable and may even change +# between boots. +# +#pri_termtype +# LABEL/usb:INT01216/XPD-0[123] NT +# LABEL/usb:INT00375/XPD-0[123] NT +# CONNECTOR/@usb-0000:00:1d.7-1/XPD-0[123] NT +# CONNECTOR/@usb-0000:00:1d.7-2/XPD-0[123] NT +# NUM/XBUS-01/XPD-0[123] NT +# NUM/XBUS-03/XPD-0[123] NT -- cgit v1.2.3