Ok so it seg faults when I try to dial out through IAX(voiptalk.org), ofcourse it doesn't if I remove allow=speex :P ---- (gdb) run -c Starting program: /usr/sbin/asterisk -c [Thread debugging using libthread_db enabled] [New Thread 16384 (LWP 28283)] [New Thread 32769 (LWP 28285)] [New Thread 16386 (LWP 28286)] [Thread 16386 (LWP 28286) exited] [New Thread 32771 (LWP 28287)] Asterisk CVS-HEAD-09/29/04-10:47:05, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com> ========================================================================[ Booting.....[New Thread 49156 (LWP 28288)] [New Thread 65541 (LWP 28289)] .[New Thread 81926 (LWP 28291)] .... -- SIP Seeding '4000' at 4000@192.168.0.202:5060 for 1800 -- SIP Seeding '4001' at 4001@192.168.0.21:5060 for 3600 [New Thread 98311 (LWP 28292)] ...[New Thread 114696 (LWP 28293)] [New Thread 131081 (LWP 28294)] .[New Thread 147466 (LWP 28295)] Sep 30 10:51:07 WARNING[16384]: chan_zap.c:9567 setup_zap: Ignoring loadzone Sep 30 10:51:07 WARNING[16384]: chan_zap.c:9567 setup_zap: Ignoring loadzone Sep 30 10:51:07 WARNING[16384]: chan_zap.c:9567 setup_zap: Ignoring loadzone Sep 30 10:51:07 WARNING[16384]: chan_zap.c:9567 setup_zap: Ignoring loadzone Sep 30 10:51:07 WARNING[16384]: chan_zap.c:9567 setup_zap: Ignoring defaultzone [New Thread 163851 (LWP 28296)] .[New Thread 180236 (LWP 28297)] [New Thread 196621 (LWP 28298)] .. -- Logging into database with user asterisk, password xxxxxx, and database asteriskvmusers ........[New Thread 213006 (LWP 28300)] ........................................Sep 30 10:51:12 WARNING[98311]: chan_sip.c:681 retrans_pkt: Maximum retries exceeded on call 333ab105721da3172443a8582d1d5ae9@192.168.0.201 for seqno 102 (Non-critical Request) ................................ ] Asterisk Ready. [Thread 245776 (LWP 28302) exited] [New Thread 262161 (LWP 28305)] Sep 30 10:53:40 WARNING[262161]: codec_speex.c:166 speextolin_framein: Out of buffer space Sep 30 10:53:40 WARNING[262161]: codec_speex.c:166 speextolin_framein: Out of buffer space Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 262161 (LWP 28305)] iax2_send (pvt=0xffffffff, f=0xffffffff, ts=4294967295, seqno=-1, now=-1, transfer=-1, final=-1) at chan_iax2.c:3084 3084 fr->callno = pvt->callno; (gdb) backtrace #0 iax2_send (pvt=0xffffffff, f=0xffffffff, ts=4294967295, seqno=-1, now=-1, transfer=-1, final=-1) at chan_iax2.c:3084 #1 0xffffffff in ?? () #2 0xffffffff in ?? () #3 0xffffffff in ?? () #4 0xffffffff in ?? () <snip> #1059 0x081488b8 in ?? () #1060 0xbd9fb73c in ?? () #1061 0x08073f0f in pbx_exec (c=Cannot access memory at address 0x7 ) at pbx.c:469 Previous frame inner to this frame (corrupt stack?) --