I have disowned asterisk16, dahdi, dahdi-tools if you would like to adopt them as I don't use them anymore.
Search Criteria
Package Details: asterisk 22.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/asterisk.git (read-only, click to copy) |
---|---|
Package Base: | asterisk |
Description: | A complete PBX solution |
Upstream URL: | https://www.asterisk.org |
Keywords: | sip, telephony, voip |
Licenses: | GPL-2.0-only |
Submitter: | pressh |
Maintainer: | nkukard (alerque) |
Last Packager: | nkukard |
Votes: | 112 |
Popularity: | 0.045469 |
First Submitted: | 2008-01-27 13:42 (UTC) |
Last Updated: | 2024-10-18 07:11 (UTC) |
Dependencies (21)
- alsa-lib
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- jansson (jansson-gitAUR)
- libedit
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- opus (opus-gitAUR)
- popt (popt-gitAUR)
- speex (speex-gitAUR)
- gsm (make)
- sqlite3 (sqlite) (make)
- dahdi (dahdi-linux-gitAUR, dahdi-linuxAUR) (optional)
- gsm (optional)
- libpriAUR (optional)
- libsrtp (libsrtp-gitAUR) (optional)
- libss7AUR (optional)
- lua51 (luajit-symlinksAUR) (optional)
- openr2 (openr2-gitAUR) (optional)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql-gitAUR) (optional)
- unixodbc (unixodbc-gitAUR) (optional)
Required by (8)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 24 Next › Last »
net147 commented on 2013-04-06 02:34 (UTC)
itsjapie commented on 2013-04-05 13:05 (UTC)
The following PKGBUILD works for me (version bump to 11.4.0-rc1)
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=asterisk
pkgver=11.4.0_rc1
_realpkgver=${pkgver/_/-}
pkgrel=1
pkgdesc="A complete PBX solution"
arch=('i686' 'x86_64')
url="http://www.asterisk.org"
license=('GPL')
depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl')
makedepends=('postgresql' 'unixodbc' 'sqlite3')
optdepends=('libpri' 'libss7' 'openr2' 'iksemel')
backup=(etc/asterisk/asterisk.conf)
source=(http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-$_realpkgver.tar.gz \
asterisk \
asterisk.logrotated)
install=$pkgname.install
md5sums=('51c8a95d1e0c5af162ad146b6eaf274c'
'59146273738605f1e011d8e7bed3561a'
'486e07a0a1405ea25ec5b1736034653e')
build() {
cd ${srcdir}/${pkgname}-${_realpkgver}
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make || return 1
}
package(){
cd ${srcdir}/${pkgname}-${_realpkgver}
make DESTDIR=${pkgdir} install
make DESTDIR=${pkgdir} samples
(cd ${pkgdir}/etc/asterisk
# for i in `ls`; do [ $i = "asterisk.conf" ] || mv $i $i.default; done
ls -I asterisk.conf | xargs -I '{}' mv '{}' '{}.default')
# cp ${srcdir}/modules.conf modules.conf
sed -i -e "s/\/var\/run/\/var\/run\/asterisk/" $startdir/pkg/asterisk/etc/asterisk/asterisk.conf
install -D -m 755 ${srcdir}/asterisk ${pkgdir}/etc/rc.d/asterisk
install -D -m 644 ${srcdir}/asterisk.logrotated ${pkgdir}/etc/logrotate.d/asterisk
}
<deleted-account> commented on 2013-03-31 14:42 (UTC)
Think you have a similar error as this one ¨pjlib-test-x86_64-unknown-linux-gnu.depend:484: *** missing separator. Stop¨
This should be related to ¨make -jN". See
https://issues.asterisk.org/jira/browse/ASTERISK20362?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel
However, it seems that /tmp/yaourt/aur-asterisk/src/asterisk-11.3.0/res/Makefile already has alread been patched. So not sure what else needs to be done?
Dottorblaster, might be worth taking a look at the Asterisk forum as there are similar compile issues to investigate this further.
<deleted-account> commented on 2013-03-29 00:41 (UTC)
Updated. Let me know if it builds correctly, I'm still getting an error about separators but I suspect about my machine bug.
<deleted-account> commented on 2013-03-29 00:36 (UTC)
Trying to build 11.3.0 but getting errors. I'll inform you ASAP.
moonman commented on 2013-03-08 05:00 (UTC)
I have made PKGBUILD that incldes service file, tmpfiles and gsm. It is for arm, but just change arch=('arm') to arch=('i686' 'x86_64').
https://github.com/archlinuxarm/PKGBUILDs/tree/master/aur/asterisk
encbladexp commented on 2013-03-08 04:14 (UTC)
You should depend on "gsm" also, because some ISPs only speak gsm ;-)
aalexanderr commented on 2013-03-04 23:12 (UTC)
Provide log.
lutoma commented on 2013-03-04 22:19 (UTC)
I'm getting »./configure: line 47559: 2*10000+10*100+9 ((major<<24)|(minor<<16)|build) >=: syntax error in expression (error token is "((major<<24)|(minor<<16)|build) >=")« during build().
Pinned Comments
alerque commented on 2020-02-22 06:10 (UTC) (edited on 2020-02-22 06:34 (UTC) by alerque)
PSA: I've started hosting this and all its dependencies as prebuilt packages (x86_86 only) in my repository for those that want to install them using
pacman
without messing around with building from the AUR.