Archives : August-2017
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..
Asterisk,Ive been running CentOS since 2006 or so and support for the 32bit version recently ended. CentOS no longer offers a 32 bit version so I thought Id try Fedora 26 as they have 32 bit and support. Got it installed, then downloaded Asterisk 14…
Ive recently setup a small load test against an instance of Asterisks.Ive tested on asterisk 13.5 and 14.6 with the same results.I am using PJSIP.My dial plan is,[test]exten => 1001,1,Answerexten => 1001,n,MusicOnHold(15)exten => 1001,n,HangupI am us..