aboutsummaryrefslogtreecommitdiff
path: root/net/pjsip
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.5.1Guido Falsi2016-06-033-15/+5
| | | | | | | - Remove duplicate IPV6 opption in OPTIONS_DEFINE Notes: svn path=/head/; revision=416311
* - Update net/pjsip to 2.5 [1]Guido Falsi2016-05-136-33/+39
| | | | | | | | | | | | | | | - Disable unneeded ALSA support in pjsip [1] - Replace custom patch with USES=pathfix - Fix pjsip build system to allow building while previous version is installed in PREFIX/LOCALBASE - Bump dependent port asterisk13 PORTREVISION to avoid runtime crash (seen while testing) PR: 209477 [1] Submitted by: yuri at rawbw.com Notes: svn path=/head/; revision=415115
* - Update net/asterisk13 to 13.8.1Guido Falsi2016-04-151-1/+8
| | | | | | | | | | | | | | - Change PJ_IOQUEUE_MAX_HANDLES build time limit in pjsip as suggested by asterisk project [1] to mitigate potential DoS [2] - Add DEBUG and IPV6 options to pjsip port Obtained from: https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject [1] Security: ee50726e-0319-11e6-aa86-001999f8d30b e21474c6-031a-11e6-aa86-001999f8d30b [2] MFH: 2016Q2 Notes: svn path=/head/; revision=413365
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update pjsip to 2.4.5Guido Falsi2015-11-252-7/+4
| | | | | | | | - Convert to USES=localbase - Bump asterisk PORTREVISION, it needs to be rebuild after this update. Notes: svn path=/head/; revision=402391
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-4/+4
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* Add a slave port to net/pjsip to force installing pjsip with externalGuido Falsi2015-05-061-1/+3
| | | | | | | | | | | | | | SRTP library. Make the www/asterisk13 depend on this slave port when both SRTP and PJSIP options in it are enabled, this allows enabling SRTP support in asterisk13 without the need to manually reconfigure other ports. Reported by: mat@ and a few others Notes: svn path=/head/; revision=385557
* Modify asterisk UPDATING entry to reflect the present situation.Guido Falsi2015-05-041-1/+1
| | | | | | | | | | While here also modify misleading and stale comment in the net/pjsip port EXTSRTP option. Thanks to mat@ for making me notice these. Notes: svn path=/head/; revision=385408
* Due to recent changes in OpenSSL, disable SRTP support for asterisk13Guido Falsi2015-03-232-5/+9
| | | | | | | | | | by default and avoid pjsip pulling in libsrtp, otherwise a not working package would be generated. Add note to UPDATING to keep users informed. Notes: svn path=/head/; revision=382011
* - Make pjsip use ports provided libsrtp instead of boudled oneGuido Falsi2015-01-132-4/+4
| | | | | | | | | | - Fix asterisk13 SRTP support - Fix asterisk13 SPEEX_LIB_DEPENDS - While here make SRTP option default for asterisk13 since it does not add dependencies Notes: svn path=/head/; revision=376918
* PJSIP is a free and open source multimedia communication libraryGuido Falsi2014-12-158-0/+500
written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets. WWW: http://www.pjsip.org/ Please note that default options are tailored for use by the upcoming asterisk13 port. Notes: svn path=/head/; revision=374748