Improved and applied Wimpy's Asterisk 1.8.x support.
[lcr.git] / chan_lcr.h
index e7ea0f5..867902c 100644 (file)
@@ -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;