From ea1506c35f76608d1ddfec12338b6bccc239f865 Mon Sep 17 00:00:00 2001 From: Chris Walker Date: Sun, 16 Sep 2018 15:05:56 +0100 Subject: network/asterisk: Updated for version 13.23.0. Signed-off-by: David Spencer --- network/asterisk/README | 66 +++++------------------------------- network/asterisk/README.SBo | 60 ++++++++++++++++++++++++++++++++ network/asterisk/asterisk.SlackBuild | 2 +- network/asterisk/asterisk.info | 8 ++--- network/asterisk/slack-desc | 10 +++--- 5 files changed, 78 insertions(+), 68 deletions(-) create mode 100644 network/asterisk/README.SBo (limited to 'network') diff --git a/network/asterisk/README b/network/asterisk/README index 779e76c199..145dea9a10 100644 --- a/network/asterisk/README +++ b/network/asterisk/README @@ -1,58 +1,8 @@ -Asterisk has a number of optional build dependencies. If you intend to use -any analogue PSTN hardware such as a DigiumTDM400P or plan on implementing -a key system which uses the app_meetme conferencing plugin you will need to -install the dahdi-linux and dahdi-tools software and drivers before compiling -Asterisk. If you will instead use digital telephony hardware (not IP phones) -such as T1/E1 lines or a PRI, you'll need to install libpri, again before -compiling Asterisk. - -Be sure to see /usr/doc/asterisk-13.13.1/sample_confs/ after installation -for any additional configuration files you may need. - -If you have plans of using Asterisk with a database backend you may 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-13.13.1/ast-db-manage directory. - -This build script supports the following flags: - - * MOH : [default = no] - - Set this flag to 'yes' if you would like to include some royalty-free - music on hold sound files with your installation. Setting this option - will cause the build to download some sound files from the internet. - - * SOUNDS_EXTRA : [default = no] - - Set this flag to 'yes' if you would like to include the extra sound package - with your installation. Setting this option will cause the build to - download some sound files from the internet. - - * VM_ODBC : [default = no] - - Set this flag to 'yes' if you would like to store your voicemail messages - in a database. This plugin requires the unixODBC package. This flag will - override the VM_IMAP flag if both are set to 'yes'. You will probably want - to install the alembic package to configure your database with the latest - database schemas for Asterisk. - - * VM_IMAP : [default = no] - - Set this flag to 'yes' if you would like to store your voicemail messages - on an IMAP server. This plugin requires the University of Washingtons - IMAP server source. This flag will be overridden by the VM_ODBC flag if - both are set to 'yes'. - - * G711_NEW : [default = no] - - Set this flag to 'yes' if you would like to use the newer G711 codec code. - This requires a more powerful machine than would be normally required. - - * MEETME : [default = no] - - Set this flag to 'yes' if you would like to build the app_meetme plugin. - This plugin is required for key style systems and conferencing using meetme. - This plugin requires the dahdi-linux package for timing purposes. - -Optional dependencies: alembic, dahdi-complete, libpri, unixODBC, pjsip. +Asterisk is an open source framework for building communications +applications. Asterisk turns an ordinary computer into a +communications server. Asterisk powers IP PBX systems, VoIP gateways, +conference servers and other custom solutions. It is used by small +businesses, large businesses, call centers, carriers and government +agencies, worldwide. + +Optional dependencies: alembic, dahdi-complete, libpri, unixODBC, pjsip diff --git a/network/asterisk/README.SBo b/network/asterisk/README.SBo new file mode 100644 index 0000000000..d3e3882c07 --- /dev/null +++ b/network/asterisk/README.SBo @@ -0,0 +1,60 @@ +Asterisk has a number of optional build dependencies. If you intend to +use any analogue PSTN hardware such as a DigiumTDM400P or plan on +implementing a key system which uses the app_meetme conferencing plugin +you will need to install the dahdi-linux and dahdi-tools software and +drivers before compiling Asterisk. If you will instead use digital +telephony hardware (not IP phones) such as T1/E1 lines or a PRI, you'll +need to install libpri, again before compiling Asterisk. + +Be sure to see /usr/doc/asterisk-13.23.0/sample_confs/ after +installation for any additional configuration files you may need. + +If you have plans of using Asterisk with a database backend you may +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-13.23.0/ast-db-manage directory. + +This build script supports the following flags: + + * MOH : [default = no] + + Set this flag to 'yes' if you would like to include some royalty-free + music on hold sound files with your installation. Setting this + option will cause the build to download some sound files from the + internet. + + * SOUNDS_EXTRA : [default = no] + + Set this flag to 'yes' if you would like to include the extra sound + package with your installation. Setting this option will cause the + build to download some sound files from the internet. + + * VM_ODBC : [default = no] + + Set this flag to 'yes' if you would like to store your voicemail + messages in a database. This plugin requires the unixODBC package. + This flag will override the VM_IMAP flag if both are set to 'yes'. + You will probably want to install the alembic package to configure + your database with the latest database schemas for Asterisk. + + * VM_IMAP : [default = no] + + Set this flag to 'yes' if you would like to store your voicemail + messages on an IMAP server. This plugin requires the University of + Washingtons IMAP server source. This flag will be overridden by the + VM_ODBC flag if both are set to 'yes'. + + * G711_NEW : [default = no] + + Set this flag to 'yes' if you would like to use the newer G711 codec + code. This requires a more powerful machine than would be normally + required. + + * MEETME : [default = no] + + Set this flag to 'yes' if you would like to build the app_meetme + plugin. This plugin is required for key style systems and + conferencing using meetme. This plugin requires the dahdi-linux + package for timing purposes. diff --git a/network/asterisk/asterisk.SlackBuild b/network/asterisk/asterisk.SlackBuild index e307ee4766..947383c918 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:-13.22.0} +VERSION=${VERSION:-13.23.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/asterisk/asterisk.info b/network/asterisk/asterisk.info index 767bbe19ba..d2ff9d6f3e 100644 --- a/network/asterisk/asterisk.info +++ b/network/asterisk/asterisk.info @@ -1,9 +1,9 @@ PRGNAM="asterisk" -VERSION="13.22.0" -HOMEPAGE="http://www.asterisk.org" -DOWNLOAD="http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/asterisk-13.22.0.tar.gz \ +VERSION="13.23.0" +HOMEPAGE="https://www.asterisk.org" +DOWNLOAD="http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/asterisk-13.23.0.tar.gz \ http://ponce.cc/slackware/sources/repo/imap.tar.Z" -MD5SUM="9852d8b73d611fed9f9429d00296150b \ +MD5SUM="3638c1eeee691aa635d8aa6002582486 \ d9f7fd4e1d93ad9fca1df8717a79d1c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/network/asterisk/slack-desc b/network/asterisk/slack-desc index 86e030876d..db033cd658 100644 --- a/network/asterisk/slack-desc +++ b/network/asterisk/slack-desc @@ -9,11 +9,11 @@ asterisk: asterisk (Asterisk Open Source PBX) asterisk: asterisk: Asterisk is an open source framework for building communications -asterisk: applications. Asterisk turns an ordinary computer into a -asterisk: communications server. Asterisk powers IP PBX systems, VoIP gateways, -asterisk: conference servers and other custom solutions. It is used by small +asterisk: applications. Asterisk turns an ordinary computer into a +asterisk: communications server. Asterisk powers IP PBX systems, VoIP gateways, +asterisk: conference servers and other custom solutions. It is used by small asterisk: businesses, large businesses, call centers, carriers and government -asterisk: agencies, worldwide. Asterisk is free and open source. Asterisk is +asterisk: agencies, worldwide. Asterisk is free and open source. Asterisk is asterisk: sponsored by Digium. asterisk: -asterisk: +asterisk: Homepage: https://www.asterisk.org -- cgit v1.2.3