[asterisk-dev] BOUNTY - ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code()

2017-05-24 Thread Ross Beer
HI All, I would like to offer a bounty to fix ASTERISK-26978 Richard has kindly suggested a fix: When the channels join the native rtp bridge the bridge technology needs to save a pointer with a ref to the rtp instance structure for

[asterisk-dev] Asterisk 14.5.0-rc2 Now Available

2017-05-24 Thread Asterisk Development Team
The Asterisk Development Team would like to announce the second release candidate of Asterisk 14.5.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 14.5.0-rc2 resolves several issues reported by the

[asterisk-dev] Asterisk 13.16.0-rc2 Now Available

2017-05-24 Thread Asterisk Development Team
The Asterisk Development Team would like to announce the second release candidate of Asterisk 13.16.0. This release candidate is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.16.0-rc2 resolves several issues reported by the

Re: [asterisk-dev] ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code()

2017-05-24 Thread Joshua Colp
On Wed, May 24, 2017, at 12:12 PM, Ross Beer wrote: > >> > > >> Therefore I have added the following code to check for this: > >> > >> > >> if (format1->codec == NULL || format2->codec == NULL) { > >> return AST_FORMAT_CMP_NOT_EQUAL; > >> } > >> > >> The question is, should 'codec' be

Re: [asterisk-dev] ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code()

2017-05-24 Thread Ross Beer
>> >> Therefore I have added the following code to check for this: >> >> >> if (format1->codec == NULL || format2->codec == NULL) { >> return AST_FORMAT_CMP_NOT_EQUAL; >> } >> >> The question is, should 'codec' be NULL if 'format1' and 'format2' are .> not NULL? Is adding the above check,

Re: [asterisk-dev] ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code()

2017-05-24 Thread Joshua Colp
On Wed, May 24, 2017, at 11:13 AM, Ross Beer wrote: > > Therefore I have added the following code to check for this: > > > if (format1->codec == NULL || format2->codec == NULL) { > return AST_FORMAT_CMP_NOT_EQUAL; > } > > The question is, should 'codec' be NULL if 'format1' and

[asterisk-dev] ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code()

2017-05-24 Thread Ross Beer
Hi, I'm trying to fix a bug within the ast_rtp_codecs_payload_code(), there are multiple crashes in the procedure. The latest being: #0 0x0051f883 in ast_format_cmp (format1=0x2bf73b8, format2=0x151) at format.c:247 This line contains: if (format1->codec != format2->codec) {

Re: [asterisk-dev] Load on SIP MESSAGE how many per sec asterisk can Handle

2017-05-24 Thread Gunnar Hellström
Den 2017-05-23 kl. 23:58, skrev bala murugan: Hi , Is anyone aware of how many SIP MESSAGE per sec asterisk can handle , is there a benchmark has this been load tested and results available some where , if there is can you some one share it please . The reason is we ran 16 per sec and we