summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-13 00:56:01 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-13 00:56:01 +0000
commitac4a92052222d1e5bba70c4cc0d921b01c3b4dee (patch)
tree5d20c073a03bac19b7958a134d657056df1fa7fc /zaptel.c
parent270cda802c128de125b0944990ee6f4a6346b8e3 (diff)
Keep up with linear received data when using digital monitor mode
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@271 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.c')
-rwxr-xr-xzaptel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zaptel.c b/zaptel.c
index 740f1db..5b77818 100755
--- a/zaptel.c
+++ b/zaptel.c
@@ -4297,6 +4297,8 @@ static inline void __zt_process_getaudio_chunk(struct zt_chan *ss, unsigned char
memcpy(txb, chans[ms->confna]->putraw, ZT_CHUNKSIZE);
}
}
+ for (x=0;x<ZT_CHUNKSIZE;x++)
+ getlin[x] = ZT_XLAW(txb[x], ms);
break;
}
}