[asterisk-commits] qwell: branch 1.4 r49705 - in /branches/1.4:
channels/ codecs/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Jan 5 16:16:16 MST 2007
Author: qwell
Date: Fri Jan 5 17:16:16 2007
New Revision: 49705
URL: http://svn.digium.com/view/asterisk?view=rev&rev=49705
Log:
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.
Modified:
branches/1.4/channels/chan_zap.c
branches/1.4/codecs/codec_zap.c
Modified: branches/1.4/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_zap.c?view=diff&rev=49705&r1=49704&r2=49705
==============================================================================
--- branches/1.4/channels/chan_zap.c (original)
+++ branches/1.4/channels/chan_zap.c Fri Jan 5 17:16:16 2007
@@ -39,6 +39,7 @@
/*** MODULEINFO
<depend>zaptel_vldtmf</depend>
+ <depend>zaptel</depend>
<depend>tonezone</depend>
<use>pri</use>
***/
Modified: branches/1.4/codecs/codec_zap.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/codec_zap.c?view=diff&rev=49705&r1=49704&r2=49705
==============================================================================
--- branches/1.4/codecs/codec_zap.c (original)
+++ branches/1.4/codecs/codec_zap.c Fri Jan 5 17:16:16 2007
@@ -28,6 +28,7 @@
/*** MODULEINFO
<depend>zaptel_transcode</depend>
+ <depend>zaptel</depend>
***/
#include "asterisk.h"
More information about the asterisk-commits
mailing list