[Home]

Summary:ASTERISK-20627: ConfBridge() crashes if no timing module is loaded
Reporter:Leif Madsen (lmadsen)Labels:
Date Opened:2012-10-30 08:19:35Date Closed:2012-10-30 11:44:03
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:10.5.2 11.0.0 Frequency of
Occurrence
Related
Issues:
is duplicated byASTERISK-19448 ConfBridge crashes Asterisk when no timing module loaded.
Environment:Attachments:( 0) confbridge-crash.txt
Description:I've run into this a couple of times, but finally got it nailed down as to why this happens.

When ConfBridge() is used without a timing module, it'll crash. I'm going to attach a backtrace that shows what is going on.

I realize that a timing module is required for ConfBridge() to operate, but likely app_confbridge() should just throw a WARNING/ERROR and not bother loading if no timing module exists.

At the very least, the system should not crash.
Comments: