summaryrefslogtreecommitdiff
path: root/net/asterisk11/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2017-10-2813-515/+0
| | | | 2017-10-25 net/asterisk11: Asterisk 11.x will reach EOL on 2017-10-25. Please migrate to net/asterisk13
* Make the provided rc script more robust.Guido Falsi2017-08-221-2/+18
| | | | | | | | | | | Also add an asterisk_stopsleep knob (disabled by default) to allow users to work around a possible race condition when asterisk is sent a stop command just after launching, but before it's startup is actually completed. PR: 221271 Submitted by: O. Hartmann <ohartmann@walstatt.org> MFH: 2017Q3
* - Update net/asterisk11 to 11.23.0Guido Falsi2016-07-211-11/+0
| | | | - Update net/asterisk13 to 13.10.0
* Import upstream patch to fix regression in app_queue module.Guido Falsi2016-05-311-0/+11
| | | | | | PR: 209880 Submitted by: emz at norma.perm.ru Obtained from: https://github.com/asterisk/asterisk/commit/32b4320d620ffff5c55f111fc22f22fdb07f8c60
* - Enable SPANDSP option by defaultGuido Falsi2016-01-311-0/+9
| | | | | | | | - Make startup script create pidfile directory if it does not exist While here, reflow OPTIONS_DEFAULT lists. Subitted/Requested by: lidl@
* - Update net/asterisk11 to 11.20.0Guido Falsi2015-10-101-13/+0
| | | | | | | | | | - Update net/asterisk13 to 13.6.0 - Remove upstreamed patch In net/asterisk13: - Add ASTVERSION option to control installation of bash only script astversion, and avoid an unconditional dependency on bash
* Remove uneeded patches.Guido Falsi2015-09-202-21/+0
| | | | | | | | These have been superceded when upstream made asterisk versions 11 and newer buildable with clang. PR: 203212 Submitted by: dmitry2004 at yandex.ru
* - Update net/asterisk11 to 11.19.0Guido Falsi2015-08-0812-49/+49
| | | | | | | | | | | | | - Update net/asterisk13 to 13.5.0 - Add SQLITE2 option default description - Rename SQLITE option to SQLITE2, which better describes what it really does - Clean up Makefile and sort option helpers [1] - Add missed dependencies on openssl, ncurses and iconv [1] - Add back shabangfix for sample agi scripts - Make build log verbose [1] - Regenerated some patches Suggested by: koobs (thanks!) [1]
* Add patch to prevent uneeded and unpublished linking against v4lGuido Falsi2015-06-091-0/+11
| | | | | | | and ffmpeg. PR: 188778 Submitted by: Dan Lukes <dan at obluda.cz>
* - Add SYSINFO option to asterisk ports and force them to respectGuido Falsi2015-04-181-4/+12
| | | | | | | | | | | | | it, otherwise they fail to build when devel/libsysinfo port is already present on system. While here: - Silence some Makefile commands - Remove mostly obsolete comment from option description Reported by: Bob Eager <bob@eager.cx> MFH: 2015Q2
* - Update net/asterisk11 to 11.16.0Guido Falsi2015-02-071-6/+5
| | | | - Update net/asterisk13 to 13.2.0
* Fix generation of asterisk.conf.sample file.Guido Falsi2014-12-171-1/+1
| | | | Pointy hat to: me
* - Update to 11.15.0Guido Falsi2014-12-151-27/+69
| | | | | | - Use @sample - While here, modify an installation message to remove text which is not applicable to our case.
* - Update net/asterisk to 1.8.32.0Guido Falsi2014-11-111-16/+29
| | | | | | | | - Update net/asterisk11 to 11.14.0 - Allow customizing startup options used by rc script [1] - While here, fix some rclint warnings Reported/Requested by: Emmanuel Coulon <silicium at orange.fr> [1]
* - Update net/asterisk to 1.8.29.0Guido Falsi2014-07-291-6/+84
| | | | | | | | | | | | - Update net/asterisk11 to 11.11.0 - Take maintainership [1] - Add missing ODBC option to OPTIONS_DEFINE [2] - Convert ports to using option helpers - Fix LUA option PR: 192226 [2] Submitted by: m.tsatsenko at gmail.com Approved by: flo (previous maintainer) [1]
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-293-0/+0
| | | | '__' instead.
* - update to 11.10.0Florian Smeets2014-05-302-15/+15
| | | | | | - stage Submitted by: madpilot
* - Update net/aserisk to 1.8.25.0Florian Smeets2013-12-172-6/+17
| | | | | | | | - Update net/aserisk10 to 10.12.4 - Update net/aserisk11 to 11.7.0 - mark net/aserisk10 DEPRECATED, it has reached its EOL Security: 0c39bafc-6771-11e3-868f-0025905a4771
* Make sure res_rtp_asterisk.so gets built. It required libuuid now.Florian Smeets2013-07-251-10/+0
|
* - Don't force gcc, make this work with clang, too [1]Florian Smeets2013-07-045-1/+45
| | | | | | | | | | | - Don't call gmake directly [1] - Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1] - Use @dirrmtry for directories that can contain files after deinstall - Fix build of guid_uuid.c [2] PR: ports/180233 [2] Submitted by: tijl [1] Kurt Jaeger <fbsd-ports@opsec.eu> [2]
* - create missing directories before chowning them [1]Florian Smeets2013-06-141-0/+15
| | | | | | | | | | | | - asterisk depends on gmake so use gmake to run the menuselect.makeopts target [1] - disable res_timing_kqueue module until we can figure out what's wrong with it [2] Submitted by: John Marino <draco@marino.st> [1] Reported by: Ian FREISLICH <ianf@clue.co.za>, [2] Alejandro Imass <ait@p2ee.org>, [2] Amr Elsharqawi <aelsharqawi@live.com> [2]
* - update net/asterisk to 1.8.21.0Florian Smeets2013-04-222-13/+13
| | | | | | | | | | - update net/asterisk11 to 11.3.0 - add -F to command_args in the rc script, this ensures that asterisk detaches from the controlling terminal. It was possible for the asterisk rc script to prevent a box from reaching full multiuser if e.g. -v was passed to command_args. [1] Reported by: Kurt Lidl <lidl@pix.net>
* - update 11.1.0Florian Smeets2012-12-121-12/+12
| | | | - use OPTIONS_RADIO instead of OPTIONS_SINGLE
* Add Asterisk 11 a new LTS version.Florian Smeets2012-11-2611-0/+313
Tested by: wishmaster <artemrts@ukr.net> Feature safe: yes