Thanks for the new version. I switched hardware for my server a couple of weeks back, and after that the previous version just told me 'Segmentation fault' when starting the daemon. I couldn't figure out the issue, but this new version seems to have fixed it.
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 (libsql-sqlite3AUR, 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 .. 18 19 20 21 22 23 24 Next › Last »
<deleted-account> commented on 2011-01-30 22:53 (UTC)
td123 commented on 2011-01-10 04:25 (UTC)
I have the following error when building this in a chroot: http://pastebin.com/nnLZFRLz
<deleted-account> commented on 2010-12-19 13:08 (UTC)
Updated to the latest release :)
<deleted-account> commented on 2010-11-11 11:09 (UTC)
tnk it work fine...
dottorblaster can you upgrade the pkgbuild ? :D
net147 commented on 2010-11-11 10:49 (UTC)
oh right I keep forgetting i'm not the maintainer of this package.
try running these commands:
chown -R asterisk:asterisk /var/run/asterisk
chown -R asterisk:asterisk /var/log/asterisk
chown -R asterisk:asterisk /var/spool/asterisk
chown -R asterisk:asterisk /var/lib/asterisk
they should probably be added to asterisk.install in the post_upgrade function.
see my package for reference: http://aur.archlinux.org/packages/asterisk16/asterisk16/asterisk16.install
<deleted-account> commented on 2010-11-11 10:40 (UTC)
if i run (as root)
asterisk (without arguments)
the error not appears
if ai run
asterisk -U asterisk -G asterisk
the error appears
<deleted-account> commented on 2010-11-11 10:37 (UTC)
yes.. i run it as root
net147 commented on 2010-11-11 10:07 (UTC)
did you run as root?
sudo /etc/rc.d/asterisk start
<deleted-account> commented on 2010-11-11 10:05 (UTC)
when i start the rcscript i have this messages
/etc/rc.d/asterisk start
:: Starting Asterisk [BUSY] Unable to access the running directory (Permission denied). Changing to '/' for compatibility.
[DONE]
any ideas?
<deleted-account> commented on 2010-10-13 20:06 (UTC)
The $startdir/pkg/usr/bin is missing, edit the PKGBUILD file and add the following line:
mkdir -p -m 750 $startdir/pkg/usr/bin
somewhere before the line:
gcc $CXXFLAGS rawplayer.c -o $startdir/pkg/usr/bin/rawplayer
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.