Hi, I've installed a SS7 cluster with the following configuration: 2 Asterisk boxes, each has two E1s and each first E1 in both boxes has a signaling link on timeslot 1. The cluster works flawlessly with the following problem: if one of the * boxes is taken down with "stop now" then the othe one segfaults immediately after the first one sends "CHANNEL BLOCK" for the CICs which are taken down. The configuration is good, both boxes see the same CICs, with its range and other's as Unequipped (which is OK). Anyone has an idea how to compile chan_ss7 with debug information? This way I will be able to send some "bt full" from gdb or debug it myself. Unfortunately, the functions where * crashes are displayed as "??", diregarding the fact that chan_ss7.so has full debugging information in it (all the symbols are there at a "nm" command and also its size is reduced by 600KB when "strip" command is applied). Thank you, Alexandru