[Bug 279286] net/asterisk: REQUEST asterisk20

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 09 Jun 2024 10:00:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279286

pradeep.michchi@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pradeep.michchi@gmail.com

--- Comment #1 from pradeep.michchi@gmail.com ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.