summaryrefslogtreecommitdiff
path: root/net/asterisk/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.8.3Florian Smeets2011-03-023-26/+37
| | | | | - add a new option NEWG711, off by default. It enables a new algorithm for G711 which should be cleaner but slower
* - add option to build with mysql supportFlorian Smeets2011-02-181-0/+25
| | | | | PR: ports/154689 Submitted by: Panagiotis Christias <p.christias@noc.ntua.gr>
* - add powerpc to ONLY_FOR_ARCHS [1]Florian Smeets2011-01-251-9/+18
| | | | | | | | | - help configure find getifaddrs() [2] PR: ports/154150 [2] Submitted by: Dan Lukes <dan@obluda.cz> [2] Tested by: andreast [1] Feature safe: yes
* - update to 1.8.2Florian Smeets2011-01-171-12/+12
| | | | | | | | | - fix config file permissions PR: ports/154002 Submitted by: Alexander Brovikov <alexander@brovikov.ru> Approved by: jadawin (mentor) Feature safe: yes
* - add reload targetFlorian Smeets2011-01-041-11/+20
| | | | | | | | | | | - general cleanup - fix pidfile path - add $FreeBSD$ IDs PR: ports/152703 Submitted by: Alexander Brovikov <alexander@brovikov.ru> Reviewed by: dougb Approved by: jadawin (mentor)
* - fix pkg-plist [1]Florian Smeets2010-12-291-5/+13
| | | | | | | | | | | | - enable dahdi on sparc64 [2] - only use /var as localstatedir if we install to LOCALBASE - fix harmless portlint warning PR: 153507 [1] Submitted by: Dan Lukes <dan@obluda.cz> [1] fjoe [2] Approved by: fjoe (mentor)
* - update to 1.8.1.1Florian Smeets2010-12-282-247/+10
| | | | | - remove patch now included upstream - pkg-plist changes, Digium decided to strip a lot of documentation from the release tar ball
* Fix 100% CPU use with .call filesMax Khon2010-11-301-0/+240
| | | | | | | | | (upstream issue https://issues.asterisk.org/view.php?id=18089) The patch will be included in asterisk 1.8.1. PR: 152700 Submitted by: Florian Smeets (MAINTAINER)
* Remove errorneously added patches from the old asterisk 1.4 port.Max Khon2010-11-2913-1233/+0
| | | | Pointy hat to: fjoe
* Add asterisk 1.8 port.Max Khon2010-11-2826-0/+9182
| | | | Submitted by: Florian Smeets
* Remove and disconnect net/asterisk port in preparation for repocopyMax Khon2010-11-2422-9048/+0
| | | | from net/asterisk16
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Update to 1.4.29.Maxim Sobolev2010-03-2110-151/+398
|
* Make sure the port builds without bash installed when codec negitiationMaxim Sobolev2009-10-201-6/+8
| | | | patch is enabled.
* Fix the build when there is no bash installed.Maxim Sobolev2009-09-181-3/+8
| | | | Feature safe: yes
* Update to 1.4.26.2.Maxim Sobolev2009-09-161-11/+0
| | | | Feature safe: yes
* Update to 1.4.25.Maxim Sobolev2009-07-246-440/+103
|
* Fix typo that under certain conditions could cause loss of audio. TheMaxim Sobolev2009-05-191-0/+11
| | | | | | | fix has been already incorprated into the vendor's version, so that the patch will only live till the next release. Vendor's issue #15105. Bump PORTREVISION.
* Patch two issues (fixed in the vendor's tree) and update MASTER_SITES.Maxim Sobolev2009-05-122-0/+45
|
* - Update to the latest 1.4.24.1;Maxim Sobolev2009-04-061-30/+44
| | | | | | | - add missed CONFLICTS to prevent from clashing with 1.2 or 1.6; - when installing package make sure to copy default configs into actual configs to match what the port does.
* Update to 1.4.23.1.Maxim Sobolev2009-02-067-142/+125
|
* Fix patch that got corrupted during 1.4.22 update. No PORTREVISION bumpMaxim Sobolev2009-01-061-34/+20
| | | | since the patch is optional (opt-in).
* Fix build with misc patches on and codec negotiation patch off. ThisMaxim Sobolev2008-12-161-12/+12
| | | | | | combination is not enabled by default so that no PORTREVISION bump. Reported by: Peter Beckman
* Update to 1.4.22.Maxim Sobolev2008-12-094-141/+30
|
* Fix a bug resulting in recording hanging up indefinitely when connectionMaxim Sobolev2008-11-121-0/+14
| | | | to peer drops.
* Make patch sutrable for integration with vendor by putting backMaxim Sobolev2008-10-201-11/+7
| | | | | | #ifdef that we have had no business of removing in the first place. Don't bump PORTREVISION since it makes no difference for the compiled package.
* There is existing history in patch-main::utils.c.Maxim Sobolev2008-10-201-0/+0
|
* - Follow present-day naming scheme of files/ patchesJeremy Chadwick2008-10-201-0/+0
| | | | - Increase PORTREVISION
* Fix for asterisk retaining parent process prio/rtprio.Jeremy Chadwick2008-10-201-0/+20
| | | | | PR: ports/127829 Submitted by: Wojciech Puchar <wojtek@tensor.gdynia.pl>
* Fix obscure build error in the port. Basically, depending on versionsMaxim Sobolev2008-08-221-8/+26
| | | | | | | | | of some externals packages (I suspect it's autotools), files openh323buildopts.h and ptbuildopts.h can be generated with either tab or space after #define. As a result, configure in some case could have failed to grep the correct field. Reported by: Rodrigo Graeff
* Properly link H323 module with ptlib and oh323 libraries. OtherwiseMaxim Sobolev2008-08-211-4/+6
| | | | | | H323 channel fails to load. Bump PORTREVISION. Reported by: Rodrigo Graeff
* Make sure the iLBC codec module is compiled when users asks for it.Maxim Sobolev2008-08-201-0/+10
| | | | | | Bump PORTREVISION. Reported by: Rodrigo Graeff
* Make asterisk respect CFLAGS. This should fix numerous "undefined referenceMaxim Sobolev2008-08-173-0/+45
| | | | | | | | to `__sync_xxx'" build errors reported by many people who have CPUTYPE set to i686 and similar values in /etc/make.conf. The problem itself is related to the fact that asterisk used FreeBSD CFLAGS when probing for gcc capabilities during configure phase, while its own CFLAGS during actual build. As a result, object code generated by gcc missed those functions.
* Update to 1.4.21.2.Maxim Sobolev2008-08-112-29/+14
|
* o Update codec negotiation patch. This version should be working withMaxim Sobolev2008-06-122-6/+32
| | | | | | | | | built-in h323 module; o don't link main binary with h323 library and friends. This creates issues with ooh323 module, from the asterisk-addons package. Bump PORTREVISION.
* o Update to 1.4.20.1;Maxim Sobolev2008-06-108-154/+7725
| | | | | | o add opt-in support for the iLBC codec; o move another extra patch into opt-in section.
* o Update to 1.4.19.2;Maxim Sobolev2008-05-1614-339/+783
| | | | | | | o move all additional functionality into separate patches and make it opt in. It has been concern of asterisks devs that the FreeBSD pacakage adds functionalty not present in the original version, whch could be confusing.
* Update to 1.4.18.Maxim Sobolev2008-03-131-7/+10
|
* Fix ## (forceful disconnect) not working in some cases. This issueMaxim Sobolev2008-02-073-0/+289
| | | | | has been reported to digium alteady and should be fixed in one of the next releases.
* Upgrade to 1.4.17, this is mostly a security release that fixes bugMaxim Sobolev2008-01-021-13/+0
| | | | which can cause DoS (AST-2008-001).
* Update to 1.4.16.2.Maxim Sobolev2007-12-264-102/+66
|
* Make sure to set astrundir to /var/run in the default asterisk.conf, so thatMaxim Sobolev2007-09-182-21/+36
| | | | | | it matches rc.d startup script. Bump PORTREVISION. Reported by: Steve Clement
* Update to 1.4.10.Maxim Sobolev2007-08-103-34/+241
| | | | Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
* Update to 1.4.9.Maxim Sobolev2007-07-271-5/+5
| | | | | | | | | Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) Enable SQLite support. PR: 114720 Submitted by: VipeR
* o Update to 1.4.8, which fixes some security issues.Maxim Sobolev2007-07-224-42/+91
| | | | | | | | | | | | PR: 114720, 114712 o Enable zaptel channel and friends on AMD64. PR: 112624 o Improve startup script. PR: 107222
* Add Jabber and Gtalk support.Maxim Sobolev2007-04-161-0/+9
| | | | | PR: 111553 Submitted by: pneumann at gmail.com
* Long awaited upgrade to 1.4.2.Maxim Sobolev2007-04-1325-2114/+221
| | | | Sponsored by: Sippy Software, Inc.
* Fix breagake due to recent BIND9 changes to resolver.Maxim Sobolev2007-01-291-0/+14
|
* Add another local patch that will be submitted to the vendor.Maxim Sobolev2006-12-051-10/+22
|
* Allow secure digest auth to be requested for outgoing call legs by AGI.Maxim Sobolev2006-12-032-13/+23
|