From 37bee10768f82bf6e1e0785a32786fbd3ad64b3a Mon Sep 17 00:00:00 2001 From: Andy Stevens Date: Thu, 31 Jan 2019 15:32:48 -0500 Subject: [PATCH 1/2] Technical edit Commented out section on DAHDI and updated Asterisk from 16.0.0 to 16.1.1 --- .../voip/install-asterisk-on-centos-7/index.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/applications/voip/install-asterisk-on-centos-7/index.md b/docs/applications/voip/install-asterisk-on-centos-7/index.md index b85d65fa6bd..4fe83bff9db 100644 --- a/docs/applications/voip/install-asterisk-on-centos-7/index.md +++ b/docs/applications/voip/install-asterisk-on-centos-7/index.md @@ -188,7 +188,7 @@ PJPROJECT is Asterisk's SIP channel driver. It should improve call clarity and p libpj.so (libc6,x86-64) => /lib64/libpj.so {{< /output >}} - + ## Install Asterisk @@ -237,9 +239,9 @@ Since it's not possible to add physical cards to a virtual machine you probably tar -zxvf asterisk-16-current.tar.gz -1. Switch to the new Asterisk directory, replacing `16.0.0` if needed: +1. Switch to the new Asterisk directory, replacing `16.1.1` if needed: - cd asterisk-16.0.0 + cd asterisk-16.1.1 ### Enable MP3 Support From bee819bdd37ea014da1f552266ef62d91f119b14 Mon Sep 17 00:00:00 2001 From: cwlinode Date: Thu, 31 Jan 2019 17:43:59 -0500 Subject: [PATCH 2/2] Changed date --- docs/applications/voip/install-asterisk-on-centos-7/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/applications/voip/install-asterisk-on-centos-7/index.md b/docs/applications/voip/install-asterisk-on-centos-7/index.md index 4fe83bff9db..f8c0c9f5231 100644 --- a/docs/applications/voip/install-asterisk-on-centos-7/index.md +++ b/docs/applications/voip/install-asterisk-on-centos-7/index.md @@ -6,7 +6,7 @@ description: 'Installing Asterisk on CentOS 7' keywords: ["asterisk 13", "centos 7", "centos", "open source", "private branch exchange", "pbx", "asterisk pbx", "sip", "session initiation protocol", "sip protocol", "IP PBX systems", "VoIP gateways"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' published: 2015-09-30 -modified: 2018-10-30 +modified: 2019-01-31 modified_by: name: Linode title: 'How to Install Asterisk on CentOS 7'