summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
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];