summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-07-02 13:04:21 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-07-02 13:04:21 +0000
commitff92b890ade86d82cbe31815ff34079148e4b62b (patch)
tree5826eb3b211dad7225e3f0e91c0cf8400695536e /xpp
parent73057d9a88e426071648e0f3dd996a5548ff68c0 (diff)
Removed obsolete example.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4510 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp')
-rw-r--r--xpp/example_default_zaptel31
1 files changed, 0 insertions, 31 deletions
diff --git a/xpp/example_default_zaptel b/xpp/example_default_zaptel
deleted file mode 100644
index f60b651..0000000
--- a/xpp/example_default_zaptel
+++ /dev/null
@@ -1,31 +0,0 @@
-# Disables hotplug firmware loading
-#XPP_HOTPLUG_DISABLED=yes
-#
-# Disables udev hook called when an astribank is added and ready
-# or removed.
-#ASTRIBANK_HOOK_DISABLED=yes
-
-# Setup for XPP PRI. This allows to have fixed settings:
-# 1. The variable XPP_PRI_SETUP contains a whitespace separated list of
-# port specifications.
-# 2. Each port specification contains a match expression, a '=' and
-# a setting string.
-# 2. Match expressions may be:
-# - CONNECTOR/usb..../XPD-nn To identify by physical connector
-# - NUM/XBUS-mm/XPD-nn To identify by bus number
-# 4. Match expressions may contain "wildcards" (which are translated
-# internally to regular expressions):
-# * matches zero or more characters.
-# ? matches one charater
-# 5. The list of matches is scanned from beginning to end. First match wins.
-# 6. The list implicitly contains an 'NUM/*=TE,E1' catch all default, appended
-# to its end.
-# 7. The setting string is composed of comma separated settings. Valid
-# settings are:
-# - NT or TE
-# - E1 or T1 or J1
-#
-XPP_PRI_SETUP='
- CONNECTOR/usb-0000:00:1d.7-1/XPD-01=NT,E1
- NUM/*/XPD-03=NT,E1
- '