summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-01 01:16:09 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-01 01:16:09 +0000
commitd6ab733848345a9ff1b564912ada32787ee773a2 (patch)
tree2205f9a11a7536631daa055f1f05e1f10a948ec2 /ztcfg.c
parent48a7bd8b9a59a6b8698deed84ce6575c3bedd417 (diff)
Add string conversion for hardware assisted D-channel to ztcfg (issue #7843 reported by Matti, patch mysteriously appeared in my email from someone named angler... crazy that)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1376 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztcfg.c')
-rw-r--r--ztcfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ztcfg.c b/ztcfg.c
index 9815a25..471ba30 100644
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -158,6 +158,8 @@ static const char *sigtype_to_str(const int sig)
return "Network HDLC";
case ZT_SIG_HDLCFCS:
return "HDLC with FCS check";
+ case ZT_SIG_HARDHDLC:
+ return "Hardware assisted D-channel";
default:
return "Unknown";
}