Bug 279286 - net/asterisk: REQUEST asterisk20
Summary: net/asterisk: REQUEST asterisk20
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-25 09:26 UTC by O. Hartmann
Modified: 2024-12-19 10:10 UTC (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2024-05-25 09:26:47 UTC
Asterisk 20 LTS is out for a while and we are stuck with version 18. Is there a chance to get to Asterisk 20?
Comment 1 pradeep.michchi 2024-06-09 10:00:02 UTC
I am using Asterisk20 in FreeBSD without any issues so far. 

I had to add one line as below

#include <string.h>
#include <libgen.h>
#include <time.h>
#include <sys/stat.h>

#include <sys/wait.h> /* me added */

#include <math.h>       /* HUGE_VAL */
#include <regex.h>


in this file:
asterisk-20.6.0/main/config.c
Comment 2 Leon Dietrich 2024-06-09 19:05:38 UTC
OK, I'm going to have a look at this and will write a port for it.
Comment 3 Oleksandr Kryvulia 2024-08-09 08:50:04 UTC
(In reply to Leon Dietrich from comment #2)
Did you have any progress on it?
Comment 4 Oleksandr Kryvulia 2024-08-18 16:19:52 UTC
See also bug #280905
Comment 5 Leon Dietrich 2024-08-23 09:17:26 UTC
(In reply to Oleksandr Kryvulia from comment #3)
Hey, unfortunately I'm currently stuck with some configurations of this port that have been traditionally supported but don't build yet with the new version. As one of these configurations includes PostgreSQL support I'm of the opinion that this is quite a big deal for some.

In the meantime there seams to be concurrent work on this (as pointed out by @ Oleksandr Kryvulia), maybe they are are already at a later stage.