Quoting Daniel - Asterisk ([email protected]): > And it stops after a failed attended transfer between two of my SIP peers. > May 27 09:48:32 pbx-thor-PE kernel: [334427.888524] asterisk[15384] general > protection ip:482a13 sp:7f335b87c898 error:0 in asterisk[400000+221000] > I am using Debian 7.5 64 bits with Asterisk 11.9.0
Have you checked for core dumps? AFAIK, Debian packages create core dumps on segfaults in /tmp(?). You could use that to further pin point the issue, perhaps. $ gdb /usr/sbin/asterisk /tmp/something.core gdb> bt full If it is reproducable, try recompiling Asterisk with debug symbols to get a clearer backtrace of what happened. -Sndr. -- | Do not meet girl in park, instead park meet in girl! | 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7 FBD6 F3A9 9442 20CC 6CD2 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
