nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit ba577498cc7c907709e5c8a056695c1e8cb0026d
parent cf14c40d619d0d3dd47bf3f59c42c2b282e81d89
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 16 Aug 2023 17:48:07 +0200

Proper hangup

Diffstat:
Mnixos/worker-1/configuration.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -513,6 +513,8 @@ exten => 1,1,Answer() same => n,Verbose(0, Routing to 6001) same => n,Dial(PJSIP/6001@6001,15,r) + same => n,Verbose(0, Failed to call 6001. Hanging up) + same => n,Hangup() [unauthorized] '';