From: Kristian K. <kri...@gm...> - 2007-06-01 15:00:17
|
On 6/1/07, Ioan Indreias <ioa...@mo...> wrote: > Hello, > > Bad news - the image obtained from trunk have the same problem: asterisk > crash at 46 simultaneous calls. > > Could be a kernel problem? 0.4.5 is using asterisk 1.2.17 and the trunk > image use 1.2.18 > > We try now to compile asterisk with debug information inside but we are lost > in the make scripts used for compiling astlinux. > > Could someone send a simple "how to compile asterisk/zaptel/libpri" for > astlinux? > It will pe useful for upgrades on asterisk. > > Best regards, > Ioan. > Ioan, trunk and 0.4.5 use different kernels, too. I am thinking that this has to be a problem with the C library. That's certainly what it looks like... I you have already built trunk, it is trivial to build a debug version: 1) Remove the references to strip or $(STRIP) from the asterisk, zaptel, and libpri makefiles 2) Build Asterisk with the flags specified in the Asterisk debugging page from voip-info.org (the one I sent before). This can be done by modifying the Asterisk makefile targets in the package makefile. I am very interested in this problem and I'd like to help however I can. Let me know if you would like me to build Asterisk, etc for you. -- Kristian Kielhofner |