mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/asterisk: Maintainer info update + minor fixes
This commit is contained in:
parent
e22767cac1
commit
b59c2182a4
4 changed files with 18 additions and 16 deletions
|
@ -1,9 +1,9 @@
|
|||
Asterisk has a number of optional build dependencies. If you intend to
|
||||
use any analogue PSTN hardware such as DigiumTDM400P, you should 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.
|
||||
Asterisk has a number of optional build dependencies. If you intend to use
|
||||
any analogue PSTN hardware such as DigiumTDM400P, you should 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-1.8.7.2/sample_confs/ after installation
|
||||
for any additional configuration files you may need.
|
||||
|
@ -11,6 +11,9 @@ for any additional configuration files you may need.
|
|||
With 1.8+ release of Asterisk, Add-ons are shipped in the main package.
|
||||
but disabled by default. Since some of the add-ons are quite useful, this
|
||||
script will build them, unless ofcourse, the ADDON variable is set as:
|
||||
ADDONS=no ./asterisk.SlackBuild
|
||||
|
||||
ADDONS=no ./asterisk.SlackBuild
|
||||
|
||||
The list of pre-selected add-ons is as follows:
|
||||
app_mysql cdr_mysql chan_ooh323 res_config_mysql
|
||||
|
||||
app_mysql cdr_mysql chan_ooh323 res_config_mysql
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2006, Alan Hicks, Lizella, GA
|
||||
# Copyright 2010, 2013, 2015 Mario Preksavec, Zagreb, HR
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -20,9 +21,7 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated by mario@slackverse.org, 2010-2013
|
||||
|
||||
PRGNAM="asterisk"
|
||||
PRGNAM=asterisk
|
||||
VERSION=${VERSION:-1.8.24.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="9baf82b95fc3f0b2c720d5b237ea4e54"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="mario"
|
||||
EMAIL="mario@slackverse.org"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
|
@ -10,9 +10,9 @@ asterisk: asterisk (Asterisk Open Source PBX)
|
|||
asterisk:
|
||||
asterisk: Asterisk is an Open Source PBX and telephony toolkit. It is, in a
|
||||
asterisk: sense, middleware between Internet and telephony channels on the
|
||||
asterisk: bottom, and Internet and telephony applications at the top. For
|
||||
asterisk: more information on the project itself, please visit the Asterisk
|
||||
asterisk: home page at http://www.asterisk.org/
|
||||
asterisk: bottom, and Internet and telephony applications at the top.
|
||||
asterisk:
|
||||
asterisk: Homepage: http://www.asterisk.org/
|
||||
asterisk:
|
||||
asterisk:
|
||||
asterisk:
|
||||
|
|
Loading…
Reference in a new issue