Were experimenting with using Asterisk (14.6.0) for video conferences. This test has three endpoints, a Polycom Trio with its video accessory, and two desktops running Linphone.The video is all H.264.Were using Opus for audio on the Linphone Wind..
Author : Richard Kenner
Ive had two Asterisk crashes today that seem to be caused by errors where chan->tech_pvt is pointing to something that cant be deallocated and I think I see a reference count bug in the above function.It contains:if (data->chan_old_vsrc) {ast_channel_unref(data->chan_old_vsrc);}Shoul..
Id like to be able to save the choices made in menuselect in a way that they can be tracked in a CM system and applied to a later release of Asterisk using an automated tool like Ansible. Whats the best way t..
I had three crashes this morning on a divide-by-zero, for example at abstract_jb.c:1008 in 14.3.0.Does this ring any bell t..
Im seeing Asterisk crashes with the following frame at func_speex.c:188:(gdb) p *frame$6 = {frametype = AST_FRAME_VOICE, subclass = {integer = 0, format = 0xe2f9e20, frame_ending = 0}, datalen = 0, samples = 640, mallocd = 1, mallocd_hdr_len = 232, off..
When I look at the lastest UniMRCP manual, they only mention as high as Asterisk 13.Does anybody know if I need to do anything to allow it to work on Asterisk 14 and, if so, wha..
At least in version 12.2.0, the code in cdr.c appears to create CDRrecords for each pair of users in a conference.This is quadratic and would seem to be an issue with large conferences.I got two Asterisk crashes when a lot of people tried to dial i..
Im planning on upgrading to Asterisk 13.4 soon and am looking for the corresponding Siren7 codec.Where do ..
Im running 10.7.1 (yes, I know its old, but this may be a problem in later versions too) and had a conference being recorded via: Set(CONFBRIDGE(bridge,record_conference)=yes)The bridge started out at 8KHz despite one HD device.But when the second c..