summaryrefslogtreecommitdiff
path: root/zaptel.c
diff options
context:
space:
mode:
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;
}
}