Re: [asterisk-dev] Asterisk and CentOS 8

2019-10-19 Thread Jared Smith
On Thu, Oct 17, 2019 at 12:19 PM George Joseph  wrote:

> At the current time, we do not recommend attempting to build Asterisk on
> CentOS 8.  Many packages Asterisk uses are not yet available and would
> require building from their sources.  The Asterisk packages are also not
> available in the EPEL 8 or CentOS 8 repositories yet for the same reason.
>

In my personal time, I've been working on getting my Asterisk 16 package in
Fedora and EPEL (for CentOS/RHEL) ready for EPEL7 and EPEL8.  Since many of
the dependencies aren't yet there, I've built my own little personal repo
at https://copr.fedorainfracloud.org/coprs/jsmith/Asterisk16/ which has
Asterisk 16.6.1 packages (and the missing dependencies) for both EPEL7 and
EPEL8.   (Please note that these are my own personal packages, and not
endorsed or sponsored by my employer.)

These are mostly untested, but please give them a shot and give me
feedback.  Over the next few weeks, I'll try to get these packages pushed
into EPEL proper.

--
Jared Smith
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] Asterisk and CentOS 8

2019-10-17 Thread James Finstrom
Oh right I also "dnf config-manager --set-enabled PowerTools"
So that probably helped me some.

to be honest I am not sure if these pre-reqs are documented anywhere. I
have been using a list that originates from way back to do I dare say the
trixbox days.  Things get added to the list but rarely removed.


On Thu, Oct 17, 2019 at 12:41 PM Corey Farrell  wrote:

> iksemel-devel: To my knowledge library is not maintained and has been
> removed from Fedora because it no longer builds from source.  Honestly I
> thought we had deprecated res_xmpp and chan_motif for this very reason.
>
> libedit-devel: This is mandatory since Asterisk 16.  The devel package is
> found the in PowerTools repository which is not enabled by default.
>
> Other stuff install_prereq installs from the PowerTools repo:
>
> bluez-libs-devel
> doxygen
> gsm-devel
> libogg-devel
> libsndfile-devel
> libsrtp-devel
> libvorbis-devel
> lua-devel
> neon-devel
> speex-devel
> speexdsp-devel
>
> Why RedHat decided to hide these devel packages in a repository that is
> disabled by default it is beyond me.
>
>
> On 10/17/19 2:24 PM, George Joseph wrote:
>
>
>
> On Thu, Oct 17, 2019 at 12:03 PM James Finstrom 
> wrote:
>
>> I started writing
>> https://github.com/jfinstrom/just-a-wiki/wiki/FreePBX-on-Centos-8 when
>> Centos 8 launched. It actually 90% works.
>> FreePBX itself has some weird stuff happening and I haven't had time to
>> revisit it. That said the asterisk portion built just fine.
>>
>
> Here are the missing packages.  I guess as long as you don't need any of
> their functionality you could be OK but libsrtp is a big one.
>
> libedit-devel
> speex-devel
> speexdsp-devel
> libogg-devel
> libvorbis-devel
> xmlstarlet
> neon-devel
> gmime-devel
> lua-devel
> uriparser-devel
> bluez-libs-devel
> freetds-devel
> iksemel-devel
> corosynclib-devel
> spandsp-devel
> libresample-devel
> libsrtp-devel
> gsm-devel
> doxygen
> hoard
> codec2-devel
> libsndfile-devel
>
>
>
>>
>> On Thu, Oct 17, 2019 at 9:19 AM George Joseph  wrote:
>>
>>> At the current time, we do not recommend attempting to build Asterisk on
>>> CentOS 8.  Many packages Asterisk uses are not yet available and would
>>> require building from their sources.  The Asterisk packages are also not
>>> available in the EPEL 8 or CentOS 8 repositories yet for the same reason.
>>>
>>> We'll update you when we think it's safe.
>>>
>>> --
>>> *George Joseph*
>>> Digium - A Sangoma Company | Software Developer | Software Engineering
>>> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
>>> direct/fax: +1 256 428 6012
>>> Check us out at: https://digium.com · https://sangoma.com
>>>
>>> --
>>> _
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>
>>> asterisk-dev mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>http://lists.digium.com/mailman/listinfo/asterisk-dev
>>
>>
>>
>> --
>> *James Finstrom*
>> Guy who does stuff that is sometimes cool
>>
>> gpg: https://github.com/jfinstrom.gpg
>>
>> This email was sent from a personal email account. The content of this
>> email is not endorsed by my employer or any project I may be a part of. The
>> contents of this email should be considered my opinion and not taken as any
>> form of official response. Please keep your hands and feet in the ride
>> while in motion. Please be sure to tip the wait staff.
>> --
>> _
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-dev mailing list
>> To UNSUBSCRIBE or update options visit:
>>http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>
>
> --
> *George Joseph*
> Digium - A Sangoma Company | Software Developer | Software Engineering
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> direct/fax: +1 256 428 6012
> Check us out at: https://digium.com · https://sangoma.com
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-dev



-- 
*James Finstrom*
Guy who does stuff that is sometimes cool

gpg: https://github.com/jfinstrom.gpg

This email was sent from a personal email account. The content of this
email is not endorsed by my employer or any project I may be a part of. The
contents of this email should be considered my opinion and not taken as any
form of official response. Please keep your hands and feet in the ride
while in motion. Please be sure to tip the wait staff.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] Asterisk and CentOS 8

2019-10-17 Thread Corey Farrell
iksemel-devel: To my knowledge library is not maintained and has been 
removed from Fedora because it no longer builds from source. Honestly I 
thought we had deprecated res_xmpp and chan_motif for this very reason.


libedit-devel: This is mandatory since Asterisk 16.  The devel package 
is found the in PowerTools repository which is not enabled by default.


Other stuff install_prereq installs from the PowerTools repo:

bluez-libs-devel
doxygen
gsm-devel
libogg-devel
libsndfile-devel
libsrtp-devel
libvorbis-devel
lua-devel
neon-devel
speex-devel
speexdsp-devel

Why RedHat decided to hide these devel packages in a repository that is 
disabled by default it is beyond me.



On 10/17/19 2:24 PM, George Joseph wrote:



On Thu, Oct 17, 2019 at 12:03 PM James Finstrom > wrote:


I started writing
https://github.com/jfinstrom/just-a-wiki/wiki/FreePBX-on-Centos-8
when Centos 8 launched. It actually 90% works.
FreePBX itself has some weird stuff happening and I haven't had
time to revisit it. That said the asterisk portion built just fine.


Here are the missing packages.  I guess as long as you don't need any 
of their functionality you could be OK but libsrtp is a big one.


libedit-devel
speex-devel
speexdsp-devel
libogg-devel
libvorbis-devel
xmlstarlet
neon-devel
gmime-devel
lua-devel
uriparser-devel
bluez-libs-devel
freetds-devel
iksemel-devel
corosynclib-devel
spandsp-devel
libresample-devel
libsrtp-devel
gsm-devel
doxygen
hoard
codec2-devel
libsndfile-devel


On Thu, Oct 17, 2019 at 9:19 AM George Joseph mailto:gjos...@digium.com>> wrote:

At the current time, we do not recommend attempting to build
Asterisk on CentOS 8.  Many packages Asterisk uses are not yet
available and would require building from their sources.  The
Asterisk packages are also not available in the EPEL 8 or
CentOS 8 repositories yet for the same reason.

We'll update you when we think it's safe.

-- 
*George Joseph*

Digium - A Sangoma Company | Software Developer | Software
Engineering
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct/fax: +1 256 428 6012
Check us out at: https://digium.com  ·
https://sangoma.com 

-- 
_

-- Bandwidth and Colocation Provided by
http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev



-- 
*James Finstrom*

Guy who does stuff that is sometimes cool

gpg: https://github.com/jfinstrom.gpg

This email was sent from a personal email account. The content of
this email is not endorsed by my employer or any project I may be
a part of. The contents of this email should be considered my
opinion and not taken as any form of official response. Please
keep your hands and feet in the ride while in motion. Please be
sure to tip the wait staff.
-- 
_

-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev



--
*George Joseph*
Digium - A Sangoma Company | Software Developer | Software Engineering
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct/fax: +1 256 428 6012
Check us out at: https://digium.com  · 
https://sangoma.com 



-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] Asterisk and CentOS 8

2019-10-17 Thread James Finstrom
I went off a list I had + the "contrib/scripts/install_prereq install"
script. It didn't complain but I guess it would just set flags
accordingly.  Hadn't gotten to the point of testing and configuring because
of the FreePBX weirdness.

Carry on :)



On Thu, Oct 17, 2019 at 11:25 AM George Joseph  wrote:

>
>
> On Thu, Oct 17, 2019 at 12:03 PM James Finstrom 
> wrote:
>
>> I started writing
>> https://github.com/jfinstrom/just-a-wiki/wiki/FreePBX-on-Centos-8 when
>> Centos 8 launched. It actually 90% works.
>> FreePBX itself has some weird stuff happening and I haven't had time to
>> revisit it. That said the asterisk portion built just fine.
>>
>
> Here are the missing packages.  I guess as long as you don't need any of
> their functionality you could be OK but libsrtp is a big one.
>
> libedit-devel
> speex-devel
> speexdsp-devel
> libogg-devel
> libvorbis-devel
> xmlstarlet
> neon-devel
> gmime-devel
> lua-devel
> uriparser-devel
> bluez-libs-devel
> freetds-devel
> iksemel-devel
> corosynclib-devel
> spandsp-devel
> libresample-devel
> libsrtp-devel
> gsm-devel
> doxygen
> hoard
> codec2-devel
> libsndfile-devel
>
>
>
>>
>> On Thu, Oct 17, 2019 at 9:19 AM George Joseph  wrote:
>>
>>> At the current time, we do not recommend attempting to build Asterisk on
>>> CentOS 8.  Many packages Asterisk uses are not yet available and would
>>> require building from their sources.  The Asterisk packages are also not
>>> available in the EPEL 8 or CentOS 8 repositories yet for the same reason.
>>>
>>> We'll update you when we think it's safe.
>>>
>>> --
>>> *George Joseph*
>>> Digium - A Sangoma Company | Software Developer | Software Engineering
>>> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
>>> direct/fax: +1 256 428 6012
>>> Check us out at: https://digium.com · https://sangoma.com
>>>
>>> --
>>> _
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>
>>> asterisk-dev mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>http://lists.digium.com/mailman/listinfo/asterisk-dev
>>
>>
>>
>> --
>> *James Finstrom*
>> Guy who does stuff that is sometimes cool
>>
>> gpg: https://github.com/jfinstrom.gpg
>>
>> This email was sent from a personal email account. The content of this
>> email is not endorsed by my employer or any project I may be a part of. The
>> contents of this email should be considered my opinion and not taken as any
>> form of official response. Please keep your hands and feet in the ride
>> while in motion. Please be sure to tip the wait staff.
>> --
>> _
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-dev mailing list
>> To UNSUBSCRIBE or update options visit:
>>http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>
>
> --
> *George Joseph*
> Digium - A Sangoma Company | Software Developer | Software Engineering
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> direct/fax: +1 256 428 6012
> Check us out at: https://digium.com · https://sangoma.com
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-dev



-- 
*James Finstrom*
Guy who does stuff that is sometimes cool

gpg: https://github.com/jfinstrom.gpg

This email was sent from a personal email account. The content of this
email is not endorsed by my employer or any project I may be a part of. The
contents of this email should be considered my opinion and not taken as any
form of official response. Please keep your hands and feet in the ride
while in motion. Please be sure to tip the wait staff.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] Asterisk and CentOS 8

2019-10-17 Thread George Joseph
On Thu, Oct 17, 2019 at 12:03 PM James Finstrom  wrote:

> I started writing
> https://github.com/jfinstrom/just-a-wiki/wiki/FreePBX-on-Centos-8 when
> Centos 8 launched. It actually 90% works.
> FreePBX itself has some weird stuff happening and I haven't had time to
> revisit it. That said the asterisk portion built just fine.
>

Here are the missing packages.  I guess as long as you don't need any of
their functionality you could be OK but libsrtp is a big one.

libedit-devel
speex-devel
speexdsp-devel
libogg-devel
libvorbis-devel
xmlstarlet
neon-devel
gmime-devel
lua-devel
uriparser-devel
bluez-libs-devel
freetds-devel
iksemel-devel
corosynclib-devel
spandsp-devel
libresample-devel
libsrtp-devel
gsm-devel
doxygen
hoard
codec2-devel
libsndfile-devel



>
> On Thu, Oct 17, 2019 at 9:19 AM George Joseph  wrote:
>
>> At the current time, we do not recommend attempting to build Asterisk on
>> CentOS 8.  Many packages Asterisk uses are not yet available and would
>> require building from their sources.  The Asterisk packages are also not
>> available in the EPEL 8 or CentOS 8 repositories yet for the same reason.
>>
>> We'll update you when we think it's safe.
>>
>> --
>> *George Joseph*
>> Digium - A Sangoma Company | Software Developer | Software Engineering
>> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
>> direct/fax: +1 256 428 6012
>> Check us out at: https://digium.com · https://sangoma.com
>>
>> --
>> _
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-dev mailing list
>> To UNSUBSCRIBE or update options visit:
>>http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>
>
> --
> *James Finstrom*
> Guy who does stuff that is sometimes cool
>
> gpg: https://github.com/jfinstrom.gpg
>
> This email was sent from a personal email account. The content of this
> email is not endorsed by my employer or any project I may be a part of. The
> contents of this email should be considered my opinion and not taken as any
> form of official response. Please keep your hands and feet in the ride
> while in motion. Please be sure to tip the wait staff.
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-dev



-- 
*George Joseph*
Digium - A Sangoma Company | Software Developer | Software Engineering
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct/fax: +1 256 428 6012
Check us out at: https://digium.com · https://sangoma.com
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Re: [asterisk-dev] Asterisk and CentOS 8

2019-10-17 Thread James Finstrom
I started writing
https://github.com/jfinstrom/just-a-wiki/wiki/FreePBX-on-Centos-8 when
Centos 8 launched. It actually 90% works.
FreePBX itself has some weird stuff happening and I haven't had time to
revisit it. That said the asterisk portion built just fine.

On Thu, Oct 17, 2019 at 9:19 AM George Joseph  wrote:

> At the current time, we do not recommend attempting to build Asterisk on
> CentOS 8.  Many packages Asterisk uses are not yet available and would
> require building from their sources.  The Asterisk packages are also not
> available in the EPEL 8 or CentOS 8 repositories yet for the same reason.
>
> We'll update you when we think it's safe.
>
> --
> *George Joseph*
> Digium - A Sangoma Company | Software Developer | Software Engineering
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
> direct/fax: +1 256 428 6012
> Check us out at: https://digium.com · https://sangoma.com
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-dev



-- 
*James Finstrom*
Guy who does stuff that is sometimes cool

gpg: https://github.com/jfinstrom.gpg

This email was sent from a personal email account. The content of this
email is not endorsed by my employer or any project I may be a part of. The
contents of this email should be considered my opinion and not taken as any
form of official response. Please keep your hands and feet in the ride
while in motion. Please be sure to tip the wait staff.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev