summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/asterisk
AgeCommit message (Collapse)Author
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-11-19asterisk: Bump all packagesJanne Heß
2020-11-09asterisk: Bump all packagesJanne Heß
2020-11-08Merge pull request #101761 from helsinki-systems/init/asterisk18ajs124
asterisk_18: Init at 18.0.0
2020-10-26asterisk_18: Init at 18.0.0Janne Heß
I hope I bumped all attributes correctly.
2020-10-26asterisk: Bump all packagesJanne Heß
2020-10-07asterisk: Bump all packagesJanne Heß
All packages were outdated. Asterisk 15 is not supported anymore, but there is 17 now. All versions bumped pjproject to 2.10 which requires overriding the prefix. Since Asterisk 17, `make install-headers` seems to be needed.
2020-08-21asterisk-module-sccp: Init at 4.3.2-epsilonJanne Heß
2020-04-18treewide: per RFC45, remove more unquoted URLsPavol Rusnak
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-28treewide: remove redundant recvolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2019-04-11asterisk: /var/run -> /runBob van der Linden
2019-02-07asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.xGuillaume Maudoux
2018-11-08tree-wide: fix all `rev`s of `fetchsvn`Jan Malakhovski
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-07-04asterisk: add xmpp/motif supportSamuel Leathers
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-04-13asterisk: 14.6.1 -> 15.3.0, 13.17.1 -> 13.20.0Tim Digel
2017-11-05treewide: Depend on stdenv.cc.bintools instead of binutils directlyJohn Ericson
One should do this when needed executables at build time. It is more honest and cross-friendly than refering to binutils directly.
2017-09-05asterisk-lts: 13.15.0 -> 13.17.1Franz Pletz
2017-09-05asterisk-stble: 14.6.0 -> 14.6.1Franz Pletz
2017-08-01asterisk: 14.4.0 -> 14.6.0Franz Pletz
2017-04-26asterisk-lts: 13.13.1 -> 13.15.0Kranium Gikos Mendoza
2017-04-26asterisk-stable: 14.2.1 -> 14.4.0Kranium Gikos Mendoza
2017-04-26asterisk: patch to remove unresolved symbol warningsKranium Gikos Mendoza
2017-03-06asterisk: use fetchsvn for vendored libraryKranium Gikos Mendoza
2017-02-09asterisk: 14.1.2 -> 14.2.1Tim Digel
2017-02-09asterisk: add speex codecTim Digel
2017-02-02asterisk: add maintainerYorick van Pelt
2017-02-02asterisk: add lts version, fix impurityYorick van Pelt
2016-12-28Fix asterisk & asterisk: 13.6.0 -> 14.1.2 (#20788)Tim Digel
* fix/asterisk-module: use unix-group for asterisk-files * fix/asterisk-module: add configOption to use some default config-files * fix/asterisk-module: correction of skel copy * fix/asterisk-module: use /etc/asterisk as configDir * fix/asterisk-module: add reload; do not restart unit * asterisk: 13.6.0 -> 14.1.2 * fix/asterisk: compile with lua, pjsip, format_mp3 * fix/asterisk: fix indentation * fix/asterisk: remove broken flag
2016-09-28asterisk: mark as brokenGraham Christensen
https://github.com/NixOS/nixpkgs/issues/18856
2016-09-24asterisk: fix source urlFranz Pletz
2015-10-19asterisk: 13.3.2 -> 13.6.0Hajo Möller
2015-04-16Added Asterisk telephony serverJonathan Glines