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 c62a36761d6a8492bce0d4e78bc1a064ab728a02
parent 69d3f12893c643d381f6848ba329ccaafde6597c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 16 Aug 2023 17:30:13 +0200

meow

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -490,11 +490,11 @@ same => n,Verbose(0, Going to play hello) same => n,Playback(/var/lib/asterisk/sounds/en/hello-world) same => n,Verbose(0, Going to dial ''${EXTEN:2}@eventphone) - same => n,Dial(PJSIP/''${EXTEN:2}@eventphone,30) + same => n,Dial(PJSIP/''${EXTEN:2}@eventphone,30,r) [internals] include => epvpn - exten => 6001,1,Ringing() + exten => 6001,1,NoOp() same => n,Verbose(0, Incoming call) [externals] @@ -507,7 +507,7 @@ exten => 1,1,Answer() same => n,Verbose(0, Routing to 6001) - same => n,Dial(PJSIP/6001,30) + same => n,Dial(PJSIP/6001,30,r) [unauthorized] '';