From 0543086812cd2fbeb0f0a9dc1f908a8c2d86c020 Mon Sep 17 00:00:00 2001 From: schlaile Date: Sat, 14 Jun 2008 20:21:14 +0200 Subject: made callerid handling work in call from asterisk (Asterisk 1.4.18 at least changes cid records between call and setup ...) fixed Makefile (emacs kept complaining :) ) --- chan_lcr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chan_lcr.h') diff --git a/chan_lcr.h b/chan_lcr.h index c24a666..52bb095 100644 --- a/chan_lcr.h +++ b/chan_lcr.h @@ -27,6 +27,7 @@ struct chan_call { unsigned char dialque[64]; /* queue dialing prior setup ack */ char oad[64];/* caller id in number format */ + struct connect_info connectinfo; /* store connectinfo form lcr */ int bridge_id; @@ -43,6 +44,9 @@ struct chan_call { /* LCR interface name for setup */ char dialstring[64]; /* cached dial string for setup */ + char cid_num[64]; /* cached cid for setup */ + char cid_name[64]; /* cached cid for setup */ + char cid_rdnis[64]; /* cached cid for setup */ char display[128]; /* display for setup */ int dtmf; -- cgit v1.2.3-55-g7522