[Home]

Summary:ASTERISK-17733: dial(dahdi/) crashed asterisk
Reporter:Olaf Holthausen (oholthau)Labels:
Date Opened:2011-04-21 07:58:10Date Closed:2011-06-06 13:32:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi
Versions:1.8.3 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Trying to dial to a Dahdi-Channel without a value lets asterisk crash.

Example:

exten => 12,1,set(xy=)
exten => 12,2,dial(dahdi/${xy})

I would assume to get an error message and continuing the dialplan.
Am I right?
Comments:By: Paul Belanger (pabelanger) 2011-04-21 16:39:30

Thanks for your comments. This does not appear to be a bug report and we are closing it. We appreciate the difficulties you are facing, but it would make more sense to raise your question in the support tracker, http://www.asterisk.org/support

By: Paul Belanger (pabelanger) 2011-04-21 16:59:06

mspiceland pointed out Asterisk appears to crash.  If this is the case, we need a backtrace, see below, to debug the issue.
--

Thank you for your bug report. In order to move your issue forward, we require a backtrace[1] from the core file produced after the crash.

Also, be sure you have DONT_OPTIMIZE enabled in menuselect within the Compiler Flags section, then:

make install

after enabling, reproduce the crash, and then execute the backtrace[1] instructions.

When complete, attach that file to this issue report.

[1] https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace


By: Leif Madsen (lmadsen) 2011-05-10 15:13:40

I believe Russell fixed this the other day. Please test the latest 1.8 branch.