summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorAndreas Eversberg2011-02-20 09:33:31 +0100
committerAndreas Eversberg2011-02-20 09:33:31 +0100
commitb787bfbf47f8aaa67d111c5bf144ccf850d61c49 (patch)
tree4f8e5e1bf6a6a4a65f0baf4abc43bde2102f748d /chan_lcr.h
parentEnsure chan_lcr gets necessary compiler flags when cross compiling. (diff)
downloadlcr-b787bfbf47f8aaa67d111c5bf144ccf850d61c49.tar.gz
lcr-b787bfbf47f8aaa67d111c5bf144ccf850d61c49.tar.xz
lcr-b787bfbf47f8aaa67d111c5bf144ccf850d61c49.zip
[chan_lcr] Fixed caller ID for calls from AST->LCR
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 867902c..8caa48e 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -29,6 +29,8 @@ struct chan_call {
/* queue dialing prior setup ack */
char oad[64];/* caller id in number format */
+ struct caller_info callerinfo;
+ struct redir_info redirinfo;
struct connect_info connectinfo;
/* store connectinfo form lcr */
int bridge_id;