Hello ss7 list! Installing libss7 and asterisk from http://svn.digium.com/svn/libss7/team/mattf/bug13495 http://svn.digium.com/svn/asterisk/team/mattf/bug13495 as well as: http://svn.digium.com/svn/dahdi/tools/trunk dahdi-tools http://svn.digium.com/svn/dahdi/linux/trunk dahdi-trunk (this order: dahdi, dahdi-tools, libss7 and then asterisk) leads to the follwing error doing a "make" for the Asterisk version (see below). Did I made any mistake or is this a bug? Kind Regards, Erik [CC] chan_dahdi.c -> chan_dahdi.o chan_dahdi.c: In function ?ss7_linkset?: chan_dahdi.c:10921: error: ?ss7_event_iam? has no member named ?cot_performed_on_previous_cic? chan_dahdi.c:10921: error: ?ss7_event_sam? has no member named ?cot_performed_on_previous_cic? chan_dahdi.c:10929: error: ?ss7_event_iam? has no member named ?cot_performed_on_previous_cic? chan_dahdi.c:10947: error: ?ss7_event_cot? has no member named ?cot_performed_on_previous_cic? chan_dahdi.c: In function ?process_dahdi?: chan_dahdi.c:16660: error: ?SS7_ISDN_ACCESS_INDICATOR? undeclared (first use in this function) chan_dahdi.c:16660: error: (Each undeclared identifier is reported only once chan_dahdi.c:16660: error: for each function it appears in.) make[1]: *** [chan_dahdi.o] Error 1 make: *** [channels] Error 2 srv27:/usr/src/UNSTABLE_libss7/asterisk-patched# cd ..