diff options
author | Chris Walker <kris240376@gmail.com> | 2019-05-08 08:54:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-08 08:54:59 +0700 |
commit | 1d473d1e9543fe541161b437e9e1ea18448f5c83 (patch) | |
tree | 3b9d298decad8642d25d1f08487afbf41e08a85d /network/asterisk | |
parent | 9460292d66671692b836b9958af67af97c382342 (diff) | |
download | slackbuilds-1d473d1e9543fe541161b437e9e1ea18448f5c83.tar.gz |
network/asterisk: Updated for version 16.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/asterisk')
-rw-r--r-- | network/asterisk/README.SBo | 4 | ||||
-rw-r--r-- | network/asterisk/asterisk.SlackBuild | 2 | ||||
-rw-r--r-- | network/asterisk/asterisk.info | 6 | ||||
-rw-r--r-- | network/asterisk/doinst.sh | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/network/asterisk/README.SBo b/network/asterisk/README.SBo index 1f13e77153..5d9c2fd3a0 100644 --- a/network/asterisk/README.SBo +++ b/network/asterisk/README.SBo @@ -17,7 +17,7 @@ need to install libpri, again before compiling Asterisk. Examples ======== -Be sure to see /usr/doc/asterisk-16.1.1/sample_confs/ after +Be sure to see /usr/doc/asterisk-16.3.0/sample_confs/ after installation for any additional configuration files you may need. Database Support @@ -27,7 +27,7 @@ want to install the alembic package. Since version 12.0 the database schemas that Asterisk uses are being captured in the form of python script files that use alembic to create/update database schemas. The asterisk package places these database scripts in the -/usr/doc/asterisk-16.1.1/ast-db-manage directory. +/usr/doc/asterisk-16.3.0/ast-db-manage directory. Build Flags =========== diff --git a/network/asterisk/asterisk.SlackBuild b/network/asterisk/asterisk.SlackBuild index 62603195fc..cb74b7bdee 100644 --- a/network/asterisk/asterisk.SlackBuild +++ b/network/asterisk/asterisk.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=asterisk -VERSION=${VERSION:-16.2.1} +VERSION=${VERSION:-16.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/asterisk/asterisk.info b/network/asterisk/asterisk.info index 2fe3a4498d..cc2e778cd9 100644 --- a/network/asterisk/asterisk.info +++ b/network/asterisk/asterisk.info @@ -1,7 +1,7 @@ PRGNAM="asterisk" -VERSION="16.2.1" +VERSION="16.3.0" HOMEPAGE="https://www.asterisk.org" -DOWNLOAD="http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16.2.1.tar.gz \ +DOWNLOAD="http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16.3.0.tar.gz \ http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-alaw-1.6.1.tar.gz \ http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-alaw-1.6.1.tar.gz.sha1 \ http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-g722-1.6.1.tar.gz \ @@ -37,7 +37,7 @@ DOWNLOAD="http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16.2.1.t https://raw.githubusercontent.com/asterisk/third-party/master/jansson/2.12/jansson-2.12.tar.bz2 \ https://raw.githubusercontent.com/asterisk/third-party/master/pjproject/2.8/pjproject-2.8.tar.bz2 \ http://ponce.cc/slackware/sources/repo/imap.tar.Z" -MD5SUM="d9ef5aed942872475154aa351e714c99 \ +MD5SUM="9a31b697a54eb84c49eff57d2ba2723c \ d90e24e30d707e2932cf419cfccff25a \ 3c071029c1ab648367666d1e384394bb \ e4a9ee348028fc0e47148f783e7f945b \ diff --git a/network/asterisk/doinst.sh b/network/asterisk/doinst.sh index 47afb7f73a..65943a168c 100644 --- a/network/asterisk/doinst.sh +++ b/network/asterisk/doinst.sh @@ -31,4 +31,6 @@ config etc/asterisk/indications.conf.new config etc/asterisk/modules.conf.new config etc/asterisk/musiconhold.conf.new config etc/asterisk/sip.conf.new +config etc/asterisk/smdi.conf.new +config etc/asterisk/voicemail.conf.new |