summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-06-06 12:23:59 +0000
committerJoshua Colp <jcolp@digium.com>2007-06-06 12:23:59 +0000
commitca529e58e607ce0ff70d40a26b66f15f972bd95e (patch)
tree90f30392e87c708d3e230690fb70ef5f1d83c2a1
parent3f671bb11db0229a5d128d6b6fc5e309225ff579 (diff)
When SS7 is enabled add w/SS7 to the end. (issue #9893 reported by Mike Anikienko)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67596 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index e65fc26c8..a72ed2763 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -166,7 +166,7 @@ static const char tdesc[] = "Zapata Telephony Driver"
#ifdef HAVE_PRI
" w/PRI"
#endif
-#ifdef HAVEL_LIBSS7
+#ifdef HAVEL_SS7
"w/SS7"
#endif
;