head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.10.27.06.58.41; author jnemeth; state Exp; branches; next ; commitid cQXB8JNvDKKmYagG; desc @@ 1.1 log @comms/asterisk23: import asterisk-23.0.0 Asterisk is a complete PBX in software. It provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. Asterisk provides Voicemail services with Directory, Call Conferencing, Interactive Voice Response, Call Queuing. It has support for three-way calling, caller ID services, ADSI, SIP and H.323 (as both client and gateway). This is a standard version. It is scheduled to go to security fixes only on October 15th, 2026, and EOL on October 15th, 2027. See here for more information about Asterisk versions: https://docs.asterisk.org/About-the-Project/Asterisk-Versions/ @ text @$NetBSD: patch-third-party_pjproject_patches_0160-netbsd.patch,v 1.1 2024/10/21 05:12:48 jnemeth Exp $ --- third-party/pjproject/patches/0160-netbsd.patch.orig 2024-03-25 05:18:07.047944261 +0000 +++ third-party/pjproject/patches/0160-netbsd.patch @@@@ -0,0 +1,11 @@@@ +--- a/pjlib/src/pj/os_core_unix.c 2024-03-25 05:09:26.734781518 +0000 ++++ b/pjlib/src/pj/os_core_unix.c +@@@@ -655,6 +655,8 @@@@ static void set_thread_display_name(cons + #if defined(PJ_HAS_PTHREAD_SETNAME_NP) && PJ_HAS_PTHREAD_SETNAME_NP != 0 + # if defined(PJ_DARWINOS) && PJ_DARWINOS != 0 + pthread_setname_np(name); ++# elif defined(__NetBSD__) ++ pthread_setname_np(pthread_self(), name, NULL); + # else + pthread_setname_np(pthread_self(), name); + # endif @