Package Details: pjproject 2.14.1-1

Git Clone URL: https://aur.archlinux.org/pjproject.git (read-only, click to copy)
Package Base: pjproject
Description: Open source SIP stack and media stack
Upstream URL: https://www.pjsip.org/
Licenses: GPL
Submitter: None
Maintainer: alerque (GNUtoo, wuestengecko)
Last Packager: alerque
Votes: 34
Popularity: 0.25
First Submitted: 2007-09-07 12:14 (UTC)
Last Updated: 2024-03-28 16:00 (UTC)

Dependencies (29)

Sources (3)

Pinned Comments

alerque commented on 2020-02-22 05:37 (UTC)

PSA: I've started hosting this and also many other packages I maintain in the AUR as prebuilt packages 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 2 3 4 5 6 7 8 Next › Last »

reinhardd commented on 2016-11-06 10:19 (UTC) (edited on 2016-11-06 10:20 (UTC) by reinhardd)

Theres a bug with version 2.5.5 that made asterisk crash when using endpoints configured through pjsip.conf: https://trac.pjsip.org/repos/ticket/1946 Already fixed upstream but no release so far. https://trac.pjsip.org/repos/changeset?format=diff&new=5373&old=5401&new_path=%2Fpjproject%2Ftrunk%2Fpjsip%2Fsrc%2Fpjsip%2Fsip_dialog.c&old_path=%2Fpjproject%2Ftrunk%2Fpjsip%2Fsrc%2Fpjsip%2Fsip_dialog.c

reinhardd commented on 2016-11-06 08:12 (UTC)

The armv7h build suffers from the same installation issue

PaterSiul commented on 2016-10-30 18:14 (UTC)

If you replaced "install -D -m755 pjsip-apps/bin/pjsua-*gnu ${pkgdir}/usr/bin/pjsua" with "install -D -m755 pjsip-apps/bin/pjsua-`${srcdir}/${pkgname}-${pkgver}/config.guess` ${pkgdir}/usr/bin/pjsua" that line should work on i686/x86_64 as well as on arm systems. In that case, you could add armv6h to arch.

das-ich commented on 2016-08-24 08:03 (UTC)

please add arch='armv7h' to PKGBUILD

FixedWing commented on 2016-05-20 21:02 (UTC)

I see that with version 2.5, PJSIP now supports Opus. Any possibility that this could be enabled bby default in PKGBUILD? Thanx.

tuxce commented on 2016-05-09 07:54 (UTC)

To build this on Rpi (armv7l, armv7h), replace this line : install -D -m755 pjsip-apps/bin/pjsua-*gnu ${pkgdir}/usr/bin/pjsua by adding * after 'gnu' : install -D -m755 pjsip-apps/bin/pjsua-*gnu* ${pkgdir}/usr/bin/pjsua

BakaKuna commented on 2015-12-26 15:10 (UTC)

pjsip is now at 2.4.5. Any reason not to use this?

Crazyachmed commented on 2015-04-08 13:45 (UTC)

Build failes on armv6h (Raspi): install: cannot stat ‘pjsip-apps/bin/pjsua-*gnu’: No such file or directory

xdevla commented on 2014-07-17 09:26 (UTC)

Added, thanks

tohojo commented on 2014-07-15 16:31 (UTC)

The package produced by this lacks IPv6 support. To add it, the following line can be added after the ./configure line in build(): echo "#define PJ_HAS_IPV6 1" >> "${srcdir}/${pkgname}-${pkgver}/pjlib/include/pj/config_site.h"