summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-03-29 16:50:25 +0200
committerAndreas Eversberg2009-03-29 16:50:25 +0200
commitebdd133f07e327072fa310b6b32a97021703a0d4 (patch)
tree70fdb6cf201b1e7cc65666871740e0bc1d0a4ad3 /chan_lcr.h
parentchan_lcr: fixed compile problems with newer versions of asterisk (diff)
downloadlcr-ebdd133f07e327072fa310b6b32a97021703a0d4.tar.gz
lcr-ebdd133f07e327072fa310b6b32a97021703a0d4.tar.xz
lcr-ebdd133f07e327072fa310b6b32a97021703a0d4.zip
Added PROGRESS indication in both directions, so early audio is possible.
-> Tones and announcements shall be forwarded. modified: README modified: chan_lcr.c modified: chan_lcr.h
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index 50e16e5..5ddb4eb 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -75,6 +75,8 @@ struct chan_call {
/* flags for bchannel mode */
char queue_string[64];
/* queue for asterisk */
+ int has_pattern;
+ /* pattern are available, PROGRESS has been indicated */
};