The asterisk.service file needs to be updated. Asterisk will need to be ended from the CLI at times. A good example of this would be using the "core stop gracefully" command. Systemd will automatically relaunch Asterisk even when a desired stop is invoked. Here's a better safe_asterisk emulation:
# safe_asterisk emulation
Restart=on-failure
RestartSec=10
RestartPreventExitStatus=0
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.060478 |
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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 24 Next › Last »
erichowey commented on 2015-05-31 23:41 (UTC)
DrTph commented on 2015-05-29 20:08 (UTC)
I had problems building this, getting "recipe for target 'channels' failed" and such. This is a known issue in asterisk 13.3.2 and earlier relating to gcc 5.0. See https://issues.asterisk.org/jira/browse/ASTERISK-24932.
This is fixed in 13.4.0-rc1, which built fine for me after updating PKGBUILD.
calzon65 commented on 2015-02-08 21:14 (UTC)
Looks like version 13.2 is now available, thanks again magicrhesus for this great project :)
xdevla commented on 2014-07-17 09:27 (UTC)
Updated, thanks for the heads up
calzon65 commented on 2014-07-16 18:08 (UTC)
There have been several improvements made to Asterisk over the past two months, Asterisk 12.4.0 is now released. Please update the PKGBUILD to version 12.4.0, the sha256 is '6c72d0060d1ce7a7d09f510d91d588f269aac0032de6a4464d5449b0d5600a72'
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.