Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Jun 2024 10:00:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 279286] net/asterisk: REQUEST asterisk20
Message-ID:  <bug-279286-7788-yE91z1VhKH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-279286-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-279286-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279286

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.=20

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279286-7788-yE91z1VhKH>