[Home]

Summary:ASTERISK-24107: [crash] chan_iax2: When building peer with allow=all
Reporter:Michael L. Young (elguero)Labels:
Date Opened:2014-07-23 15:59:28Date Closed:2014-08-05 09:00:19
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:SVN Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) iax2_segfault_07232014.txt
Description:When a peer has "allow=all", we are getting a segfault when trying to build the peer.
Comments:By: Matt Jordan (mjordan) 2014-07-24 08:38:19.833-0500

Looks like IAX2 is trying to add codecs that it can't understand:

{noformat}
#1  0x0000000000511bde in ast_format_cmp (format1=0x18c8840, format2=0x11e5a80) at format.c:251
       interface = 0x7fd896dca0c0 <opus_interface>
{noformat}

Opus is definitely not something IAX2 can handle :-)