CVSROOT: /cvs Module name: ports Changes by: st...@cvs.openbsd.org 2021/03/05 08:00:20
Modified files: telephony/asterisk: Makefile distinfo Log message: update to asterisk-18.2.2 * AST-2021-006 - res_pjsip_t38.c: Check for session_media on reinvite. When Asterisk sends a reinvite negotiating T38 faxing, it's possible a crash can occur if the response contains a m=image and zero port. The reinvite callback code now checks session_media to see if it is null or not before trying to access the udptl variable on it. ASTERISK-29305