summaryrefslogtreecommitdiff
path: root/zaptel.conf.sample
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-10 22:18:27 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-10 22:18:27 +0000
commitba57e538a683d0deb8bba062416d2d4cad36c0e5 (patch)
treebacca2a41f25879445392dcceeb26518c30f87db /zaptel.conf.sample
parent75cc2c7f4f5589e88eacd31c4871874c0dd223dc (diff)
update sample config file for hardhdlc, also fix spelling error
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@890 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.conf.sample')
-rw-r--r--zaptel.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/zaptel.conf.sample b/zaptel.conf.sample
index e6cf6c5..6fc4893 100644
--- a/zaptel.conf.sample
+++ b/zaptel.conf.sample
@@ -96,9 +96,13 @@
# "rawhdlc" : The zaptel driver performs HDLC encoding and decoding on the
# bundle, and the resulting data is communicated via the master
# device.
-# "fcshdlc" : The zapdel driver performs HDLC encoding and decoding on the
+# "fcshdlc" : The zaptel (software) driver performs HDLC encoding and decoding on the
# bundle and also performs incoming and outgoing FCS insertion
# and verification. "dchan" is an alias for this.
+# "hardhdlc" : The hardware driver performs HDLC encoding and decoding on the
+# bundle and also performs incoming and outgoing FCS insertion
+# and verification. Is subject to limitations and support of underlying
+# hardware.
# "nethdlc" : The zaptel driver bundles the channels together into an
# hdlc network device, which in turn can be configured with
# sethdlc (available separately).