rebuffer option for chan_lcr (160 bytes per frame)
[lcr.git] / bchannel.h
index f7b3860..267f8b7 100644 (file)
@@ -30,6 +30,8 @@ struct bchannel {
        int b_dtmf;
        int b_bf_len;
        unsigned char b_bf_key[128];
+       int rebuffer_usage;
+       unsigned char rebuffer[160];
 };