Bug 279286 - net/asterisk: REQUEST asterisk20
Summary: net/asterisk: REQUEST asterisk20
Status: New
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-06-09 19:21 UTC (History)
3 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.