Seems that the author of sccp_channel.c hasn't upgraded his code. You can fix this by replacing all instances of chan->callerid with chan->cid.cid_num
-Matthew ----- Original Message ----- From: "Matt Schulte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 1:44 PM Subject: [Asterisk-Users] chan_sccp compile problem w/ CVS head? Any ideas? I edited the Makefile as instructed, ty. Now compiling .... sccp_channel.c 279 lines sccp_channel.c: In function `sccp_channel_send_callinfo': sccp_channel.c:48: structure has no member named `callerid' sccp_channel.c:49: structure has no member named `callerid' sccp_channel.c:49: structure has no member named `callerid' sccp_channel.c:49: structure has no member named `callerid' sccp_channel.c:49: structure has no member named `callerid' sccp_channel.c:49: structure has no member named `callerid' make: *** [.tmp/sccp_channel.o] Error 1 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
