Package Details: asterisk 22.0.0-1

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)

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.

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 Next › Last »

<deleted-account> commented on 2011-06-16 17:02 (UTC)

I seem to be having the problem described here: https://issues.asterisk.org/view.php?id=19250 Can you tell me if your package includes this patch? The source link shows 1.8.4. thanks dave

<deleted-account> commented on 2011-05-31 22:56 (UTC)

Updated, thanks for the "patch" thiagoc! :D

<deleted-account> commented on 2011-05-31 22:48 (UTC)

I will update, thanks for the tip :)

thiagoc commented on 2011-05-19 02:03 (UTC)

@dottorblaster can you add this change on asterisk initscript? @@ -8,7 +8,7 @@ case "$1" in start) stat_busy "Starting Asterisk" - [ -z "$PID" ] && /usr/sbin/asterisk -G asterisk -U asterisk + [ -z "$PID" ] && cd /var/lib/asterisk && /usr/sbin/asterisk -G asterisk -U asterisk if [ $? -gt 0 ]; then stat_fail else

thiagoc commented on 2011-05-16 17:47 (UTC)

Thanks dottorblaster! :)

<deleted-account> commented on 2011-05-14 11:50 (UTC)

I will update the package soon with optdepends. Thanks for the great work!

thiagoc commented on 2011-05-14 02:25 (UTC)

Done: http://aur.archlinux.org/packages.php?ID=49029 http://aur.archlinux.org/packages.php?ID=49030

thiagoc commented on 2011-05-13 20:46 (UTC)

@dottorblaster actually are three: libpri, libss7 and openr2. But these are needed just for chan_dahdi, so IMHO they can stay in optdepends. I will make some code cleanup and will upload libss7 and openr2 ASAP.

<deleted-account> commented on 2011-05-13 17:35 (UTC)

@thiagoc so now those two packages are needed? I'll add them as you mail me that is fully functional, and then I will update the package.

thiagoc commented on 2011-05-13 16:31 (UTC)

Thanks woodenjesus, it works. BTW, libss7, openr2 e now libpri aren't compiling due a "all warnings being treated as errors". This is some new gcc feature or something? What is the best workaround to this? In libss7 and openr2 I'm doing: sed -i "s/-Werror/-Wno-error/" Makefile but I don't know if this is the right way.