[Bug 292712] net/asterisk22: Update 22.7.0 => 22.8.0
Date: Sun, 25 Jan 2026 12:52:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292712
Bug ID: 292712
Summary: net/asterisk22: Update 22.7.0 => 22.8.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: zarychtam@plan-b.pwste.edu.pl
CC: o.kryvulia@flex-it.com.ua
Flags: maintainer-feedback?(o.kryvulia@flex-it.com.ua)
CC: o.kryvulia@flex-it.com.ua
Created attachment 267473
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=267473&action=edit
0001-net-asterisk22-Update-22.7.0-22.8.0.patch
This update brings valubale fix or enchancement[1] for Asterisk users running
this software on FreeBSD with dual stack. This change resolves the problem
reported in bug 262386.
Port builds fine in pouriere, and server runs fine on FreeBSD 15.0-STABLE. I
can also confirm that the above-mentioned issue is resolved.
[1]:
rtp/rtcp: Configure dual-stack behavior via IPV6_V6ONLY
Author: Justin T. Gibbs Date: 2025-12-21
Dual-stack behavior (simultaneous listening for IPV4 and IPV6 connections on a
single socket) is required by Asterisk's ICE implementation. On systems with
the IPV6_V6ONLY sockopt, set the option to 0 (dual-stack enabled) when binding
to the IPV6 any address. This ensures correct behavior regardless of the
system's default dual-stack configuration.
--
You are receiving this mail because:
You are the assignee for the bug.