Hi there,<br>I just did apt-get source asterisk; then apt-get build-dep asterisk failed because of missing libtonezone-dev with correct version, so went to get it by hand and installed it (with --force-depends) now it was time to go to debian/patches/00list and enable the bristuff... done!
<br><br>dpkg-buildpackage -us -uc -B -rfakeroot ........................ ok!<br><br>dpkg -i ............... ok!<br><br>then I apt-get source zaptel, no bristuff patches there, so I simply leave it alone, I go to modules/zaptel/ to make the modules with the updated zaptel, m-a a-i zaptel didn't build qozap... strange! so I went to modules/zaptel/qozap and did &quot;make&quot; lots of errors, it seems it looks for 
zaptel.h in the wrong place so I simply change the make file and added -I.. on the compile line... now ok, it compiles. make install ....<br><br>Now the nice thing, zaptel-modules is under /lib/modules/2.6.12/misc/ while qozap (which I installed with make install) is on the right place (
2.6.12-smp-686-1 or something like that) depmod -a, modprobe qozap, unresolved symbols! 'cause zaptel-modules are wrongly placed, just copied to the right place.... retry... ok!!<br><br>Now it seems asterisk loads ok, goes on... ok seems to work fine... NO! 
<br>*** glibc detected *** corrupted double-linked list:<br><br>so It's really a mess to get bristuff working, well most surely the fault was mine, where did I do bad ? :))<br><br>What is the correct way to get asterisk+bristuff and the zaptel modules with bristuff working without segfaults?
<br><br>Thanks!<br>Marc Fargas.<br>