M BUZZ CRAZE NEWS
// news

Where can I apt-get install asterisk 11 on Ubuntu 16.04?

By Jessica Wood

If anyone knows of a repo that I can add to my sources.list for asterisk 11 on Ubuntu 16.04 I would be ever grateful. I specifically want to apt install and not compile from source

3 Answers

There is not much packaging made for asterisk. One of the most popular will be the debian/ubuntu official repositories, but there not up-to-date. Those distros freezes a version and apply patches, what makes asterisk version a little tricky (ubuntu 16.04 offers 13.1.0 and debian 9 13.14.1 ). Xivo was building updated packages, but it's for debian. Now wazo is also pushing some packaging, anyway this ones also patches asterisk to adjust with their software...

2

I can't find asterisk 11 in the apt repo's, but I could find version 13.1.0 here.

To install it:

  1. Make sure that you have the Universe repos enabled

Enable Universe Repository

  1. Install using sudo apt install asterisk
1

So it seems even the source compile doesn't work. The chan_sip.so module is not compatible. So, and I stand under correction here, it seems that only asterisk 13 and later is available on Ubuntu 16.04

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy