summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorPeter Schlaile2009-03-09 09:25:26 +0100
committerroot2009-03-09 09:25:26 +0100
commitadc5448774e3ab9987955d15bcd92ab9dcca28f1 (patch)
tree2feecaff2fecca55df3b4200b1ff524d5900926a /chan_lcr.h
parentadded documentation for re-buffer option (diff)
downloadlcr-adc5448774e3ab9987955d15bcd92ab9dcca28f1.tar.gz
lcr-adc5448774e3ab9987955d15bcd92ab9dcca28f1.tar.xz
lcr-adc5448774e3ab9987955d15bcd92ab9dcca28f1.zip
simplified rebuffer-mode to make large block sizes work better
Thanks to Kristijan Vrban for the patch!
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index 444512b..50e16e5 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -58,6 +58,9 @@ struct chan_call {
requested by asterisk */
int rebuffer; /* send only 160 bytes frames
to asterisk */
+
+ int framepos; /* send only 160 bytes frames to asterisk */
+
int on_hold; /* track hold management, since
sip phones sometimes screw it up */
char pipeline[256];