From: Joshua Colp Date: Wed, 6 Jun 2007 12:23:59 +0000 (+0000) Subject: When SS7 is enabled add w/SS7 to the end. (issue #9893 reported by Mike Anikienko) X-Git-Tag: 1.6.0-beta1~3^2~2479 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca529e58e607ce0ff70d40a26b66f15f972bd95e;p=thirdparty%2Fasterisk.git 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 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index e65fc26c88..a72ed27638 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 ;