please add arch='armv7h' to PKGBUILD
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.066906 |
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, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR) (optional)
- Show 1 more dependencies...
Required by (8)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 24 Next › Last »
das-ich commented on 2016-08-24 08:02 (UTC)
johny77 commented on 2016-04-02 21:01 (UTC)
@chetwisniewski: the problem with compilation has simple solution. You have to rebuild pjproject package in your system.
chetwisniewski commented on 2016-03-07 19:41 (UTC)
Fails to build with the following error:
res_pjsip/pjsip_distributor.c: In function ‘find_request_serializer’:
res_pjsip/pjsip_distributor.c:114:21: error: ‘pjsip_transaction {aka struct pjsip_transaction}’ has no member named ‘mutex’
pj_mutex_unlock(tsx->mutex);
^
res_pjsip/pjsip_distributor.c: In function ‘find_dialog’:
res_pjsip/pjsip_distributor.c:230:21: error: ‘pjsip_transaction {aka struct pjsip_transaction}’ has no member named ‘mutex’
pj_mutex_unlock(tsx->mutex);
seberm commented on 2015-11-06 23:25 (UTC)
@Aleksandrs: just note:
When you enable mp3 support with:
$ ./contrib/scripts/get_mp3_source.sh
... 'svn' should be in makedepends array:
makedepends=('sqlite3' 'gsm' 'svn')
dpunkt commented on 2015-10-28 21:52 (UTC)
@xdevla: The File "pjsip_wizard.conf" should not be overwritten during a update. Please add it to the list of files to backup.
mbroemme commented on 2015-10-05 01:19 (UTC) (edited on 2015-10-05 09:53 (UTC) by mbroemme)
@xdevla: What happened to module chan_dahdi.so? After building 13.5.0 it is no longer included?
You can ignore it as I forgot to install DAHDI before compilation. :)
Aleksandrs commented on 2015-09-07 17:14 (UTC)
## Adding some function to the PKGBUILD
## If needed MP3 support uncomment MP3
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./bootstrap.sh ## Generating asterisk config it's needed for patch opus/vp8
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin
## MP3 support
##./contrib/scripts/get_mp3_source.sh
make menuselect ## This line gives asterisk menu
make
}
## If needed Opus/VP8 support
## download Asterisk Opus/VP8 patch
## URL: https://github.com/meetecho/asterisk-opus
nofxx commented on 2015-08-07 18:29 (UTC)
==> Making package: asterisk 13.4.0-1
/tmp/yaourt-tmp-nofxx/aur-asterisk/./PKGBUILD: line 135: /tmp/yaourt-tmp-nofxx/aur-asterisk/src/gcc5.patch: No such file or directory
Thanks for the package!
xdevla commented on 2015-06-08 07:13 (UTC)
Will wait till 13.4.0 is out.
robertoaall commented on 2015-06-07 15:43 (UTC)
I've been having this problem for more than a week now. Thanks for sharing the solution DrTph. I would suggest that the maintainer updated the PKGBUILD according to the 13.4.0-rc1 version.
I had to add the -rc1 manually to the PKGBUILD as it's not possible to add '-' to the pkgver variable. Any fix for that?
Also, the SHA256 of 13.4.0-rc1 is 'a202ba2e426e4ae062a189d9b133fe57b5491d5046ec5facf5fbbbdc8ea549f2'.
Here is my edited PKGBUILD (http://pastebin.com/SyYjw6ZH)
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.