[svn-commits] jpeeler: branch jpeeler/chan_dahdi r121953 - in /team/jpeeler/chan_dahdi: cod...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 11 16:20:43 CDT 2008


Author: jpeeler
Date: Wed Jun 11 16:20:43 2008
New Revision: 121953

URL: http://svn.digium.com/view/asterisk?view=rev&rev=121953
Log:
one more zaptel replacement

Modified:
    team/jpeeler/chan_dahdi/codecs/codec_dahdi.c
    team/jpeeler/chan_dahdi/include/asterisk/dahdi.h

Modified: team/jpeeler/chan_dahdi/codecs/codec_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/jpeeler/chan_dahdi/codecs/codec_dahdi.c?view=diff&rev=121953&r1=121952&r2=121953
==============================================================================
--- team/jpeeler/chan_dahdi/codecs/codec_dahdi.c (original)
+++ team/jpeeler/chan_dahdi/codecs/codec_dahdi.c Wed Jun 11 16:20:43 2008
@@ -38,8 +38,8 @@
 #include <netinet/in.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
-#include <zaptel/zaptel.h>
-
+
+#include "asterisk/dahdi.h"
 #include "asterisk/lock.h"
 #include "asterisk/translate.h"
 #include "asterisk/config.h"

Modified: team/jpeeler/chan_dahdi/include/asterisk/dahdi.h
URL: http://svn.digium.com/view/asterisk/team/jpeeler/chan_dahdi/include/asterisk/dahdi.h?view=diff&rev=121953&r1=121952&r2=121953
==============================================================================
--- team/jpeeler/chan_dahdi/include/asterisk/dahdi.h (original)
+++ team/jpeeler/chan_dahdi/include/asterisk/dahdi.h Wed Jun 11 16:20:43 2008
@@ -35,6 +35,7 @@
 
 /* newer versions install in ${PREFIX}/dahdi */
 #include <dahdi/user.h>
+#include <dahdi/tonezone.h>
 
 #endif	/* HAVE_DAHDI */
 




More information about the svn-commits mailing list