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: 111
Popularity: 0.042741
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 .. 17 18 19 20 21 22 23 24 Next › Last »

<deleted-account> commented on 2011-05-13 15:09 (UTC)

@thiagoc: you also need libpri (there is ebuild in AUR, but if I remember correctly it need to be patched). About this line: "Depends on: dahdi(E), tonezone(E), res_smdi(M), pri(E), ss7(E), openr2(E)" (E) means external dependency, (M) module, so it does not reflect your state of libraries.

thiagoc commented on 2011-05-13 14:05 (UTC)

@woodenjesus: I have installed both libss7 and openr2, but chan_dahdi still doesn't compile. I even created the PKGBUILDs for libss7 and openr2, I will upload it soon. zombie [11:04:09] [asterisk-1.8.3.3]: pacman -Ql openr2 openr2 /etc/ openr2 /etc/r2proto.conf openr2 /etc/r2test.conf openr2 /usr/ openr2 /usr/bin/ openr2 /usr/bin/r2dtmf_detect openr2 /usr/bin/r2test openr2 /usr/include/ openr2 /usr/include/openr2.h openr2 /usr/include/openr2/ openr2 /usr/include/openr2/r2chan.h openr2 /usr/include/openr2/r2context.h openr2 /usr/include/openr2/r2log.h openr2 /usr/include/openr2/r2proto.h openr2 /usr/include/openr2/r2utils.h openr2 /usr/lib/ openr2 /usr/lib/libopenr2.a openr2 /usr/lib/libopenr2.la openr2 /usr/lib/libopenr2.so openr2 /usr/lib/libopenr2.so.3 openr2 /usr/lib/libopenr2.so.3.1.0 openr2 /usr/share/ openr2 /usr/share/man/ openr2 /usr/share/man/man5/ openr2 /usr/share/man/man5/r2test.conf.5.gz openr2 /usr/share/man/man8/ openr2 /usr/share/man/man8/r2test.8.gz zombie [11:04:14] [asterisk-1.8.3.3]: pacman -Ql libss7-trunk libss7-trunk /usr/ libss7-trunk /usr/include/ libss7-trunk /usr/include/libss7.h libss7-trunk /usr/lib/ libss7-trunk /usr/lib/libss7.a libss7-trunk /usr/lib/libss7.so libss7-trunk /usr/lib/libss7.so.1 libss7-trunk /usr/lib/libss7.so.1.0 In ./configure I see this: checking for tone_zone_find_by_num in -ltonezone... yes checking for tone_zone_find in -ltonezone... yes checking dahdi/tonezone.h usability... yes checking dahdi/tonezone.h presence... yes checking for dahdi/tonezone.h... yes But in "make menuselect", on chan_dahdi section it complains about it too: DAHDI telephony Depends on: dahdi(E), tonezone(E), res_smdi(M), pri(E), ss7(E), openr2(E) I would apreciate if someone can help me.

<deleted-account> commented on 2011-05-04 21:13 (UTC)

@thiagoc nope, I compiled them manually. If I have any free time this weekend I'll prepare PKGBUILD's (compilation is pretty straightforward so it should not take much time).

thiagoc commented on 2011-05-04 00:06 (UTC)

@woodenjesus I'm having this problem too. How you installed libss7 and openr2, do you have a PKGBUILD for these?

<deleted-account> commented on 2011-04-30 09:36 (UTC)

There is a problem with building chan_dahdi.so in this version, because of missing dependencies (libss7 and openr2). With those installed dahdi module is building just fine.

thiagoc commented on 2011-04-22 01:51 (UTC)

For those who are getting this messages on "/etc/rc.d/asterisk start": Unable to access the running directory (Permission denied). Changing to '/' for compatibility. Add "cd /var/lib/asterisk" in /etc/rc.d/asterisk: ... stat_busy "Starting Asterisk" [ -z "$PID" ] && cd /var/lib/asterisk && /usr/sbin/asterisk -G asterisk -U asterisk if [ $? -gt 0 ]; then ...

<deleted-account> commented on 2011-04-07 20:35 (UTC)

1.8.3.2 now can you update? http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8.3.2.tar.gz

<deleted-account> commented on 2011-03-29 20:33 (UTC)

This package is one of main reasons why I use ArchLinux..Thanx a lot for that..:)

<deleted-account> commented on 2011-02-17 11:23 (UTC)

>Is it possible to have postgresql be an optional dependency? Yes it's. Just edit PKGBUILD and remove postgresql and sqlite3 from makedepend. Works fine. There no reason to include postgresql as mandatory dependance. For example I use realtime with DB on external server (MySQL, in my case). Is it possible to add make menuselect to PKGBUILD? To make user select what he/she wants to use in asterisk?

<deleted-account> commented on 2011-02-15 18:43 (UTC)

Is it possible to have postgresql be an optional dependency?