11.2.1 has been released
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 .. 14 15 16 17 18 19 20 21 22 23 24 Next › Last »
PieterDeBruijn commented on 2013-01-23 05:56 (UTC)
PieterDeBruijn commented on 2013-01-03 06:55 (UTC)
11.1.1 Has been released. This is a security release:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11-current
ticpu commented on 2012-12-19 02:43 (UTC)
It should depend on iksemel so that xmpp and motif (gtalk/gvoice) support is enabled.
PieterDeBruijn commented on 2012-12-18 09:39 (UTC)
11.1.0 Has been released. This is a mayor bugfix release:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11-current
PieterDeBruijn commented on 2012-12-07 14:49 (UTC)
11.0.2 released. Single bug fix, don't know if it's really of any use:
"chan_local: Fix local_pvt ref leak in local_devicestate().
Regression introduced by ASTERISK-20390 fix.
(closes issue ASTERISK-20769)"
tredaelli commented on 2012-12-04 17:36 (UTC)
Please change that line
sed -i -e "s/\/var\/run/\/var\/run\/asterisk/" $startdir/pkg/etc/asterisk/asterisk.conf
chetwisniewski commented on 2012-11-25 04:53 (UTC)
A refined service file for systemd users:
[Unit]
Description=Asterisk PBX and telephony daemon.
After=network.target
[Service]
Type=simple
Environment=HOME=/var/lib/asterisk
WorkingDirectory=/var/lib/asterisk
User=asterisk
Group=asterisk
PIDFile=/run/asterisk/asterisk.pid
ExecStart=/usr/sbin/asterisk -C /etc/asterisk/asterisk.conf
ExecStop=/usr/sbin/asterisk -rx 'core stop now'
ExecReload=/usr/sbin/asterisk -rx 'core reload'
PrivateTmp=true
[Install]
WantedBy=multi-user.target
chetwisniewski commented on 2012-11-25 02:45 (UTC)
/etc/tmpfiles.d/asterisk:
D /run/asterisk 755 - - -
PieterDeBruijn commented on 2012-11-14 11:39 (UTC)
Asterisk 11.0.1 has also been released:
http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11-current
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.