[Home]

Summary:ASTERISK-07380: chan_sip goes boom
Reporter:BJ Weschke (bweschke)Labels:
Date Opened:2006-07-21 09:30:43Date Closed:2006-07-26 21:03:17
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) btfull
( 1) full-debug
Description:with the following dial plan...

exten => _1800NXXXXXX,1,Answer()
exten => _1800NXXXXXX,2,MixMonitor(/home/8xx-recordings/${EXTEN}-${UNIQUEID}.wav)
exten => _1800NXXXXXX,3,dial(SIP/${EXTEN}@sip.txlink.net,90)

When I place a call through this, right after the point where we try to native bridge, we get a core dump.  sip debug and bt full are attached
Comments:By: Serge Vecher (serge-v) 2006-07-21 10:16:08

don't know if 7411 is one and the same, but certainly looks very related.

By: BJ Weschke (bweschke) 2006-07-24 10:54:51

I committed a fix to /trunk last Friday, that seems to fix the crash condition, but I'd like oej or someone else to double check my work that it's the "right thing" to do here. r38051