On Mon, Aug 26, 2019, at 7:00 AM, Olivier wrote: > Hello, > > I've got an Asterisk 11.13.1 system running on a Debian Jessie platform. > This system's extensions.conf doesn't include any reference to PJSIP, > yet (only using chan_sip at the moment). > > This morning, it failed with: > Aug 26 09:07:33 foobar kernel: [6534231.776418] asterisk[9701]: > segfault at 3c ip 00007f02f5d9a7dd sp 00007f02f0b0b260 error 4 in > libpjnath.so.2[7f02f5d84000+26000] > > > What possible root cause can trigger such system to run libpjnath.so.2 > in the first place ?
libpjnath is the ICE/STUN/TURN library which is used by res_rtp_asterisk for that functionality. If you're using WebRTC or ICE/STUN/TURN, then you would be using that library. -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
