1.8.26.1 bundle

Hi,

Where can find the software bundle for release 1.8.26.1?

Thanks

Labrat

Howdy,

downloads.asterisk.org/pub/telep … 6.1.tar.gz

Thanks, Malcolm. I wasn’t clear on my initial post. What I’m looking for is a 1.8.26.1 package that contains Centos, Redhat, a compiler, etc. I’m not server guy, please forgive my ignorance here.

[quote=“malcolmd”]Howdy,

downloads.asterisk.org/pub/telep … 6.1.tar.gz[/quote]

Howdy,

Why not just grab yourself a CentOS ISO:
centos.org/download/

then, to be short in terms of what you’ve gotta do, but long in terms of what you’re pulling in (notably a bunch of unnecessary stuff), while making it easier, just install everything that’s a development tool according to CentOS…and get the kernel, too:

sudo yum groupinstall "Development Tools" -y && sudo yum install kernel-devel -y

Then grab Asterisk from that URL and go about building and installing it:
wiki.asterisk.org/wiki/display/ … rom+Source

Thank you, Malcolm.

[quote=“malcolmd”]Howdy,

Why not just grab yourself a CentOS ISO:
centos.org/download/

then, to be short in terms of what you’ve gotta do, but long in terms of what you’re pulling in (notably a bunch of unnecessary stuff), while making it easier, just install everything that’s a development tool according to CentOS…and get the kernel, too:

sudo yum groupinstall "Development Tools" -y && sudo yum install kernel-devel -y

Then grab Asterisk from that URL and go about building and installing it:
wiki.asterisk.org/wiki/display/ … rom+Source[/quote]