aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 05:07:58 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-06 05:07:58 +0000
commit6d95d3ed6a440a776bf1e41b050d757fd840b177 (patch)
treed992c2a42b90148b5cc31c799696063652fa65c9 /channels/misdn
parenta8a2d6ef0db455eb27769895ff749155707c8210 (diff)
chan_misdn updates (bug #5597)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6972 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn')
-rwxr-xr-xchannels/misdn/Makefile2
-rwxr-xr-xchannels/misdn/isdn_lib.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index 0e0917a2d..2288bc7d2 100755
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -33,7 +33,7 @@ chan_misdn_lib.a: $(OBJS)
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
diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c
index 6c508e2cf..62b321ad5 100755
--- a/channels/misdn/isdn_lib.c
+++ b/channels/misdn/isdn_lib.c
@@ -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)