CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/03/05 08:12:11
Modified files:
telephony/asterisk: Tag: OPENBSD_6_8 Makefile distinfo
Log message:
update to asterisk-16.16.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