[Asterisk-cvs] asterisk/channels/misdn Makefile, 1.1, 1.2 isdn_lib.c, 1.2, 1.3

markster markster
Sun Nov 6 00:16:41 CST 2005


Update of /usr/cvsroot/asterisk/channels/misdn
In directory mongoose.digium.com:/tmp/cvs-serv20059/channels/misdn

Modified Files:
	Makefile isdn_lib.c 
Log Message:
chan_misdn updates (bug #5597)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/misdn/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	31 Oct 2005 23:30:09 -0000	1.1
+++ Makefile	6 Nov 2005 05:07:58 -0000	1.2
@@ -33,7 +33,7 @@
 	ar crv $@ $(OBJS)
 
 Makefile.ast:	FORCE
-	@echo CFLAGS+=$(MISDNCFLAGS) -Imisdn/ -DCHAN_MISDN_VERSION=\\\"0.1.1\\\" >$@.tmp
+	@echo CFLAGS+=$(MISDNCFLAGS) -Imisdn/ -DCHAN_MISDN_VERSION=\\\"0.2.0\\\" >$@.tmp
 	@echo MISDNUSER = $(MISDNUSER) >>$@.tmp
 	@if [ -r $@ ] && cmp -s $@ $@.tmp; then rm -f $@.tmp; else mv -f $@.tmp $@; fi
 

Index: isdn_lib.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/misdn/isdn_lib.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- isdn_lib.c	1 Nov 2005 22:04:14 -0000	1.2
+++ isdn_lib.c	6 Nov 2005 05:07:58 -0000	1.3
@@ -16,7 +16,7 @@
 
 int misdn_ibuf_freecount(void *buf)
 {
-	return ibuf_usedcount( (ibuffer_t*)buf);
+	return ibuf_freecount( (ibuffer_t*)buf);
 }
 
 int misdn_ibuf_usedcount(void *buf)




More information about the svn-commits mailing list