From: Jason Parker Date: Fri, 5 Jan 2007 23:16:16 +0000 (+0000) Subject: Make codec_zap and chan_zap also depend on zaptel. X-Git-Tag: 1.4.1~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9803b9a35760bb9f35cc0d5bb80c5dbee49b74e0;p=thirdparty%2Fasterisk.git Make codec_zap and chan_zap also depend on zaptel. This fixes an issue (8727) with zaptel being in a different directory, using --with-zaptel. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49705 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index fab61b8579..f3d9359ce6 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -39,6 +39,7 @@ /*** MODULEINFO zaptel_vldtmf + zaptel tonezone pri ***/ diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c index e5d1f0ec4a..5d05d35451 100644 --- a/codecs/codec_zap.c +++ b/codecs/codec_zap.c @@ -28,6 +28,7 @@ /*** MODULEINFO zaptel_transcode + zaptel ***/ #include "asterisk.h"