[Home]

Summary:ASTERISK-09443: Crash with duni call toi IAX channel
Reporter:hterag (hterag)Labels:
Date Opened:2007-05-14 20:53:13Date Closed:2007-06-06 15:45:19
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) output.txt
Description:
I have a dundi lookup for a remote trixbox.
All was working until updating to last 2 revisions if a user dials a number that is on the other asterisk box the dundi lookup works but the then asterisk crashes before initiating the call to the other machine.


gdb output attached



****** ADDITIONAL INFORMATION ******

here is the relevant bits of my dial plan

exten => _3XX,1,Macro(dundi-lookup-custom,${EXTEN})

[macro-dundi-lookup-custom]
exten => s,1,Goto(${ARG1},1)
include => dundi-priv-local-custom
include => dundi-priv-lookup-custom

[dundi-priv-local-custom]
exten => _2XX,1,Macro(dial,${EXTEN})

[dundi-priv-lookup-custom]
switch => DUNDi/priv
Comments:By: Russell Bryant (russell) 2007-06-06 15:45:19

It looks like this was fixed by issue 9602 ... please reopen the issue if it is still a problem after trying the latest code from the 1.4 branch.  Thanks