summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-12-14 10:56:09 +0100
committerAndreas Eversberg2010-12-14 10:56:09 +0100
commit5705b3e17b395a6ad08a689cfe212bca20427bd5 (patch)
tree2c447dcbe9cde68d96f983e15d40cad356c2f100 /chan_lcr.h
parentRemoved change history from 'README' file. (diff)
downloadlcr-5705b3e17b395a6ad08a689cfe212bca20427bd5.tar.gz
lcr-5705b3e17b395a6ad08a689cfe212bca20427bd5.tar.xz
lcr-5705b3e17b395a6ad08a689cfe212bca20427bd5.zip
Improved and applied Wimpy's Asterisk 1.8.x support.
configure script will automatically detect new asterisk API, so there is no need for different chan_lcr.c source codes. 'type', 'presentation', and 'screening indicator' are now transcoded.
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 e7ea0f5..867902c 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -45,9 +45,11 @@ struct chan_call {
/* LCR interface name for setup */
char dialstring[64];
/* cached dial string for setup */
+#ifndef AST_PARTY_CALLER
char cid_num[64]; /* cached cid for setup */
char cid_name[64]; /* cached cid for setup */
char cid_rdnis[64]; /* cached cid for setup */
+#endif
char display[128];
/* display for setup */
int dsp_dtmf;