summary refs log tree commit diff
path: root/pkgs/servers/asterisk
Commit message (Collapse)AuthorAge
* treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)`` to ↵Sandro Jäckel2021-11-03
| | | | lib.importJSON ./file.json
* asterisk: fix missing newline in jsonYorick van Pelt2021-08-07
|
* asterisk: 13.38.2 -> 13.38.3, 16.17.0 -> 16.19.1, 17.9.3 -> 17.9.4, 18.3.0 ↵Yorick van Pelt2021-08-07
| | | | | | -> 18.5.1 auto-updated using ./update.py
* asterisk: add update scriptYorick van Pelt2021-08-07
|
* asterisk-module-sccp: 4.3.2-epsilon -> 4.3.4R. RyanTM2021-05-17
|
* asterisk: clarify licenseYorick van Pelt2021-04-21
|
* asterisk: 13.38.0 -> 13.38.2, 16.15.0 -> 16.17.0, 17.9.0 -> 17.9.3, 18.1.0 ↵Yorick van Pelt2021-04-21
| | | | | | -> 18.3.0 Security fixes
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* asterisk: Bump all packagesJanne Heß2020-11-19
|
* asterisk: Bump all packagesJanne Heß2020-11-09
|
* Merge pull request #101761 from helsinki-systems/init/asterisk18ajs1242020-11-08
|\ | | | | asterisk_18: Init at 18.0.0
| * asterisk_18: Init at 18.0.0Janne Heß2020-10-26
| | | | | | | | I hope I bumped all attributes correctly.
* | asterisk: Bump all packagesJanne Heß2020-10-26
|/
* asterisk: Bump all packagesJanne Heß2020-10-07
| | | | | | | | | | 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.
* asterisk-module-sccp: Init at 4.3.2-epsilonJanne Heß2020-08-21
|
* treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-04-18
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | 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
* asterisk: /var/run -> /runBob van der Linden2019-04-11
|
* asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.xGuillaume Maudoux2019-02-07
|
* tree-wide: fix all `rev`s of `fetchsvn`Jan Malakhovski2018-11-08
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* asterisk: add xmpp/motif supportSamuel Leathers2018-07-04
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * 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
* asterisk: 14.6.1 -> 15.3.0, 13.17.1 -> 13.20.0Tim Digel2018-04-13
|
* treewide: Depend on stdenv.cc.bintools instead of binutils directlyJohn Ericson2017-11-05
| | | | | One should do this when needed executables at build time. It is more honest and cross-friendly than refering to binutils directly.
* asterisk-lts: 13.15.0 -> 13.17.1Franz Pletz2017-09-05
|
* asterisk-stble: 14.6.0 -> 14.6.1Franz Pletz2017-09-05
|
* asterisk: 14.4.0 -> 14.6.0Franz Pletz2017-08-01
|
* asterisk-lts: 13.13.1 -> 13.15.0Kranium Gikos Mendoza2017-04-26
|
* asterisk-stable: 14.2.1 -> 14.4.0Kranium Gikos Mendoza2017-04-26
|
* asterisk: patch to remove unresolved symbol warningsKranium Gikos Mendoza2017-04-26
|
* asterisk: use fetchsvn for vendored libraryKranium Gikos Mendoza2017-03-06
|
* asterisk: 14.1.2 -> 14.2.1Tim Digel2017-02-09
|
* asterisk: add speex codecTim Digel2017-02-09
|
* asterisk: add maintainerYorick van Pelt2017-02-02
|
* asterisk: add lts version, fix impurityYorick van Pelt2017-02-02
|
* Fix asterisk & asterisk: 13.6.0 -> 14.1.2 (#20788)Tim Digel2016-12-28
| | | | | | | | | | | | * 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
* asterisk: mark as brokenGraham Christensen2016-09-28
| | | | https://github.com/NixOS/nixpkgs/issues/18856
* asterisk: fix source urlFranz Pletz2016-09-24
|
* asterisk: 13.3.2 -> 13.6.0Hajo Möller2015-10-19
|
* Added Asterisk telephony serverJonathan Glines2015-04-16